From edc476410924c89474840e3ee3efdbc3b4903db5 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Wed, 13 Mar 2024 10:46:46 -0700 Subject: [PATCH] chore: tag 1.71.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 180659344..6bdc717cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## 1.71.0 (2024-03-13) + + +#### Features + +* further special case another form of an incomplete router record (#655) ([396c7b04](https://github.com/mozilla-services/autopush-rs/commit/396c7b0497e66cd01079226cccd99f3dfe899196)) +* evict idle connections from bigtable's db pool (#654) ([70b1e7b2](https://github.com/mozilla-services/autopush-rs/commit/70b1e7b2d224e18fb29e81b4f6109be8c4cb82ac)) + + + ## 1.70.11 (2024-03-07) diff --git a/Cargo.lock b/Cargo.lock index 5693d3cfa..9fae664e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,7 +501,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "autoconnect" -version = "1.70.11" +version = "1.71.0" dependencies = [ "actix", "actix-cors", @@ -548,7 +548,7 @@ dependencies = [ [[package]] name = "autoconnect_common" -version = "1.70.11" +version = "1.71.0" dependencies = [ "actix-web", "autopush_common", @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "autoconnect_settings" -version = "1.70.11" +version = "1.71.0" dependencies = [ "autoconnect_common", "autopush_common", @@ -589,7 +589,7 @@ dependencies = [ [[package]] name = "autoconnect_web" -version = "1.70.11" +version = "1.71.0" dependencies = [ "actix-codec", "actix-http", @@ -617,7 +617,7 @@ dependencies = [ [[package]] name = "autoconnect_ws" -version = "1.70.11" +version = "1.71.0" dependencies = [ "actix-http", "actix-rt", @@ -643,7 +643,7 @@ dependencies = [ [[package]] name = "autoconnect_ws_sm" -version = "1.70.11" +version = "1.71.0" dependencies = [ "actix-rt", "actix-web", @@ -666,7 +666,7 @@ dependencies = [ [[package]] name = "autoendpoint" -version = "1.70.11" +version = "1.71.0" dependencies = [ "a2", "actix-cors", @@ -722,7 +722,7 @@ dependencies = [ [[package]] name = "autopush_common" -version = "1.70.11" +version = "1.71.0" dependencies = [ "actix-http", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index 7a96b559d..f98695aea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "1.70.11" +version = "1.71.0" authors = [ "Ben Bangert ", "JR Conlin ",