Skip to content

Commit 58d275d

Browse files
authored
Merge pull request #2184 from mozilla-services/release/0.22
chore: tag 0.22.2
2 parents 6363d68 + 36a6f22 commit 58d275d

3 files changed

Lines changed: 70 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
<a name="0.22.2"></a>
2+
## 0.22.2 (2026-04-03)
3+
4+
5+
#### Chore
6+
7+
* **deps:** bump pygments in /tools/tokenserver/loadtests (#2185) ([b72fa527](https://github.com/mozilla-services/syncstorage-rs/commit/b72fa527689996cc31cfea58700ff27c4a25eb58))
8+
9+
#### Bug Fixes
10+
11+
* install all the pg tools dependencies (#2189) ([6363d68a](https://github.com/mozilla-services/syncstorage-rs/commit/6363d68a1182595475cf14dc8fe32dbdc31e48ef))
12+
13+
#### Features
14+
15+
* include the postgres tools in the final Docker (#2188) ([184de7c5](https://github.com/mozilla-services/syncstorage-rs/commit/184de7c52d0c587f9e35f2c60580b685fee2ba24))
16+
* add python utils and integrate into workflow (#2176) ([af1c5fb6](https://github.com/mozilla-services/syncstorage-rs/commit/af1c5fb68a68bf092e1dae9e5d2ab3ee03c4ef8e))
17+
18+
19+
20+
<a name="0.22.1"></a>
21+
## 0.22.1 (2026-04-01)
22+
23+
24+
#### Chore
25+
26+
* capture sentry backtraces (#2166) ([f0497396](https://github.com/mozilla-services/syncstorage-rs/commit/f049739658ab5ce46411800672042f0e448effcd))
27+
* remove HTTP status metric from syncstorage-rs (#2163) ([19847721](https://github.com/mozilla-services/syncstorage-rs/commit/19847721577b49ec911433194a8b74a4a35473cb))
28+
* build and push "directly" instead of using mozilla-it/deploy-actions (#2149) ([36e5683a](https://github.com/mozilla-services/syncstorage-rs/commit/36e5683a62c9355348fc3ef10877f1c91664c79e))
29+
* upgrade Python for all utils and refactor (#2127) ([6b09e994](https://github.com/mozilla-services/syncstorage-rs/commit/6b09e9947a57b1d6dc816f2905b45d2184326ac8))
30+
* bump rustls-webpki per RUSTSEC-2026-0049 (#2150) ([db5834db](https://github.com/mozilla-services/syncstorage-rs/commit/db5834db64729bba5431ae2c83bb78351a8b63fe))
31+
* resolve aws-lc-rs vuln (#2148) ([cd18eae5](https://github.com/mozilla-services/syncstorage-rs/commit/cd18eae541357f91532fb385f291c28d64fa83f7))
32+
33+
#### Features
34+
35+
* also push a latest tag to ent GAR (#2182) ([5513da89](https://github.com/mozilla-services/syncstorage-rs/commit/5513da89cdcd4fda0bc82d6ad917e2e65587396a))
36+
* single workflow and actions optimizations (#2140) ([cf1d30ff](https://github.com/mozilla-services/syncstorage-rs/commit/cf1d30ffb723c41e128a44dd57e9c586faef7cf7))
37+
* (re-)enable timestamp+offset based pagination optimization (#2145) ([c1d53b60](https://github.com/mozilla-services/syncstorage-rs/commit/c1d53b604f099e5fd43fde81143031c4d8cc4705))
38+
* add logging for acct webhook handler (#2147) ([ecb6bd05](https://github.com/mozilla-services/syncstorage-rs/commit/ecb6bd05dd9379748e4c65dd6f9b6640e9c710d9))
39+
* **mozcloud-publish:** updated mozcloud-publish workflow to trigger on tokenserver-preview labels and consolidated checks into a job that is required by all build jobs (#2135) ([685075e7](https://github.com/mozilla-services/syncstorage-rs/commit/685075e760d856bed84ed44be10d8cb8d4b202ca))
40+
41+
#### Refactor
42+
43+
* stop passing collection id to get_quota_usage (#2170) ([857739dd](https://github.com/mozilla-services/syncstorage-rs/commit/857739dd4ce3e8344d5cfa9b0628712e264c2290))
44+
45+
#### Doc
46+
47+
* fixes syncserver PostgreSQL GHCR image name (#2153) ([5dbe6bc4](https://github.com/mozilla-services/syncstorage-rs/commit/5dbe6bc4ea20733690def17aa4acbed0ff560738))
48+
* fix broken link to config page (#2144) ([ed6e27fb](https://github.com/mozilla-services/syncstorage-rs/commit/ed6e27fbb7a2d616aa7b682315a835ed1fbc4d1d))
49+
50+
51+
152
<a name="0.22.0"></a>
253
## 0.22.0 (2026-03-17)
354

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = [
2020
default-members = ["syncserver"]
2121

2222
[workspace.package]
23-
version = "0.22.0"
23+
version = "0.22.2"
2424
authors = [
2525
"Mozilla Sync Backend Engineering <sync-backend@mozilla.com",
2626
]

0 commit comments

Comments
 (0)