Skip to content

Commit

Permalink
v0.16.7 & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Sep 5, 2024
1 parent d45d001 commit d914022
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ and this project adheres to

---

## [0.16.6] - 2024-09-05

### Added

- Support for opentelemetry 0.24, now the default version.

---

## [0.16.6] - 2024-08-23

### Removed
Expand All @@ -24,7 +32,7 @@ This was unneccessary, already wasn't done in some code paths, and as a bonus le

This behavior matches what happens when a token is automatically refreshed during the applications runtime, and should help address issues that might come up in the future.

- The cache key now contains a cache version, allowing it's schema to be updated in the future
- The cache key now contains a cache version, allowing its schema to be updated in the future

From now on cache keys will use the following format:

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "prima_bridge"
readme = "README.md"
repository = "https://github.com/primait/bridge.rs"
version = "0.16.6"
version = "0.16.7"
# See https://github.com/rust-lang/rust/issues/107557
rust-version = "1.72"

Expand Down

0 comments on commit d914022

Please sign in to comment.