Skip to content

chore(deps): bump reliakit-ratelimit from 0.1.3 to 1.0.0 - #831

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/reliakit-ratelimit-1.0.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/reliakit-ratelimit-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps reliakit-ratelimit from 0.1.3 to 1.0.0.

Release notes

Sourced from reliakit-ratelimit's releases.

reliakit-ratelimit 1.0.0

First stable release. The public API is now frozen and follows semver — a future breaking change will require a 2.0. See the 1.0.0 section of CHANGELOG.md for details.

Changelog

Sourced from reliakit-ratelimit's changelog.

1.0.0 - 2026-06-15

All crates are promoted to 1.0.0: their public APIs are now stable and follow standard semver, so a future breaking change will require a 2.0. The freeze fixes from the 0.x line, reliakit-primitives PercentFloat, private reliakit-json JsonLimits, #[non_exhaustive] on the reliakit-health and reliakit-decide data types, and the documented-stable codec/JSON/CSV wire formats, are part of this frozen surface.

Changed

  • Breaking: reliakit-health's Check is now #[non_exhaustive]. Build it with Check::new(...) and the builder methods (optional, with_detail) instead of a struct literal, so fields can be added later without breaking.
  • Switched crates.io publishing to Trusted Publishing over GitHub Actions OIDC, so no long-lived registry token is kept in repository secrets.
  • Pointed the workspace homepage at https://satyakwok.dev/projects/reliakit.

Added

  • reliakit-retry: retry_with_sleep_observed and retry_async_observed, which take an on_retry(attempt, delay, &error) hook called before each wait for logging or metrics. The existing retry/retry_with_sleep/retry_async are unchanged and delegate to these with a no-op hook. Allocation-free, no_std, zero-dependency.
  • reliakit-csv: CsvField impls for char and for IpAddr/SocketAddr (including the V4/V6 forms).
  • A typed_csv example in the reliakit umbrella; a zero-dependency benchmark harness (benches, see BENCHMARKS.md); a deny.toml and a zero-dependency CI gate; bare-metal no_std checks for every no_std crate; and RELEASING.md.

reliakit-primitives 0.5.0 - 2026-06-14

Changed

  • Breaking: renamed PercentageF64 to PercentFloat, for consistency with Percent (same root word) and PositiveFloat (same Float suffix for the floating-point variant).

reliakit-json 0.3.0 - 2026-06-14

Changed

  • Breaking: JsonLimits fields are now private, with a getter and a with_* builder method for every limit (matching CsvLimits). This lets new limits be added without breaking callers; construct a profile with new/conservative/permissive and adjust it with the with_* methods.

reliakit-codec 0.3.0 - 2026-06-14

... (truncated)

Commits
  • eba24ae release: 1.0.0 for all crates
  • 78206ad Add opt-in on_retry observation hook to reliakit-retry (#133)
  • 18ed9e9 Add typed_csv umbrella example and a zero-dependency benchmark harness (#132)
  • 93fadcb release: primitives 0.5.0, json 0.3.0, codec 0.3.0, health 0.2.0, decide 0.2....
  • 53628b9 ci(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 (#129)
  • 802be36 ci(deps): bump rust-lang/crates-io-auth-action from 1.0.3 to 1.0.4 (#130)
  • b08ee69 ci(deps): bump github/codeql-action from 3.36.2 to 4.36.2 (#128)
  • d336d45 ci: scope release workflow token to least privilege (#127)
  • c3f88a3 Add health and decision-engine real-world use cases to the README (#126)
  • 24a2111 Add a "which resilience block do I use?" guide to the README (#125)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 24, 2026
@dependabot
dependabot Bot requested a review from satyakwok as a code owner June 24, 2026 01:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 24, 2026
@github-actions

Copy link
Copy Markdown

🤖 Dependabot auto-merge skipped — CI not green (status: timeout). Manual review required.

@github-actions

Copy link
Copy Markdown

🤖 Dependabot auto-merge skipped — compatibility score % is below 75% threshold. Manual review required.

Bumps [reliakit-ratelimit](https://github.com/satyakwok/reliakit) from 0.1.3 to 1.0.0.
- [Release notes](https://github.com/satyakwok/reliakit/releases)
- [Changelog](https://github.com/satyakwok/reliakit/blob/main/CHANGELOG.md)
- [Commits](satyakwok/reliakit@reliakit-ratelimit-v0.1.3...reliakit-ratelimit-v1.0.0)

---
updated-dependencies:
- dependency-name: reliakit-ratelimit
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/reliakit-ratelimit-1.0.0 branch from 85f2d40 to 459ce21 Compare June 26, 2026 12:06
@github-actions

Copy link
Copy Markdown

🤖 Dependabot auto-merge skipped — CI not green (status: timeout). Manual review required.

@github-actions

Copy link
Copy Markdown

🤖 Dependabot auto-merge skipped — compatibility score % is below 75% threshold. Manual review required.

@github-actions

Copy link
Copy Markdown

This PR has been idle for 60 days. Marking as stale
will auto-close in 14 days unless updated. Push a commit
or comment to keep it open.

@github-actions github-actions Bot added the stale label Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants