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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Minor Changes
#8640
5ce70bdThanks @kentonv! - Add support for definingpropson a Service binding.In your configuration file, you can define a service binding with props:
{ "services": [ { "binding": "MY_SERVICE", "service": "some-worker", "props": { "foo": 123, "bar": "value" } } ] }These can then be accessed by the callee:
Patch Changes
#9030
3f0adf3Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
[email protected]
Minor Changes
#8640
5ce70bdThanks @kentonv! - Add support for definingpropson a Service binding.In your configuration file, you can define a service binding with props:
{ "services": [ { "binding": "MY_SERVICE", "service": "some-worker", "props": { "foo": 123, "bar": "value" } } ] }These can then be accessed by the callee:
#8771
0cfcfe0Thanks @dario-piotrowicz! - feat: addconfig.keep_namesoptionAdds a new option to Wrangler to allow developers to opt out of esbuild's
keep_namesoption (https://esbuild.github.io/api/#keep-names). By default, Wrangler sets this totrueThis is something developers should not usually need to care about, but sometimes
keep_namescan create issues, and in such cases they will be now able to opt-out.Example
wrangler.jsonc:{ "name": "my-worker", "main": "src/worker.ts", "keep_names": false }Patch Changes
#9024
c409318Thanks @IRCody! - Correctly handle 0 length responses to wrangler containers list.Updated dependencies [
5ce70bd,3f0adf3]:[email protected]
Patch Changes
d16f1c6Thanks @G4brym! - Update openapi C3 template to include better ts types and lint command@cloudflare/[email protected]
Patch Changes
5ce70bd,3f0adf3]:@cloudflare/[email protected]
Patch Changes
c409318,5ce70bd,3f0adf3,0cfcfe0]:@cloudflare/[email protected]
Patch Changes
c409318,5ce70bd,3f0adf3,0cfcfe0]: