#40416b1c327d Thanks @elithrar! - Fixed a bug in Vectorize that send preset configurations with the wrong key. This was patched on the server-side to work around this for users in the meantime.
#4054f8c52b93 Thanks @mrbbot! - fix: allow wrangler pages dev sessions to be reloaded
Previously, wrangler pages dev attempted to send messages on a closed IPC
channel when sources changed, resulting in an ERR_IPC_CHANNEL_CLOSED error.
This change ensures the channel stays open until the user exits wrangler pages dev.
wrangler@3.10.0
Minor Changes
#40133cd72862 Thanks @elithrar! - Adds wrangler support for Vectorize, Cloudflare's new vector database, with
wrangler vectorize. Visit the developer documentation
(https://developers.cloudflare.com/vectorize/) to learn more and create your
first vector database with wrangler vectorize create my-first-index.
#4034bde9d64a Thanks @ndisidore! - Adds Vectorize support uploading batches of newline delimited json (ndjson)
vectors from a source file.
Load a dataset with vectorize insert my-index --file vectors.ndjson
#40416b1c327d Thanks @elithrar! - Fixed a bug in Vectorize that send preset configurations with the wrong key. This was patched on the server-side to work around this for users in the meantime.
#4054f8c52b93 Thanks @mrbbot! - fix: allow wrangler pages dev sessions to be reloaded
Previously, wrangler pages dev attempted to send messages on a closed IPC
channel when sources changed, resulting in an ERR_IPC_CHANNEL_CLOSED error.
This change ensures the channel stays open until the user exits wrangler pages dev.
3.10.0
Minor Changes
#40133cd72862 Thanks @elithrar! - Adds wrangler support for Vectorize, Cloudflare's new vector database, with
wrangler vectorize. Visit the developer documentation
(https://developers.cloudflare.com/vectorize/) to learn more and create your
first vector database with wrangler vectorize create my-first-index.
#4034bde9d64a Thanks @ndisidore! - Adds Vectorize support uploading batches of newline delimited json (ndjson)
vectors from a source file.
Load a dataset with vectorize insert my-index --file vectors.ndjson
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps wrangler from 3.1.1 to 3.10.1.
Release notes
Sourced from wrangler's releases.
... (truncated)
Changelog
Sourced from wrangler's changelog.
... (truncated)
Commits
f025b61
Version Packages (#4053)f8c52b9
fix: allowwrangler pages dev
sessions to be reloaded (#4054)0d4a4ca
Lower Vectorize default batch size (#4047)6b1c327
vectorize: fix preset/model property (#4041)2b71e22
Version Packages (#4032)bde9d64
Support uploading batches of ndjson vectors from a source file (#4034)ee6f345
wrangler: Improvements (#3999)d538973
Draft Worker for Bulk Secrets (#4028)3cd7286
wrangler: some additions (#4013)63e937a
Version Packages (#3996)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show