Skip to content

Commit

Permalink
chore: tag 0.15.4 (#1544)
Browse files Browse the repository at this point in the history
* chore: tag 0.15.3

* chore: fix changelog version anchor

* chore: tag 0.15.4

* chore: tag 0.15.5
  • Loading branch information
pjenvey authored Apr 30, 2024
1 parent cc16082 commit 97389f4
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 16 deletions.
71 changes: 69 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
<a name="0.14.5"></a>
## 0.14.5 (2024-04-16)
<a name="0.15.5"></a>
## 0.15.5 (2024-04-30)


#### Features

* Allow uid range for purge function (SYNC-4246) (#1547) ([cc160822](https://github.com/mozilla-services/syncstorage-rs/commit/cc160822419cd56646d15d425812cf36a19d89a2), closes [#1548](https://github.com/mozilla-services/syncstorage-rs/issues/1548))



<a name="0.15.4"></a>
## 0.15.4 (2024-04-25)


#### Bug Fixes

* take keys_changed_at into account w/ migrated records' special case (#1545) ([f68fb607](https://github.com/mozilla-services/syncstorage-rs/commit/f68fb607fe0284f74c77faa4eb1de14ed95e3d3e))

#### Chore

* fix changelog version anchor ([8098d839](https://github.com/mozilla-services/syncstorage-rs/commit/8098d839b6987bfa0731f876162672bb21e8fded))



<a name="0.15.3"></a>
## 0.15.3 (2024-04-24)


#### Features

* special case purging of users previously migrated to Spanner (#1543) ([13e53eba](https://github.com/mozilla-services/syncstorage-rs/commit/13e53eba13ca21f8bd41ddd86d52375f4af38a71))



<a name="0.15.2"></a>
## 0.15.2 (2024-04-16)


#### Bug Fixes
Expand All @@ -13,6 +47,39 @@



<a name="0.15.1"></a>
## 0.15.1 (2024-02-29)


#### Bug Fixes

* don't emit a content-type header for 304s (#1526) ([8faf7280](https://github.com/mozilla-services/syncstorage-rs/commit/8faf7280de843b5d398aeb997c99aebfdc5d9a8c))

#### Doc

* Remove reference to legacy vendored library (#1522) ([3edd4206](https://github.com/mozilla-services/syncstorage-rs/commit/3edd420621520e073dff0828fd7b30579a4c9349))



<a name="0.15.0"></a>
## 0.15.0 (2024-02-27)


#### Features

* Puts pyo3 behind feature flag and derives tokens directly in Rust (#1513) ([1b116846](https://github.com/mozilla-services/syncstorage-rs/commit/1b11684648f2b6e632b1ef286c62008278cb4c08))
* Upgrading to Actix 4.x (#1514) ([97985586](https://github.com/mozilla-services/syncstorage-rs/commit/97985586b464976923bede595c40a05def2c0a64))

#### Bug Fixes

* Copy modified purge script from old tokenserver repo (#1512) ([06ecb78e](https://github.com/mozilla-services/syncstorage-rs/commit/06ecb78e2414c9fd7385709d19987ac8a1d1fa3d))

#### Chore

* Cleans up TLS dependencies (#1519) ([ac3b479a](https://github.com/mozilla-services/syncstorage-rs/commit/ac3b479a58275d16e3529a17ef68521564b8b571))



<a name="0.14.4"></a>
## 0.14.4 (2023-12-11)

Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
default-members = ["syncserver"]

[workspace.package]
version = "0.15.2"
version = "0.15.5"
authors = [
"Ben Bangert <[email protected]>",
"Phil Jenvey <[email protected]>",
Expand Down

0 comments on commit 97389f4

Please sign in to comment.