Skip to content

Commit

Permalink
📦 Prepare 0.9.3 release (fastly#331)
Browse files Browse the repository at this point in the history
* 📦 Prepare 0.9.3 release

* bump crate versions following 0.9.3 release
  • Loading branch information
acfoltzer authored and cmckendry committed Feb 8, 2024
1 parent 32d5485 commit 8364509
Show file tree
Hide file tree
Showing 6 changed files with 434 additions and 518 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## Unreleased

## 0.9.3 (2023-11-09)

- Renamed Compute@Edge to Compute. ([#328](https://github.com/fastly/Viceroy/pull/328))
- Added asynchronous versions of the KV store `lookup` and `insert` operations. ([#329](https://github.com/fastly/Viceroy/pull/329))
- Added support for device detection. ([#330](https://github.com/fastly/Viceroy/pull/330))

## 0.9.2 (2023-10-23)

- Warn instead of fail when certificates can't be loaded ([#325](https://github.com/fastly/Viceroy/pull/325))
- Warn instead of fail when certificates can't be loaded ([#325](https://github.com/fastly/Viceroy/pull/325))

- Add support for trailers. Trailer modification calls should be considered experimental,
as we finalize interfaces ([#327](https://github.com/fastly/Viceroy/pull/327))
Expand Down
Loading

0 comments on commit 8364509

Please sign in to comment.