chore(deps): update rust crate worker to 0.7 #14571
Open
+45
−46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.6->0.70.7.1Release Notes
cloudflare/workers-rs (worker)
v0.7.0Compare 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
storage.getnow returns an option to handle missing entries instead of an error (#859)DurableObjecttrait 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)[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 viacargo install worker-build@^0.7.Deprecations
worker::kvdata()andget_env()onRouteContextfor instead using these fields directlyFeatures
Bug Fixes & Refactoring
New Contributors
Full Changelog: cloudflare/workers-rs@v0.6.7...v0.7.0
v0.6.7Compare Source
What's Changed
New Contributors
Full Changelog: cloudflare/workers-rs@v0.6.6...v0.6.7
v0.6.6Compare Source
Features
New Contributors
Full Changelog: cloudflare/workers-rs@v0.6.5...v0.6.6
v0.6.5Compare Source
Fixes
Full Changelog: cloudflare/workers-rs@v0.6.4...v0.6.5
v0.6.4Compare Source
Fixes
Full Changelog: cloudflare/workers-rs@v0.6.3...v0.6.4
v0.6.3Compare Source
Features
cf.imagefield infetch()properties by @jakubadamw in #351Bug Fixes
Full Changelog: cloudflare/workers-rs@v0.6.2...v0.6.3
v0.6.2Compare Source
Features
Fixes
New Contributors
Full Changelog: cloudflare/workers-rs@v0.6.1...v0.6.2
v0.6.1Compare Source
Features
Fixes
as_organizationoptional onIncomingRequestCfPropertiesby @maxdeviant in #776StringBinding::unchecked_from_js_refby @Vrtgs in #762New 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.
This PR was generated by Mend Renovate. View the repository job log.