Skip to content

Commit

Permalink
v10.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Nov 30, 2023
1 parent 4f952c8 commit f547dfe
Showing 1 changed file with 19 additions and 0 deletions.
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 user can disable script info from the fastly.toml being added as metadata on 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

0 comments on commit f547dfe

Please sign in to comment.