Skip to content

Commit 75d8cb0

Browse files
Revert "Version Packages" (#14490)
1 parent 5e6950b commit 75d8cb0

44 files changed

Lines changed: 341 additions & 327 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎.changeset/ai-search-jobs.md‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"wrangler": minor
3+
---
4+
5+
Add `wrangler ai-search jobs` commands for managing AI Search indexing jobs
6+
7+
You can now list, trigger, inspect, cancel, and read the logs of indexing jobs for an AI Search instance:
8+
9+
```
10+
wrangler ai-search jobs list <instance>
11+
wrangler ai-search jobs create <instance> --description "manual reindex"
12+
wrangler ai-search jobs get <instance> <job-id>
13+
wrangler ai-search jobs cancel <instance> <job-id>
14+
wrangler ai-search jobs logs <instance> <job-id>
15+
```
16+
17+
All commands accept `--namespace`/`-n` (defaults to `default`). All commands except `cancel` also accept `--json` for clean machine-readable output.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"wrangler": minor
3+
---
4+
5+
Add `--source-jurisdiction` to `wrangler ai-search create` for R2-backed instances
6+
7+
R2 buckets can live in a specific jurisdiction (for example `eu` or `fedramp`). You can now point an AI Search instance at a bucket in one of those jurisdictions:
8+
9+
`wrangler ai-search create my-instance --type r2 --source my-bucket --source-jurisdiction eu`
10+
11+
When run interactively, the R2 source flow also prompts for a jurisdiction and lists (and can create) buckets within it. The value is a free-form string forwarded to the API as `source_params.r2_jurisdiction` (server-side validated); omit the flag for no specific jurisdiction. This AI Search command is in open beta.

‎.changeset/auth-profiles.md‎

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
"wrangler": minor
3+
---
4+
5+
Add auth profiles for managing multiple OAuth logins
6+
7+
Auth profiles let you maintain separate OAuth logins and bind them to directories, so you can switch between different accounts for different projects without having to re-login.
8+
9+
For example:
10+
11+
```sh
12+
wrangler auth create work
13+
wrangler auth activate work ~/projects/work
14+
15+
wrangler auth create personal
16+
wrangler auth activate personal ~/projects/personal
17+
```
18+
19+
New commands under `wrangler auth`:
20+
21+
- `wrangler auth create <name>` — create or re-authenticate a named profile via OAuth
22+
- `wrangler auth delete <name>` — delete a profile and all its directory bindings
23+
- `wrangler auth activate <name> [dir]` — bind a profile to a directory (defaults to cwd). Sub-directories will inherit this profile.
24+
- `wrangler auth deactivate [dir]` — remove a directory binding
25+
- `wrangler auth list` — list all profiles and their corresponding directories
26+
27+
There is also a new global `--profile` flag, which you can use to activate a profile for just that command run. Note that if you have `CLOUDFLARE_API_TOKEN` set, that will still take precedence over all profiles. Any account id settings (via `CLOUDFLARE_ACCOUNT_ID` or wrangler config) will also still be respected.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Update dependencies of "create-cloudflare"
6+
7+
The following dependency versions have been updated:
8+
9+
| Dependency | From | To |
10+
| ----------- | ------- | ------- |
11+
| create-vike | 0.0.654 | 0.0.660 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Update dependencies of "create-cloudflare"
6+
7+
The following dependency versions have been updated:
8+
9+
| Dependency | From | To |
10+
| ---------- | ------ | ------ |
11+
| nuxi | 3.35.2 | 3.36.1 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Update dependencies of "create-cloudflare"
6+
7+
The following dependency versions have been updated:
8+
9+
| Dependency | From | To |
10+
| ----------- | ----- | ----- |
11+
| create-vite | 9.0.7 | 9.1.0 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Update dependencies of "create-cloudflare"
6+
7+
The following dependency versions have been updated:
8+
9+
| Dependency | From | To |
10+
| ------------- | ------ | ------ |
11+
| @tanstack/cli | 0.69.3 | 0.69.5 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Update dependencies of "create-cloudflare"
6+
7+
The following dependency versions have been updated:
8+
9+
| Dependency | From | To |
10+
| --------------- | ------ | ------ |
11+
| @angular/create | 22.0.3 | 22.0.4 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Update dependencies of "create-cloudflare"
6+
7+
The following dependency versions have been updated:
8+
9+
| Dependency | From | To |
10+
| ------------ | ----- | ----- |
11+
| create-astro | 5.0.6 | 5.2.0 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Update dependencies of "create-cloudflare"
6+
7+
The following dependency versions have been updated:
8+
9+
| Dependency | From | To |
10+
| ------------- | ----- | ----- |
11+
| create-analog | 2.6.1 | 2.6.2 |

0 commit comments

Comments
 (0)