From 5bd299d01de84689502c6dd947649f4e5a2ab3ac Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Tue, 17 Dec 2024 11:07:07 -0800 Subject: [PATCH] chore: tag 1.72.2 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aae1e10e..c78e2456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +## 1.72.2 (2024-12-17) + + +#### Features + +* Call out the "RESOURCE_EXHAUSTED" error metric (#808) ([ebc5704b](https://github.com/mozilla-services/autopush-rs/commit/ebc5704b39d8c20b81199a6e5da49b45b5eac3dd)) +* Containerize integration tests. (#809) ([f8763040](https://github.com/mozilla-services/autopush-rs/commit/f8763040772c9b55e95e3bea8b3a5284df50bdaa)) +* Move BT chunk processing into retry (#806) ([7edbcc76](https://github.com/mozilla-services/autopush-rs/commit/7edbcc76a2d46a9aea401de5abd4bebcba4fdd28)) +* Containerize integration tests. ([11710e11](https://github.com/mozilla-services/autopush-rs/commit/11710e11a359d3b1ba015073c9f1bad433586282)) + +#### Doc + +* **test:** update test strategy to include links to metrics (#810) ([8cda9ac1](https://github.com/mozilla-services/autopush-rs/commit/8cda9ac19cadf43764ae392b3450f865ea8444ed)) + + + ## 1.72.1 (2024-11-21) diff --git a/Cargo.lock b/Cargo.lock index 29b1f872..a934c02e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,7 +569,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "autoconnect" -version = "1.72.1" +version = "1.72.2" dependencies = [ "actix", "actix-cors", @@ -616,7 +616,7 @@ dependencies = [ [[package]] name = "autoconnect_common" -version = "1.72.1" +version = "1.72.2" dependencies = [ "actix-web", "autopush_common", @@ -637,7 +637,7 @@ dependencies = [ [[package]] name = "autoconnect_settings" -version = "1.72.1" +version = "1.72.2" dependencies = [ "autoconnect_common", "autopush_common", @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "autoconnect_web" -version = "1.72.1" +version = "1.72.2" dependencies = [ "actix-codec", "actix-http", @@ -685,7 +685,7 @@ dependencies = [ [[package]] name = "autoconnect_ws" -version = "1.72.1" +version = "1.72.2" dependencies = [ "actix-http", "actix-rt", @@ -711,7 +711,7 @@ dependencies = [ [[package]] name = "autoconnect_ws_sm" -version = "1.72.1" +version = "1.72.2" dependencies = [ "actix-rt", "actix-web", @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "autoendpoint" -version = "1.72.1" +version = "1.72.2" dependencies = [ "a2", "actix-cors", @@ -789,7 +789,7 @@ dependencies = [ [[package]] name = "autopush_common" -version = "1.72.1" +version = "1.72.2" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 2a5c918d..c6f5c184 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ resolver = "2" [workspace.package] -version = "1.72.1" +version = "1.72.2" authors = [ "Ben Bangert ", "JR Conlin ",