Skip to content

Commit 2b71e22

Browse files
Version Packages (#4032)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bde9d64 commit 2b71e22

File tree

6 files changed

+24
-30
lines changed

6 files changed

+24
-30
lines changed

.changeset/eleven-monkeys-tan.md

-7
This file was deleted.

.changeset/good-ads-fold.md

-8
This file was deleted.

.changeset/happy-keys-rhyme.md

-5
This file was deleted.

.changeset/pretty-avocados-worry.md

-9
This file was deleted.

packages/wrangler/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# wrangler
22

3+
## 3.10.0
4+
5+
### Minor Changes
6+
7+
- [#4013](https://github.com/cloudflare/workers-sdk/pull/4013) [`3cd72862`](https://github.com/cloudflare/workers-sdk/commit/3cd72862b7c9f6d30468320866badd586cd242ce) Thanks [@elithrar](https://github.com/elithrar)! - Adds wrangler support for Vectorize, Cloudflare's new vector database, with
8+
`wrangler vectorize`. Visit the developer documentation
9+
(https://developers.cloudflare.com/vectorize/) to learn more and create your
10+
first vector database with `wrangler vectorize create my-first-index`.
11+
12+
* [#3999](https://github.com/cloudflare/workers-sdk/pull/3999) [`ee6f3458`](https://github.com/cloudflare/workers-sdk/commit/ee6f345838d09af0de787c820a7fa2cdc76f58e7) Thanks [@OilyLime](https://github.com/OilyLime)! - Adds support for Hyperdrive, via `wrangler hyperdrive`.
13+
14+
### Patch Changes
15+
16+
- [#4034](https://github.com/cloudflare/workers-sdk/pull/4034) [`bde9d64a`](https://github.com/cloudflare/workers-sdk/commit/bde9d64a6b13d49063cc7fe25d37606b0810dd83) Thanks [@ndisidore](https://github.com/ndisidore)! - Adds Vectorize support uploading batches of newline delimited json (ndjson)
17+
vectors from a source file.
18+
Load a dataset with `vectorize insert my-index --file vectors.ndjson`
19+
20+
* [#4028](https://github.com/cloudflare/workers-sdk/pull/4028) [`d5389731`](https://github.com/cloudflare/workers-sdk/commit/d538973179966f742edd48958bf311764f715bda) Thanks [@JacobMGEvans](https://github.com/JacobMGEvans)! - fix: Bulk Secret Draft Worker
21+
22+
Fixes the issue of a upload of a Secret when a Worker doesn't exist yet, the draft worker is created and the secret is uploaded to it.
23+
24+
Fixes https://github.com/cloudflare/wrangler-action/issues/162
25+
326
## 3.9.1
427

528
### Patch Changes

packages/wrangler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler",
3-
"version": "3.9.1",
3+
"version": "3.10.0",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

0 commit comments

Comments
 (0)