Skip to content

Commit

Permalink
📦 Prepare 0.9.3 release (#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 Nov 9, 2023
1 parent c4531d3 commit cbc944d
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 cbc944d

Please sign in to comment.