Skip to content

Commit ded43ac

Browse files
authoredMay 8, 2024··
doc(CHANGELOG): v10.9.0 (#1201)
1 parent d145b2f commit ded43ac

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
 

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# CHANGELOG
22

3+
## [v10.9.0](https://github.com/fastly/cli/releases/tag/v10.9.0) (2024-05-08)
4+
5+
**Enhancements:**
6+
7+
- chore: grammar and capitalization fixes for KV Store commands [#1178](https://github.com/fastly/cli/pull/1178)
8+
- feat(kvstores): add support for specifying location when creating KV stores [#1182](https://github.com/fastly/cli/pull/1182)
9+
- feat(compute/build): support wasm-tools installed into `$PATH` [#1183](https://github.com/fastly/cli/pull/1183)
10+
- feat(compute/serve): support arbitrary arguments to Viceroy [#1186](https://github.com/fastly/cli/pull/1186)
11+
- ci: update tinygo version used in tests [#1188](https://github.com/fastly/cli/pull/1188)
12+
- feat(compute/init): allow `--from` to take a Service ID [#1187](https://github.com/fastly/cli/pull/1187)
13+
14+
**Bug fixes:**
15+
16+
- fix(kvstore): delete all keys [#1181](https://github.com/fastly/cli/pull/1181)
17+
- fix(compute/rust) handling of 'cargo version' output [#1197](https://github.com/fastly/cli/pull/1197)
18+
- fix(compute/serve): skip build if `--file` set [#1200](https://github.com/fastly/cli/pull/1200)
19+
20+
**Dependencies:**
21+
22+
- build(deps): bump github.com/fastly/go-fastly/v9 from 9.2.1 to 9.2.2 [#1180](https://github.com/fastly/cli/pull/1180)
23+
- build(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0 [#1194](https://github.com/fastly/cli/pull/1194)
24+
325
## [v10.8.10](https://github.com/fastly/cli/releases/tag/v10.8.10) (2024-04-10)
426

527
**Dependencies:**

0 commit comments

Comments
 (0)
Please sign in to comment.