diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b69fa3177..5d04edf6ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,90 @@ + +## 0.17.8 (2024-09-24) + + +#### Chore + +* **deps:** bump cryptography in /tools/integration_tests (#1594) ([be23e391](https://github.com/mozilla-services/syncstorage-rs/commit/be23e39135d58ecaee917c49bf14aa52a406ccea)) + +#### Bug Fixes + +* correctly read the SYNC_STATSD_HOST/PORT settings (#1601) ([3675c938](https://github.com/mozilla-services/syncstorage-rs/commit/3675c9387b8418a1a67dd13d95b338e12ca5dae3)) + + + + +## 0.17.7 (2024-09-19) + + +#### Bug Fixes + +* correct TokenserverError's sentry "type"/"value" fields ([bbd5abac](https://github.com/mozilla-services/syncstorage-rs/commit/bbd5abac8e060d0083aaec3c3d8f88c374d44828)) + +#### Refactor + +* move sentry middlware and Taggable to syncserver-common ([5d9d203c](https://github.com/mozilla-services/syncstorage-rs/commit/5d9d203c62aa1f4df7c627c37eb0bc6c47ddae0b)) + +#### Features + +* Revert "fix: revert the python3.10 match statement (for now) (#1592)" ([f3bdda91](https://github.com/mozilla-services/syncstorage-rs/commit/f3bdda91660a6777b715b59253234c4d7ba4a520)) +* Revert "chore: revert back to bullseye (for now) (#1589)" ([bbdfb193](https://github.com/mozilla-services/syncstorage-rs/commit/bbdfb1933dc557ae23fabcb87eb5a22e4478a069)) + + + + +## 0.17.6 (2024-09-17) + + +#### Features + +* pickup the syncserver metrics settings (#1598) ([b52e44ab](https://github.com/mozilla-services/syncstorage-rs/commit/b52e44ab52796b30bf94f39d7db54ae3981c6437)) + + + + +## 0.17.5 (2024-09-12) + + +#### Bug Fixes + +* downcast to tokenserver's actual error type (#1596) ([2b8b1f5d](https://github.com/mozilla-services/syncstorage-rs/commit/2b8b1f5dde7fbb5717ad2d7c292f9dbf69b0d271)) + + + + +## 0.17.4 (2024-09-06) + + +#### Features + +* debug "Invalid OAuth token" (verifier returns None) error cases (#1595) ([1443b31e](https://github.com/mozilla-services/syncstorage-rs/commit/1443b31e5af1f10f8a52bf1bb91dc817ce0b75f2)) + + + + +## 0.17.3 (2024-08-30) + + +#### Bug Fixes + +* revert the python3.10 match statement (for now) (#1592) ([dc0d571c](https://github.com/mozilla-services/syncstorage-rs/commit/dc0d571c055741297a77dd47c70b7ef55b552530)) + + + + +## 0.17.2 (2024-08-07) + + +#### Chore + +* revert back to bullseye (for now) (#1589) ([4a503f8c](https://github.com/mozilla-services/syncstorage-rs/commit/4a503f8c36fe070e11df43a8ce0b3c71358e983c)) + +#### Doc + +* add missing changelog for dep updates ([68db54b5](https://github.com/mozilla-services/syncstorage-rs/commit/68db54b5ce226d96da449d501a08d15392a35122)) + + + ## 0.17.1 (2024-07-11) diff --git a/Cargo.lock b/Cargo.lock index 511262e51b..ba2693828e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2827,7 +2827,7 @@ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" [[package]] name = "syncserver" -version = "0.17.1" +version = "0.17.8" dependencies = [ "actix-cors", "actix-http", @@ -2882,7 +2882,7 @@ dependencies = [ [[package]] name = "syncserver-common" -version = "0.17.1" +version = "0.17.8" dependencies = [ "actix-web", "backtrace", @@ -2901,7 +2901,7 @@ dependencies = [ [[package]] name = "syncserver-db-common" -version = "0.17.1" +version = "0.17.8" dependencies = [ "backtrace", "deadpool", @@ -2915,7 +2915,7 @@ dependencies = [ [[package]] name = "syncserver-settings" -version = "0.17.1" +version = "0.17.8" dependencies = [ "config 0.11.0", "num_cpus", @@ -2929,7 +2929,7 @@ dependencies = [ [[package]] name = "syncstorage-db" -version = "0.17.1" +version = "0.17.8" dependencies = [ "async-trait", "cadence", @@ -2952,7 +2952,7 @@ dependencies = [ [[package]] name = "syncstorage-db-common" -version = "0.17.1" +version = "0.17.8" dependencies = [ "async-trait", "backtrace", @@ -2971,7 +2971,7 @@ dependencies = [ [[package]] name = "syncstorage-mysql" -version = "0.17.1" +version = "0.17.8" dependencies = [ "async-trait", "backtrace", @@ -2994,7 +2994,7 @@ dependencies = [ [[package]] name = "syncstorage-settings" -version = "0.17.1" +version = "0.17.8" dependencies = [ "rand", "serde 1.0.203", @@ -3004,7 +3004,7 @@ dependencies = [ [[package]] name = "syncstorage-spanner" -version = "0.17.1" +version = "0.17.8" dependencies = [ "async-trait", "backtrace", @@ -3148,7 +3148,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokenserver-auth" -version = "0.17.1" +version = "0.17.8" dependencies = [ "async-trait", "base64 0.22.1", @@ -3175,7 +3175,7 @@ dependencies = [ [[package]] name = "tokenserver-common" -version = "0.17.1" +version = "0.17.8" dependencies = [ "actix-web", "backtrace", @@ -3190,7 +3190,7 @@ dependencies = [ [[package]] name = "tokenserver-db" -version = "0.17.1" +version = "0.17.8" dependencies = [ "async-trait", "backtrace", @@ -3215,7 +3215,7 @@ dependencies = [ [[package]] name = "tokenserver-settings" -version = "0.17.1" +version = "0.17.8" dependencies = [ "jsonwebtoken", "serde 1.0.203", diff --git a/Cargo.toml b/Cargo.toml index df7b580491..cb15063e85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ members = [ default-members = ["syncserver"] [workspace.package] -version = "0.17.1" +version = "0.17.8" authors = [ "Ben Bangert ", "Phil Jenvey ",