Minor Changes
-
#4847
6968e11f
Thanks @dario-piotrowicz! - feature: expose new (no-op)caches
field ingetBindingsProxy
resultAdd a new
caches
field to thegetBindingsProxy
result, such field implements a
no operation (no-op) implementation of the runtimecaches
Note: Miniflare exposes a proper
caches
mock, we will want to use that one in
the future but issues regarding it must be ironed out first, so for the
time being a no-op will have to do
Patch Changes
-
#4860
b92e5ac0
Thanks @Sibirius! - fix: allow empty strings in secret:bulk uploadPreviously, the
secret:bulk
command would fail if any of the secrets in the secret.json file were empty strings and they already existed remotely. -
#4869
fd084bc0
Thanks @jculvey! - feature: Expose AI bindings togetBindingsProxy
.The
getBindingsProxy
utility function will now contain entries for any AI bindings specified inwrangler.toml
. -
#4880
65da40a1
Thanks @petebacondarwin! - fix: do not attempt login during dry-runThe "standard pricing" warning was attempting to make an API call that was causing a login attempt even when on a dry-run.
Now this warning is disabled during dry-runs.Fixes #4723
-
#4819
6a4cb8c6
Thanks @magnusdahlstrand! - fix: Use appropriate logging levels when parsing headers and redirects inwrangler pages dev
. -
Updated dependencies [
1e424ff2
,749fa3c0
]:- miniflare@3.20240129.0