Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2025

This PR contains the following updates:

Package Type Update Change Pending
worker dependencies minor 0.6 -> 0.7 0.7.1

Release Notes

cloudflare/workers-rs (worker)

v0.7.0

Compare Source

For users not updating to this version, make sure to use cargo install [email protected], as the latest 0.7 will no longer work with older versions of the worker library.

Breaking Changes

  • Durable object storage.get now returns an option to handle missing entries instead of an error (#​859)
  • The DurableObject trait now needs to be explicitly imported and won't be brought into scope automatically, which was stopping multiple durable objects in the same file from working correctly (#​872)
  • As of version [email protected] and [email protected], these toolchains now are majorly versioned together and will throw when using unexpected versions. Attempting to use [email protected] with [email protected] will throw an error. It is instead recommended to lock the version of worker-build to the expected semver via cargo install worker-build@^0.7.

Deprecations

  • worker-kv is no longer published, and is instead available as worker::kv
  • data() and get_env() on RouteContext for instead using these fields directly

Features

Bug Fixes & Refactoring

New Contributors

Full Changelog: cloudflare/workers-rs@v0.6.7...v0.7.0

v0.6.7

Compare Source

What's Changed

New Contributors

Full Changelog: cloudflare/workers-rs@v0.6.6...v0.6.7

v0.6.6

Compare Source

Features

New Contributors

Full Changelog: cloudflare/workers-rs@v0.6.5...v0.6.6

v0.6.5

Compare Source

Fixes

Full Changelog: cloudflare/workers-rs@v0.6.4...v0.6.5

v0.6.4

Compare Source

Fixes

Full Changelog: cloudflare/workers-rs@v0.6.3...v0.6.4

v0.6.3

Compare Source

Features

Bug Fixes

Full Changelog: cloudflare/workers-rs@v0.6.2...v0.6.3

v0.6.2

Compare Source

Features

Fixes

  • Fix "hiding a lifetime that's elided elsewhere is confusing" warnings on the Nightly compiler by @​jakubadamw in #​795

New Contributors

Full Changelog: cloudflare/workers-rs@v0.6.1...v0.6.2

v0.6.1

Compare Source

Features

Fixes

New Contributors

Full Changelog: cloudflare/workers-rs@v0.6.0...v0.6.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 28, 2025 05:00
@renovate renovate bot added the type: chore label Nov 28, 2025
@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Nov 28, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 28, 2025

Package Changes Through e37b6b8

No changes.

Add a change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@renovate renovate bot force-pushed the renovate/worker-0.x branch 2 times, most recently from 9d39cfc to 6cf6546 Compare November 30, 2025 06:51
@renovate renovate bot force-pushed the renovate/worker-0.x branch from 6cf6546 to e37b6b8 Compare November 30, 2025 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 📬Proposal

Development

Successfully merging this pull request may close these issues.

1 participant