From db037d0322bba01374ceb1e669c26575297e4c0d Mon Sep 17 00:00:00 2001
From: Ethan Donowitz <8703826+ethowitz@users.noreply.github.com>
Date: Thu, 25 Aug 2022 17:48:01 -0400
Subject: [PATCH] chore: tag 0.12.1 (#1386)
---
CHANGELOG.md | 24 ++++++++++++++++++++++++
Cargo.lock | 8 ++++----
syncstorage-common/Cargo.toml | 2 +-
syncstorage-db-common/Cargo.toml | 2 +-
syncstorage/Cargo.toml | 2 +-
tokenserver-common/Cargo.toml | 2 +-
6 files changed, 32 insertions(+), 8 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bde9d840..3a78cc60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+
+## 0.12.1 (2022-08-25)
+
+
+#### Performance
+
+* remove unnecessary database calls for Tokenserver (#1360) ([5ed9a10c](https://github.com/mozilla-services/syncstorage-rs/commit/5ed9a10c2e854889a12de4f92deff106ec49d7d4))
+
+#### Bug Fixes
+
+* fix Tokenserver Spanner node query (#1383) ([edef90ca](https://github.com/mozilla-services/syncstorage-rs/commit/edef90ca4795a6bbdd1b1dcaae684671097cc335))
+* fix Tokenserver node assignment query (#1382) ([9e977c71](https://github.com/mozilla-services/syncstorage-rs/commit/9e977c710ede17b3a8922b1c4a877a9dc8e93fdf))
+* fix JWT library for Tokenserver load tests (#1373) ([ebf425fe](https://github.com/mozilla-services/syncstorage-rs/commit/ebf425fe268e714c03b2e64347d71d05cc938a8b), closes [#1372](https://github.com/mozilla-services/syncstorage-rs/issues/1372))
+* rework Tokenserver load tests for local OAuth verification (#1357) ([8c59bb4f](https://github.com/mozilla-services/syncstorage-rs/commit/8c59bb4f80643d69a07c8656777a84ed9343e8e1))
+
+#### Features
+
+* improve Tokenserver errors and metrics (#1385) ([90f10173](https://github.com/mozilla-services/syncstorage-rs/commit/90f101734187e159eff686dff8f89992d12b5315))
+* add `__error__` endpoint to Tokenserver (#1375) ([75231c8f](https://github.com/mozilla-services/syncstorage-rs/commit/75231c8feb996c7aa8746aeb88c9c3d428245e25), closes [#1364](https://github.com/mozilla-services/syncstorage-rs/issues/1364))
+* use Actix to spawn blocking threads (#1370) ([1b1261f2](https://github.com/mozilla-services/syncstorage-rs/commit/1b1261f23eb734b52c29862c32b3441ad70e2d5f))
+* tag Tokenserver's `token_verification` metric with the token type (#1359) ([dc00a8ea](https://github.com/mozilla-services/syncstorage-rs/commit/dc00a8ea20b3328c452880cea451789e7ab1f027), closes [#1358](https://github.com/mozilla-services/syncstorage-rs/issues/1358))
+
+
+
## 0.12.0 (2022-06-23)
diff --git a/Cargo.lock b/Cargo.lock
index 0c14e1ff..5fc5337e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3001,7 +3001,7 @@ dependencies = [
[[package]]
name = "syncstorage"
-version = "0.12.0"
+version = "0.12.1"
dependencies = [
"actix-cors",
"actix-http",
@@ -3071,11 +3071,11 @@ dependencies = [
[[package]]
name = "syncstorage-common"
-version = "0.12.0"
+version = "0.12.1"
[[package]]
name = "syncstorage-db-common"
-version = "0.12.0"
+version = "0.12.1"
dependencies = [
"async-trait",
"backtrace",
@@ -3267,7 +3267,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokenserver-common"
-version = "0.12.0"
+version = "0.12.1"
dependencies = [
"actix-web",
"backtrace",
diff --git a/syncstorage-common/Cargo.toml b/syncstorage-common/Cargo.toml
index b1f0a66b..64de45df 100644
--- a/syncstorage-common/Cargo.toml
+++ b/syncstorage-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syncstorage-common"
-version = "0.12.0"
+version = "0.12.1"
edition = "2021"
[dependencies]
diff --git a/syncstorage-db-common/Cargo.toml b/syncstorage-db-common/Cargo.toml
index f085e560..e79287d8 100644
--- a/syncstorage-db-common/Cargo.toml
+++ b/syncstorage-db-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syncstorage-db-common"
-version = "0.12.0"
+version = "0.12.1"
edition = "2021"
[dependencies]
diff --git a/syncstorage/Cargo.toml b/syncstorage/Cargo.toml
index 47ed037b..8ff8cb6e 100644
--- a/syncstorage/Cargo.toml
+++ b/syncstorage/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syncstorage"
-version = "0.12.0"
+version = "0.12.1"
license = "MPL-2.0"
authors = [
"Ben Bangert ",
diff --git a/tokenserver-common/Cargo.toml b/tokenserver-common/Cargo.toml
index 09cc2ea1..ffa22191 100644
--- a/tokenserver-common/Cargo.toml
+++ b/tokenserver-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tokenserver-common"
-version = "0.12.0"
+version = "0.12.1"
edition = "2021"
[dependencies]