fix(deps): update rust crate worker to 0.8.0#4
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
8a0ecec to
825b238
Compare
825b238 to
2c06d6a
Compare
2c06d6a to
3e3049d
Compare
c4ca32a to
a9f8369
Compare
a9f8369 to
e9ac36c
Compare
e9ac36c to
eba4da5
Compare
eba4da5 to
ff39d2b
Compare
ff39d2b to
4f2141b
Compare
4f2141b to
fc9e68a
Compare
fc9e68a to
0e2528b
Compare
0e2528b to
618e268
Compare
618e268 to
dbb6f2f
Compare
dbb6f2f to
22479dd
Compare
6f33784 to
64b5ce3
Compare
9e41f33 to
1b14754
Compare
1b14754 to
9e70304
Compare
9e70304 to
187ea6a
Compare
187ea6a to
c583fd6
Compare
c583fd6 to
7566732
Compare
7566732 to
52ec529
Compare
52ec529 to
2c80b98
Compare
4324577 to
4926953
Compare
4926953 to
71dc0a9
Compare
71dc0a9 to
191a79f
Compare
191a79f to
1af63f0
Compare
1af63f0 to
c1e9e4a
Compare
c1e9e4a to
887b696
Compare
887b696 to
53af7e1
Compare
53af7e1 to
03ae533
Compare
03ae533 to
0d593b9
Compare
0d593b9 to
b52d89e
Compare
b52d89e to
c8ea20a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0.12→0.8.0Release Notes
cloudflare/workers-rs (worker)
v0.8.5Compare Source
What's Changed
Full Changelog: cloudflare/workers-rs@v0.8.4...v0.8.5
v0.8.4Compare Source
What's Changed
New Contributors
Full Changelog: cloudflare/workers-rs@v0.8.3...v0.8.4
v0.8.3Compare Source
What's Changed
New Contributors
Full Changelog: cloudflare/workers-rs@v0.8.0...v0.8.2
v0.8.2Compare Source
v0.8.1Compare Source
What's Changed
#[event(start)]regression from v0.8 by @jakubadamw in #974Full Changelog: cloudflare/workers-rs@v0.8.0...v0.8.1
v0.8.0Compare Source
What's Changed
ReadableStreamin KV bindings by @qaz741wsd856 in #957#[event(fetch)],#[event(start)]etc. by @jakubadamw in #940New Contributors
Full Changelog: cloudflare/workers-rs@v0.7.5...v0.8.0
v0.7.5Compare Source
What's Changed
run_bytesmethod on AI binding for models that return binary data. by @kflansburg in #920New Contributors
Full Changelog: cloudflare/workers-rs@v0.7.4...v0.7.5
v0.7.4Compare Source
What's Changed
Full Changelog: cloudflare/workers-rs@v0.7.3...v0.7.4
v0.7.3Compare Source
What's Changed
New Contributors
Full Changelog: cloudflare/workers-rs@v0.7.2...v0.7.3
v0.7.2Compare Source
What's Changed
Result<T, E>whileuse worker::*and add ok::Ok helper by @ryo33 in #890New Contributors
Full Changelog: cloudflare/workers-rs@v0.7.1...v0.7.2
v0.7.1Compare Source
What's Changed
Full Changelog: cloudflare/workers-rs@v0.7.0...v0.7.1
v0.7.0Compare Source
For users not updating to this version, make sure to use
cargo install worker-build@0.1.14, 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)worker@0.7.0andworker-build@0.7.0, these toolchains now are majorly versioned together and will throw when using unexpected versions. Attempting to useworker@0.6withworker-build@0.7.0will 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
v0.6.0Compare Source
Breaking Changes
Features
worker-buildsupport custom JS shims by @LuisDuarte1 in #686workers-codegenby @LuisDuarte1 in #693durable::Storage::transaction()by @rozbb in #710Bug Fixes
RateLimiterbinding name by @guybedford in #755New Contributors
Full Changelog: cloudflare/workers-rs@v0.5.0...v0.6.0
v0.5.0Compare Source
What's Changed
Full Changelog: cloudflare/workers-rs@v0.4.2...v0.5.0
v0.4.2Compare Source
What's Changed
New Contributors
Full Changelog: cloudflare/workers-rs@v0.4.1...v0.4.2
v0.4.1Compare Source
What's Changed
Full Changelog: cloudflare/workers-rs@v0.4.0...v0.4.1
v0.4.0Compare Source
What's Changed
Routermethods. This uses APIT to allow more types than a function pointer to implement handlers (i.e. async closure) by @compiler-errors in #605get_allfunction to return non-folding set-cookie headers by @nakamura-shuta in #597FormDataconversion intoJsValueby @thibmeu in #634New Contributors
Full Changelog: cloudflare/workers-rs@v0.3.4...v0.4.0
v0.3.4Compare Source
What's Changed
js-sys/web-sys. Remove HeaderExt and AbortSignalExt by @kflansburg in #621Full Changelog: cloudflare/workers-rs@v0.3.3...v0.3.4
v0.3.3Compare Source
What's Changed
New Contributors
Full Changelog: cloudflare/workers-rs@v0.3.2...v0.3.3
v0.3.2Compare Source
What's Changed
Full Changelog: cloudflare/workers-rs@v0.3.1...v0.3.2
v0.3.1Compare Source
What's Changed
Hyperdrivefrom the worker crate by @ramnivas in #584D1Result. by @langyo in #591wasm-packas crate dependency by @kflansburg in #592New Contributors
Full Changelog: cloudflare/workers-rs@v0.3.0...v0.3.1
v0.3.0Compare Source
What's Changed
axumergonomics by @avsaase in #563workercrate by @KianNH in #570u64for R2 range requests by @kflansburg in #564encodeBodyandcfto ResponseInit. Adopt builder pattern. by @kflansburg in #568New Contributors
Full Changelog: cloudflare/workers-rs@v0.2.0...v0.3.0
v0.2.0Compare Source
What's Changed
R2 Improvements
uploadIdfor multipart uploads by @Jasper-Bekkers in #542API Flexibility
std::error::Errorby @kflansburg in #527Workers RPC
General
worker-sysMake all methodscatch: this greatly improves error reporting for exceptions which originate in JavaScript by @Jasper-Bekkers in #546New Contributors
Full Changelog: cloudflare/workers-rs@v0.1.0...v0.2.0
v0.1.0Compare Source
New Versioning Pattern
We will be using
0.x.yas our version pattern going forward so that we can better use semantic versioning. Minor version (x) changes will be used to indicate breaking changes, and patch version (y) changes will indicate non-breaking changes. We will continue be using0for our major version.What's Changed
Sockets
Socket.openedfor checking if socket connection was successful, by @Kakapio in #509Socket.closedgetter, by @kflansburg in #518Binary Size
axumfeature by @kflansburg in #534D1
D1PreparedStatementto accessD1PreparedStatementSysand rawJsValuequery results, by @dakom in #521HTTP
From<web_sys::Request>for request argument by @dakom in #525Other Fixes
Dependabot
New Contributors
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.