Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v10.7.0 #1101

Merged
merged 1 commit into from
Nov 30, 2023
Merged

v10.7.0 #1101

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## [v10.7.0](https://github.com/fastly/cli/releases/tag/v10.7.0) (2023-11-30)

The Fastly CLI internal configuration file has `config_version` bumped to version `6`. We've added a new `[wasm-metadata.script_info]` field so that users can omit script info (which comes from the fastly.toml) from the metadata annotated onto their compiled Wasm binaries.

When upgrading to this version of the CLI, and running a command for the first time, the config file should automatically update, but this can also be manually triggered by executing:

```shell
fastly config --reset
```

**Bug fixes:**

- fix: move auth setup so it doesn't run for non-token based commands [#1099](https://github.com/fastly/cli/pull/1099)

**Enhancements:**

- remove(profile/update): APIClientFactory [#1094](https://github.com/fastly/cli/pull/1094)
- feat: switch on metadata collection [#1097](https://github.com/fastly/cli/pull/1097)

## [v10.6.4](https://github.com/fastly/cli/releases/tag/v10.6.4) (2023-11-15)

**Bug fixes:**
Expand Down