Skip to content

Commit cc0a2b9

Browse files
jasginJason Gin
andauthored
Release: Aug 12th 2026 (#365)
📬 *Issue #, if available:* ✍️ *Description of changes:* 🔏 *By submitting this pull request* - [x] I confirm that I've made a best effort attempt to update all relevant documentation. - [x] I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: Jason Gin <jasgin@amazon.com>
1 parent a4fc8f8 commit cc0a2b9

8 files changed

Lines changed: 31 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.30](https://github.com/awslabs/metrique/compare/metrique-v0.1.29...metrique-v0.1.30) - 2026-08-12
11+
12+
### Added
13+
14+
- *(metrique-writer-core)* add metric quantization ([#363](https://github.com/awslabs/metrique/pull/363))
15+
16+
### Fixed
17+
18+
- *(metrique-writer)* auto-shutdown BackgroundQueue when all clones drop ([#356](https://github.com/awslabs/metrique/pull/356))
19+
20+
### Other
21+
22+
- add Shuttle-based concurrency tests ([#338](https://github.com/awslabs/metrique/pull/338))
23+
1024
## [0.1.29](https://github.com/awslabs/metrique/compare/metrique-v0.1.28...metrique-v0.1.29) - 2026-07-27
1125

1226
### Fixed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metrique-aggregation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metrique-aggregation"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
edition = "2024"
55
rust-version = "1.91" # See .github/workflows/ci.yml
66
license = "Apache-2.0"

metrique-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metrique-macro"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition = "2024"
55
rust-version = "1.91" # See .github/workflows/ci.yml
66
license = "Apache-2.0"

metrique-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metrique-util"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2024"
55
rust-version = "1.91" # See .github/workflows/ci.yml
66
license = "Apache-2.0"

metrique-writer-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metrique-writer-core"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
edition = "2024"
55
rust-version = "1.91" # See .github/workflows/ci.yml
66
license = "Apache-2.0"

metrique-writer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metrique-writer"
3-
version = "0.1.25"
3+
version = "0.1.26"
44
edition = "2024"
55
rust-version = "1.91" # See .github/workflows/ci.yml
66
license = "Apache-2.0"

metrique/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metrique"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "Library for generating wide event metrics"

0 commit comments

Comments
 (0)