From e3de83ebc6e69016e605f85c330c5eb18bc61034 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Tue, 27 Feb 2024 15:12:19 -0800 Subject: [PATCH] chore: tag 1.70.9 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2ba2ab..c12485c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +## 1.70.9 (2024-02-27) + + +#### Features + +* Make bigtable calls retryable (#591) ([12dd7b41](https://github.com/mozilla-services/autopush-rs/commit/12dd7b41e44c5dfdf58eceee4a8a14e8f9e0fcf7)) +* special case "chid-only" records (#646) ([5ab83fb8](https://github.com/mozilla-services/autopush-rs/commit/5ab83fb832383d5d7889d27edcd80ec7159afb60)) +* report db pool metrics (#644) ([93d4cd38](https://github.com/mozilla-services/autopush-rs/commit/93d4cd38a5ecd4a8428ad3f93cb2a910521769cd)) +* Add timeouts for bigtable operations (#611) ([34964235](https://github.com/mozilla-services/autopush-rs/commit/349642355656a407be9edab089c18a6491332c49)) + + + ## 1.70.8 (2024-02-26) diff --git a/Cargo.lock b/Cargo.lock index c8a435ca..c12ee092 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,7 +501,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "autoconnect" -version = "1.70.8" +version = "1.70.9" dependencies = [ "actix", "actix-cors", @@ -548,7 +548,7 @@ dependencies = [ [[package]] name = "autoconnect_common" -version = "1.70.8" +version = "1.70.9" dependencies = [ "actix-web", "autopush_common", @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "autoconnect_settings" -version = "1.70.8" +version = "1.70.9" dependencies = [ "autoconnect_common", "autopush_common", @@ -589,7 +589,7 @@ dependencies = [ [[package]] name = "autoconnect_web" -version = "1.70.8" +version = "1.70.9" dependencies = [ "actix-codec", "actix-http", @@ -617,7 +617,7 @@ dependencies = [ [[package]] name = "autoconnect_ws" -version = "1.70.8" +version = "1.70.9" dependencies = [ "actix-http", "actix-rt", @@ -643,7 +643,7 @@ dependencies = [ [[package]] name = "autoconnect_ws_sm" -version = "1.70.8" +version = "1.70.9" dependencies = [ "actix-rt", "actix-web", @@ -666,7 +666,7 @@ dependencies = [ [[package]] name = "autoendpoint" -version = "1.70.8" +version = "1.70.9" dependencies = [ "a2", "actix-cors", @@ -722,7 +722,7 @@ dependencies = [ [[package]] name = "autopush_common" -version = "1.70.8" +version = "1.70.9" dependencies = [ "actix-http", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index 61b4cbd6..3c2ceb7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "1.70.8" +version = "1.70.9" authors = [ "Ben Bangert ", "JR Conlin ",