diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bdc717cf..9afc957ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## 1.71.1 (2024-03-19) + + +#### Features + +* introduce end_median for dual. (#663) ([38d6a6d1](https://github.com/mozilla-services/autopush-rs/commit/38d6a6d134a2a6f039b3126e1c7ec7c79c1c3c36)) +* Switch to lighter weight health check (#662) ([133bcb53](https://github.com/mozilla-services/autopush-rs/commit/133bcb534070920f0db6192435f0d30016791e77)) +* Swtich to lighter weight health check ([bed0f7f4](https://github.com/mozilla-services/autopush-rs/commit/bed0f7f42aa6439e6b5dec3a13749f0090bd3406)) + +#### Bug Fixes + +* dual mode needs its own spawn_sweeper (#658) ([1b4d5a9a](https://github.com/mozilla-services/autopush-rs/commit/1b4d5a9afa2535f0b7c9edd19756efe4b5f16622)) + + + ## 1.71.0 (2024-03-13) diff --git a/Cargo.lock b/Cargo.lock index 9fae664e6..10e0c96f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,7 +501,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "autoconnect" -version = "1.71.0" +version = "1.71.1" dependencies = [ "actix", "actix-cors", @@ -548,7 +548,7 @@ dependencies = [ [[package]] name = "autoconnect_common" -version = "1.71.0" +version = "1.71.1" dependencies = [ "actix-web", "autopush_common", @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "autoconnect_settings" -version = "1.71.0" +version = "1.71.1" dependencies = [ "autoconnect_common", "autopush_common", @@ -589,7 +589,7 @@ dependencies = [ [[package]] name = "autoconnect_web" -version = "1.71.0" +version = "1.71.1" dependencies = [ "actix-codec", "actix-http", @@ -617,7 +617,7 @@ dependencies = [ [[package]] name = "autoconnect_ws" -version = "1.71.0" +version = "1.71.1" dependencies = [ "actix-http", "actix-rt", @@ -643,7 +643,7 @@ dependencies = [ [[package]] name = "autoconnect_ws_sm" -version = "1.71.0" +version = "1.71.1" dependencies = [ "actix-rt", "actix-web", @@ -666,7 +666,7 @@ dependencies = [ [[package]] name = "autoendpoint" -version = "1.71.0" +version = "1.71.1" dependencies = [ "a2", "actix-cors", @@ -722,7 +722,7 @@ dependencies = [ [[package]] name = "autopush_common" -version = "1.71.0" +version = "1.71.1" dependencies = [ "actix-http", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index f98695aea..d4b081c1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "1.71.0" +version = "1.71.1" authors = [ "Ben Bangert ", "JR Conlin ",