Skip to content

Commit 5dd9d4e

Browse files
committed
chore: tag 0.21.0
1 parent 9d799a4 commit 5dd9d4e

File tree

3 files changed

+75
-15
lines changed

3 files changed

+75
-15
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
<a name="0.21.0"></a>
2+
## 0.21.0 (2025-09-11)
3+
4+
5+
#### Refactor
6+
7+
* move tokenserver's Db to async-trait (#1799) ([9d799a45](https://github.com/mozilla-services/syncstorage-rs/commit/9d799a45d41d1f09589cd01ac4df38decb7a9548))
8+
* apply &mut self to syncstorage-mysql ([38b4db40](https://github.com/mozilla-services/syncstorage-rs/commit/38b4db401fdcb405cb7f56e54e85aca47877265d))
9+
* switch syncstorage Db methods to &mut self ([38cb38fb](https://github.com/mozilla-services/syncstorage-rs/commit/38cb38fbd91861db8ac9ce28d9149bb5db530fca))
10+
* switch tokenserver Db methods to &mut self ([614e3902](https://github.com/mozilla-services/syncstorage-rs/commit/614e3902d00749b478b84fbdfa7b7247ab1b56cd))
11+
12+
#### Bug Fixes
13+
14+
* kill unnecessary transactions (savepoints) (#1782) ([9381bc68](https://github.com/mozilla-services/syncstorage-rs/commit/9381bc68b8c9a1b73806790f1803a0ec7f3e410b))
15+
* Revert "fix: mysql: Call set_timestamp in lock_for_write_sync." ([dfe21646](https://github.com/mozilla-services/syncstorage-rs/commit/dfe216466da41581cae084e19db2b43fcf8fca77))
16+
* mysql: Replace the user_id%10 in batch_id with a global counter. ([2a1268ed](https://github.com/mozilla-services/syncstorage-rs/commit/2a1268ed0440de4c5709b150b37c440369bf2a2e))
17+
* mysql: Call set_timestamp in lock_for_write_sync. ([d4511cc7](https://github.com/mozilla-services/syncstorage-rs/commit/d4511cc746d8c2e991c8faf55ef608e8ff7895bc))
18+
* Fix usage of Mockito for >0.30.0. ([3e37e42d](https://github.com/mozilla-services/syncstorage-rs/commit/3e37e42d92cda1cb9e072a279145dc9a369cf22c))
19+
* Fix misspelled cfg(test) in tokenserver-auth. ([82dd4235](https://github.com/mozilla-services/syncstorage-rs/commit/82dd4235c665d9c41800b137af920557d7321ef4))
20+
21+
#### Test
22+
23+
* add max total records e2e test (#1796) ([6100529d](https://github.com/mozilla-services/syncstorage-rs/commit/6100529da70bb1af2de6f329c8b63224113da2a3))
24+
25+
#### Chore
26+
27+
* more poetry usage (#1798) ([ffade2f8](https://github.com/mozilla-services/syncstorage-rs/commit/ffade2f86909cb6cf29264d453be839afdf7065f))
28+
* bump tracing-subscriber per RUSTSEC-2025-0055 ([d89a05e7](https://github.com/mozilla-services/syncstorage-rs/commit/d89a05e7451fe797ad79ba00ecc1960ba4c94c13))
29+
* Bump validator to 0.19.0. ([c924fae7](https://github.com/mozilla-services/syncstorage-rs/commit/c924fae77a98f995db64bb5e5711f313553de1e5))
30+
* Update Cargo.lock. ([dc4e8015](https://github.com/mozilla-services/syncstorage-rs/commit/dc4e80151b654e58bf881f940b82f3171c06366a))
31+
* Upgrade Diesel to 2.x. ([b9507e36](https://github.com/mozilla-services/syncstorage-rs/commit/b9507e36c397d7114691498f3bb67c78fa74ac1b))
32+
33+
#### Features
34+
35+
* tokenserver postgres schema (#1786) ([1dd7dab5](https://github.com/mozilla-services/syncstorage-rs/commit/1dd7dab55ec3aaf2658019dde4b1ac8e70c668a4))
36+
* switch tokenserver to diesel-async (#1790) ([f2698a42](https://github.com/mozilla-services/syncstorage-rs/commit/f2698a4251cd719413b2071379f6866b50d4981a))
37+
* kill Db's impl of Clone (#1789) ([b89b06d2](https://github.com/mozilla-services/syncstorage-rs/commit/b89b06d24f4b276c8818e1b062e9431944c5f59f))
38+
* workaround batch_id conflicts w/ a simple retry ([e71980c2](https://github.com/mozilla-services/syncstorage-rs/commit/e71980c24281029854165bb5a74cf736aa41b5e4))
39+
40+
41+
142
<a name="0.20.1"></a>
243
## 0.20.1 (2025-08-29)
344

Cargo.lock

Lines changed: 33 additions & 14 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
@@ -19,7 +19,7 @@ members = [
1919
default-members = ["syncserver"]
2020

2121
[workspace.package]
22-
version = "0.20.1"
22+
version = "0.21.0"
2323
authors = [
2424
"Ben Bangert <ben@groovie.org>",
2525
"Phil Jenvey <pjenvey@underboss.org>",

0 commit comments

Comments
 (0)