Skip to content

Commit 86e0182

Browse files
cnluzhangclaude
andcommitted
Release 1.2.1
Patch release over 1.2.0: - d1: `--mode exec` rejects any `--params`; invalid non-exec `--params` errors instead of being silently dropped. - deploy: local hint is a direct `http://<ns>.<domain>:8080/<worker>/` URL, and `.test`/`.local` control hosts are recognized as local. - docs: KV 512-byte key cap is documented as enforced; `--mode exec` takes no `--params`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Lu Zhang <lu@wdl.dev>
1 parent 5529716 commit 86e0182

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.2.1
4+
5+
### Changed
6+
7+
- `wdl d1 execute --mode exec` rejects `--params` locally before the control
8+
plane round-trip (any value, including `[]` and an empty string); an invalid
9+
non-exec `--params` now fails the JSON-array check instead of being silently
10+
dropped.
11+
- A local deploy prints a direct `http://<ns>.<domain>:8080/<worker>/` URL
12+
instead of a `curl -H 'Host: ...'` hint, and a control plane reached via a
13+
`.test` / `.local` host is recognized as local (previously only
14+
localhost / 127.0.0.1).
15+
- KV docs (GUIDE and `docs/kv.md`) describe the 512-byte key / list-prefix cap
16+
the platform now enforces; they previously said it was not checked. Documented
17+
that `wdl d1 execute --mode exec` takes no `--params`.
18+
319
## 1.2.0
420

521
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdl-dev/cli",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Tenant-facing CLI for deploying Cloudflare Workers-style projects, managing WDL resources, and tailing live worker logs.",
55
"author": "The WDL Authors",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)