Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrangler v4 #7334

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f1da94c
ci: setup next branch with prereleases to next tag
penalosa Nov 20, 2024
8df7c5e
chore: remove deprecated `getBindingsProxy` (#5005)
dario-piotrowicz Mar 7, 2024
f540f0f
Require Node v18 in Wrangler v4 (#7338)
penalosa Nov 29, 2024
4413db8
Remove node_compat in Wrangler & Miniflare v4 (#7336)
penalosa Feb 18, 2025
6c7f620
Remove v2 warning (#7228)
penalosa Dec 2, 2024
39c9c8f
chore: update esbuild (#6884)
penalosa Feb 18, 2025
7120c0b
`--local` by default for `wrangler kv` & `wrangler r2` (#7392)
penalosa Dec 6, 2024
fe5c121
deprecate unused D1 commands/options (#7471)
rozenmd Dec 10, 2024
3565a76
Remove deprecated commands & config (#7352)
penalosa Dec 2, 2024
065706c
various test fixes after rebase
penalosa Feb 18, 2025
f10670a
fixup! chore: update esbuild (#6884)
penalosa Feb 18, 2025
a9aaae8
fixup! Remove node_compat in Wrangler & Miniflare v4 (#7336)
penalosa Feb 18, 2025
43c4bbe
feat(wrangler): Drop worker prefix when creating KV namespaces (#7759)
pmiguel Feb 19, 2025
85079be
Include node version in name
penalosa Feb 19, 2025
ec07d85
Ignore kv-asset-handler tests on Node 22
penalosa Feb 19, 2025
0905300
rename tests
penalosa Feb 19, 2025
f5add2b
Rename positional `json` args. Fixes #7688
penalosa Feb 19, 2025
8ccf9e3
unescape
penalosa Feb 19, 2025
b10a85d
fix tests
penalosa Feb 19, 2025
b5ac1e2
Update .changeset/funny-pets-punch.md
penalosa Feb 19, 2025
203973e
Add system requirements to the README
penalosa Feb 19, 2025
18b22e8
fix formatting
penalosa Feb 19, 2025
95dcb65
fix formatting
penalosa Feb 19, 2025
184ae71
Address feedback
penalosa Feb 26, 2025
576775a
lockfile
penalosa Feb 26, 2025
c08c699
fix test
penalosa Feb 26, 2025
e6b4b58
ensure every package has a version
penalosa Feb 26, 2025
577e2cb
Version based pre-releases
penalosa Feb 26, 2025
bac9e1b
Revert "ensure every package has a version"
penalosa Feb 26, 2025
b00bdc8
Fix changeset format
penalosa Feb 26, 2025
c025ec1
Revert "Version based pre-releases"
penalosa Feb 27, 2025
4bfaf5c
Use RC versioning
penalosa Feb 27, 2025
6657b80
Merge branch 'main' into next
penalosa Feb 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove deprecated getBindingsProxy (#5005)
  • Loading branch information
dario-piotrowicz authored and penalosa committed Feb 26, 2025
commit 8df7c5e40bac74434e06450e735d6956d4df22ce
7 changes: 7 additions & 0 deletions .changeset/itchy-walls-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"wrangler": major
---

chore: remove deprecated `getBindingsProxy`

remove the deprecated `getBindingsProxy` utility which has been replaced with `getPlatformProxy`

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion packages/wrangler/src/api/integrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from "./platform";
export * from "./deprecated";