From 0b138a8693583c94e6691e858ed81da3f782e2b5 Mon Sep 17 00:00:00 2001 From: Anthony Gomez Date: Wed, 10 Jun 2026 12:56:45 -0400 Subject: [PATCH] Release 15.2.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5148d3ba4..fcdaf7989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,26 @@ ### Breaking: ### Bug Fixes: + +### Enhancements: + +### Dependencies: + +## [v15.2.0](https://github.com/fastly/cli/releases/tag/v15.2.0) (2026-06-10) + +### Bug Fixes: + - fix(docs): corrected stale and missing API reference links in usage.json metadata([#1803](https://github.com/fastly/cli/pull/1803)) - fix(compute): `serve --watch` no longer rebuilds on attribute-only (Chmod) filesystem events, preventing an endless rebuild loop when another process changes a watched file's metadata such as its access time ([#1808](https://github.com/fastly/cli/pull/1808)) - fix(docs): expand and correct API reference links for `fastly service` subcommands in usage.json metadata ([#1810](https://github.com/fastly/cli/pull/1810)) ### Enhancements: + - feat(dns): add support for DNS Zones and TSIG Keys ([#1809](https://github.com/fastly/cli/pull/1809)) - fix(compute/init): Add starter kits for C++ language [#1807](https://github.com/fastly/cli/pull/1807) ### Dependencies: + - build(deps): `github.com/bodgit/sevenzip` from 1.6.1 to 1.6.2 ([#1795](https://github.com/fastly/cli/pull/1795)) - build(deps): `github.com/minio/minlz` from 1.0.1 to 1.1.1 ([#1795](https://github.com/fastly/cli/pull/1795)) - build(deps): `github.com/nwaples/rardecode/v2` from 2.2.0 to 2.2.2 ([#1795](https://github.com/fastly/cli/pull/1795))