Merged
Conversation
Pull Request Revisions
9 more revisions
☑️ AI review skipped for r14 HelpReact with emojis to give feedback on AI-generated reviews:
We'd love to hear from you—reach out anytime at team@review.ai. |
ff2cb7b to
2916309
Compare
2916309 to
045b964
Compare
045b964 to
5e78eb8
Compare
5e78eb8 to
c074328
Compare
c074328 to
2f1f576
Compare
2f1f576 to
d2803c2
Compare
ecd9920 to
d2803c2
Compare
b0f0493 to
3bf7d75
Compare
e7333fc to
f1e56d9
Compare
9529ce2 to
e5647ed
Compare
d60d942 to
3a24c34
Compare
3a24c34 to
28fd0f9
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:
2591245->1a886bdv1.7.2->v1.10.04.19.0->4.22.0Release Notes
stretchr/testify (github.com/stretchr/testify)
v1.10.0Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0Compare Source
What's Changed
Calledby @aud10slave in https://github.com/stretchr/testify/pull/631NotImplementsand variants by @hslatman in https://github.com/stretchr/testify/pull/1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
v1.8.4Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.8.3...v1.8.4
v1.8.3Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.8.2...v1.8.3
v1.8.2Compare Source
What's Changed
CallerInfo()source file paths by @bozaro in https://github.com/stretchr/testify/pull/1288New Contributors
Full Changelog: stretchr/testify@v1.8.1...v1.8.2
v1.8.1Compare Source
What's Changed
Full Changelog: stretchr/testify@v1.8.0...v1.8.1
v1.8.0Compare Source
What's Changed
CallerInfoshould print full paths to the terminal by @stdedos in https://github.com/stretchr/testify/pull/1201New Contributors
Full Changelog: stretchr/testify@v1.7.5...v1.8.0
v1.7.5Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.7.4...v1.7.5
v1.7.4Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.7.3...v1.7.4
v1.7.3Compare Source
What's Changed
Full Changelog: stretchr/testify@v1.7.2...v1.7.3
cloudflare/workers-sdk (wrangler)
v4.22.0Compare Source
Minor Changes
#7871
f2a8d4aThanks @dario-piotrowicz! - add support for assets bindings togetPlatformProxythis change makes sure that that
getPlatformProxy, when the input configurationfile contains an assets field, correctly returns the appropriate asset binding proxy
example:
Patch Changes
#9717
d2f2f72Thanks @nikitassharma! - Containers should default to a "dev" instance type when no instance type is specified in the wrangler config#9620
1b967eaThanks @gpanders! - Simplify containers images list output format#9684
94a340eThanks @WillTaylorDev! - Select only successfully deployed deployments when tailing.v4.21.2Compare Source
Patch Changes
#9731
75b75f3Thanks @gabivlj! - containers: Check for container scopes before running a container command to give a better error#9641
fdbc9f6Thanks @IRCody! - Update container builds to use a more robust method for detecting if the currently built image already exists.#9736
55c83a7Thanks @gabivlj! - containers: Do not check scopes if not defined#9667
406fba5Thanks @IRCody! - Fail earlier in the deploy process when deploying a container worker if docker is not detected.v4.21.1Compare Source
Patch Changes
#9626
9c938c2Thanks @penalosa! - Supportwrangler version uploadfor Python Workers#9718
fb83341Thanks @mhart! - fix error message when docker daemon is not running#9689
b137a6fThanks @emily-shen! - fix: correctly pass container engine config to miniflare#9722
29e911aThanks @emily-shen! - Update containers config schema.Deprecates
containers.configurationin favour of top level fields. Makes top levelimagerequired. Deprecatesinstancesanddurable_objects. Makesnameoptional.#9666
f3c5791Thanks @IRCody! - Add a reasonable default name for containers that have no defined name.Updated dependencies [
b137a6f]:v4.21.0Compare Source
Minor Changes
#9692
273952fThanks @dom96! - Condenses Python vendored modules in output table#9654
2a5988cThanks @dom96! - Python Workers now automatically bundle .so files from vendored packagesPatch Changes
#9695
0e64c35Thanks @emily-shen! - Move hotkey registration later in dev start upThis should have no functional change, but allows us to conditionally render hotkeys based on config.
#9098
ef20754Thanks @jseba! - Migrate Workers Containers commands to Containers API EndpointsThe Workers Containers API was built on top of Cloudchamber, but has now been moved to its own API
with a reduced scoping and new token.
#9712
2a4c467Thanks @emily-shen! - Makewrangler containercommands printopen-betastatusv4.20.5Compare Source
Patch Changes
#9688
086e29dThanks @dario-piotrowicz! - add remote bindings support togetPlatformProxyExample:
#9558
d5edf52Thanks @ichernetsky-cf! -wrangler containers applyusesobservabilityconfiguration.#9678
24b2c66Thanks @dario-piotrowicz! - remove warnings during config validations onexperimental_remotefieldswrangler commands, run without the
--x-remote-bindingsflag, parsing config files containingexperimental_remotefields currently show warnings stating that the field is not recognized. This is usually more cumbersome than helpful so here we're loosening up this validation and making wrangler always recognize the field even when no--x-remote-bindingsflag is provided#9633
3f478afThanks @nikitassharma! - Add support for setting an instance type for containers in wrangler. This allows users to configure memory, disk, and vCPU by setting instance type when interacting with containers.#9596
5162c51Thanks @CarmenPopoviciu! - add ability to pull images for containers local devUpdated dependencies [
bfb791e,5162c51]:v4.20.4Compare Source
Patch Changes
#9673
ffa742fThanks @dario-piotrowicz! - fix: ensure that wrangler deploy and version upload don't override the remote-bindings flag#9653
8a60fe7Thanks @penalosa! - RenameWRANGLER_CONTAINERS_DOCKER_PATHtoWRANGLER_DOCKER_BIN#9664
c489a44Thanks @IRCody! - Remove cloudchamber/container apply confirmation dialog when run non-interactively.#9653
8a60fe7Thanks @penalosa! - Add a warning banner towrangler cloudchamberandwrangler containerscommands#9605
17d23d8Thanks @emily-shen! - Add rebuild hotkey for containers local dev, and clean up containers at the end of a dev session.Updated dependencies [
17d23d8]:v4.20.3Compare Source
Patch Changes
#9621
08be3edThanks @gabivlj! - wrangler containers: 'default' scheduling policy should be the default#9586
d1d34feThanks @penalosa! - Remove the Mixed Mode naming in favour of "remote bindings"/"remote proxy"Updated dependencies [
d1d34fe]:[
v4.20.2](https://redirect.github.com/cloudflConfiguration
📅 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 becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.