|
9 | 9 | ### Bug fixes: |
10 | 10 |
|
11 | 11 | ### Dependencies: |
| 12 | + |
12 | 13 | - build(deps): `golang.org/x/net` from 0.43.0 to 0.44.0 ([#1538](https://github.com/fastly/cli/pull/1538)) |
| 14 | +- build(deps): `github.com/fastly/go-fastly/v11` from 11.3.1 to 12.0.0 ([#1541](https://github.com/fastly/cli/pull/1541)) |
13 | 15 |
|
14 | 16 | ## [v12.0.0](https://github.com/fastly/cli/releases/tag/v12.0.0) (2025-09-10) |
15 | 17 |
|
16 | 18 | ### Breaking: |
| 19 | + |
17 | 20 | - breaking(kvstoreentry): The 'describe' command now returns only key attributes (ie: generation, metadata) instead of a given key's value ([#1529](https://github.com/fastly/cli/pull/1529)) |
18 | 21 |
|
19 | 22 | ### Enhancements: |
| 23 | + |
20 | 24 | - feat(logging): Add support for 'CompressionCodec' and 'GzipLevel' attribute to the HTTPS endpoint. |
21 | 25 | - feat(kvstoreentry): Add support for the 'prefix' parameter for List operations ([#1526](https://github.com/fastly/cli/pull/1526)) |
22 | 26 | - feat(kvstoreentry): Add support for the add, append, prepend, metadata, if_generation_match, and background_fetch 'create' command operations ([#1529](https://github.com/fastly/cli/pull/1529)) |
|
25 | 29 | - feat(kvstoreentry): Add the 'get' command operation which obtains the value of the item ([#1529](https://github.com/fastly/cli/pull/1529)) |
26 | 30 |
|
27 | 31 | ### Bug fixes: |
| 32 | + |
28 | 33 | - fix(manifest): Ensure pushpin section is persisted during manifest file update ([#1535](https://github.com/fastly/cli/pull/1535)) |
29 | 34 |
|
30 | 35 | ### Dependencies: |
| 36 | + |
31 | 37 | - build(deps): `github.com/ulikunitz/xz` from 0.5.12 to 0.5.13 ([#1524](https://github.com/fastly/cli/pull/1524)) |
32 | 38 | - build(deps): `github.com/stretchr/testify` from 1.10.0 to 1.11.0 ([#1527](https://github.com/fastly/cli/pull/1527)) |
33 | 39 | - build(deps): `github.com/ulikunitz/xz` from 0.5.13 to 0.5.14 ([#1528](https://github.com/fastly/cli/pull/1528)) |
|
47 | 53 | ## [v11.5.0](https://github.com/fastly/cli/releases/tag/v11.5.0) (2025-08-20) |
48 | 54 |
|
49 | 55 | ### Enhancements: |
| 56 | + |
50 | 57 | - feat(vcl): Allow showing of generated VCL for a service version [#1498](https://github.com/fastly/cli/pull/1498) |
51 | 58 | - feat(compute/serve): Add experimental "enable Pushpin" mode ([#1509](https://github.com/fastly/cli/pull/1509), [#1520](https://github.com/fastly/cli/pull/1520)) |
52 | 59 | - feat(object-storage): improve access-keys list output ([#1513](https://github.com/fastly/cli/pull/1513)) |
53 | 60 | - refactor(domainv1,tools): use updated go-fastly domainmanagement imports and types ([#1517](https://github.com/fastly/cli/pull/1517)) |
54 | 61 | - feat(imageoptimizerdefaults): Support for retrieving and updating Image Optimizer defaults for a given VCL service ([#1518](https://github.com/fastly/cli/pull/1518)) |
55 | 62 |
|
56 | 63 | ### Dependencies: |
| 64 | + |
57 | 65 | - build(deps): `github.com/fastly/go-fastly/v11` from 10 to 111 ([#14XX](https://github.com/fastly/cli/pull/14XX)) |
58 | 66 | - build(deps): `golang.org/x/sys` from 0.33.0 to 0.34.0 ([#1508](https://github.com/fastly/cli/pull/1508)) |
59 | 67 | - build(deps): `golang.org/x/term` from 0.32.0 to 0.33.0 ([#1508](https://github.com/fastly/cli/pull/1508)) |
|
80 | 88 | - feat(env): Add environment variable for extending the UserAgent string. ([#1502](https://github.com/fastly/cli/pull/1502)) |
81 | 89 |
|
82 | 90 | ### Bug fixes: |
| 91 | + |
83 | 92 | - fix(sso): Ensure that OPTIONS requests sent by browsers do not break SSO authentication. ([#1496](https://github.com/fastly/cli/pull/1496)) |
84 | 93 |
|
85 | 94 | ### Dependencies: |
| 95 | + |
86 | 96 | - build(deps): `github.com/fastly/go-fastly/v10` from 10.3.0 to 10.4.0 ([#1499](https://github.com/fastly/cli/pull/1499)) |
87 | 97 | - build(deps): `stefanzweifel/git-auto-commit-action` from 5 to 6 ([#1497](https://github.com/fastly/cli/pull/1497)) |
88 | 98 | - build(deps): `github.com/fastly/go-fastly/v10` from 10.4.0 to 10.5.0 ([#1501](https://github.com/fastly/cli/pull/1501)) |
|
93 | 103 | ## [v11.3.0](https://github.com/fastly/cli/releases/tag/v11.3.0) (2025-06-11) |
94 | 104 |
|
95 | 105 | ### Enhancements: |
| 106 | + |
96 | 107 | - feat(config-store): Allow for dynamic limits on Config Store entry lengths ([#1485](https://github.com/fastly/cli/pull/1485)) |
97 | 108 | - feat(backend): Add support for 'prefer IPv6' attribute. ([#1487](https://github.com/fastly/cli/pull/1487)) |
98 | 109 | - feat(tools/domain): add `suggest` and `status` domain tools endpoints ([#1482](https://github.com/fastly/cli/pull/1482)) |
99 | 110 | - feat(logging): Add support for 'processing region' attribute. ([#1491](https://github.com/fastly/cli/pull/1491)) |
100 | 111 | - feat(domains): add `description` to `domainv1` endpoints ([#1483](https://github.com/fastly/cli/pull/1483)) |
101 | 112 |
|
102 | 113 | ### Bug fixes: |
| 114 | + |
103 | 115 | - fix(sso): Don't display the token after authentication. ([#1490](https://github.com/fastly/cli/pull/1490)) |
104 | 116 | - fix(service-version): Stop hiding the 'stage' and 'unstage' commands. ([#1492](https://github.com/fastly/cli/pull/1492)) |
105 | 117 |
|
106 | 118 | ### Dependencies: |
| 119 | + |
107 | 120 | - build(deps): `github.com/fastly/go-fastly/v10` from 10.0.1 to 10.1.0 ([#1476](https://github.com/fastly/cli/pull/1476)) |
108 | 121 | - build(deps): `github.com/fastly/go-fastly/v10` from 10.0.0 to 10.0.1 ([#1467](https://github.com/fastly/cli/pull/1467)) |
109 | 122 | - build(deps): `golang.org/x/net` from 0.37.0 to 0.39.0 ([#1467](https://github.com/fastly/cli/pull/1467)) |
|
144 | 157 | - fix(language/rust): Check for wasm32-wasi output from build process and inform user how to reconfigure their project. [#1458](https://github.com/fastly/cli/pull/1458) |
145 | 158 |
|
146 | 159 | ### Dependencies: |
| 160 | + |
147 | 161 | - dep(go.mod): upgrade go-fastly from v9 to v10 [#1448](https://github.com/fastly/cli/pull/1448) |
148 | 162 | - build(deps): `golang.org/x/oauth2` from 0.28.0 to 0.29.0 ([#1451](https://github.com/fastly/cli/pull/1451)) |
149 | 163 | - build(deps): `golang.org/x/sys` from 0.31.0 to 0.32.0 ([#1454](https://github.com/fastly/cli/pull/1454)) |
|
172 | 186 | - breaking(compute/pack): use package name from manifest [#1025](https://github.com/fastly/cli/pull/1025) |
173 | 187 |
|
174 | 188 | ### Enhancements: |
| 189 | + |
175 | 190 | - fix(compute/init): Updates for renamed TypeScript default starter kit [#1405](https://github.com/fastly/cli/pull/1405) |
176 | 191 | - feat(objectstorage/accesskeys): add support for access keys [#1428](https://github.com/fastly/cli/pull/1428) |
177 | 192 |
|
178 | 193 | ### Dependencies |
| 194 | + |
179 | 195 | - build(deps): upgrade Go from 1.22 to 1.23 ([#624](https://github.com/fastly/cli/pull/1414)) |
180 | 196 | - build(deps): `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 ([#1416](https://github.com/fastly/cli/pull/1416)) |
181 | 197 | - build(deps): `golang.org/x/crypto` from 0.33.0 to 0.35.0 ([#1417](https://github.com/fastly/cli/pull/1417)) |
@@ -886,7 +902,7 @@ This release introduces a breaking interface change to the `kv-store-entry` comm |
886 | 902 |
|
887 | 903 | **Dependencies:** |
888 | 904 |
|
889 | | -- build(deps): bump github.com/fastly/go-fastly/v8 from 8.0.0 to 8.0.1 [#926](https://github.com/fastly/cli/pull/926) |
| 905 | +- build(deps): bump github.com/fastly/go-fastly/v8 from 8.0.0 to 8.0.1 [#926](https://github.com/fastly/cli/pull/926) |
890 | 906 | - build(deps): bump golang.org/x/term from 0.7.0 to 0.8.0 [#928](https://github.com/fastly/cli/pull/928) |
891 | 907 | - build(deps): bump github.com/getsentry/sentry-go from 0.20.0 to 0.21.0 [#929](https://github.com/fastly/cli/pull/929) |
892 | 908 | - build(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 [#934](https://github.com/fastly/cli/pull/934) |
@@ -2522,7 +2538,7 @@ a single character (e.g. `--k` and `--v`). These were corrected to `--key` and |
2522 | 2538 |
|
2523 | 2539 | **Bug fixes:** |
2524 | 2540 |
|
2525 | | -- Ensure compute deploy selects the most ideal version to clone/activate [#50](https://github.com/fastly/cli/pull/50) |
| 2541 | +- Ensure compute deploy selects the most ideal version to clone/activate [#50](https://github.com/fastly/cli/pull/50) |
2526 | 2542 |
|
2527 | 2543 | ## [v0.7.0](https://github.com/fastly/cli/releases/tag/v0.7.0) (2020-04-28) |
2528 | 2544 |
|
@@ -2612,4 +2628,4 @@ a single character (e.g. `--k` and `--v`). These were corrected to `--key` and |
2612 | 2628 |
|
2613 | 2629 | Initial release :tada: |
2614 | 2630 |
|
2615 | | -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
| 2631 | +\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_ |
0 commit comments