diff --git a/_service b/_service
index 81be533..71a326d 100644
--- a/_service
+++ b/_service
@@ -4,11 +4,11 @@
@PARENT_TAG@
https://github.com/matrix-org/synapse.git
git
- v1.82.0
+ v1.83.0
v(.*)
\1
diff --git a/matrix-synapse-1.82.0.obscpio b/matrix-synapse-1.82.0.obscpio
deleted file mode 100644
index bbcc661..0000000
--- a/matrix-synapse-1.82.0.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fceb6425eef9c525483aedffd99890b7ab2bbaeeff9b53b20f7e705c312fa0a5
-size 34828301
diff --git a/matrix-synapse-1.83.0.obscpio b/matrix-synapse-1.83.0.obscpio
new file mode 100644
index 0000000..e0fe159
--- /dev/null
+++ b/matrix-synapse-1.83.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a9fc44ead7fcad3c2b75f70e3fd0413a8b0f90c2deb8af55353ca46f4b9acedc
+size 34930189
diff --git a/matrix-synapse-test.spec b/matrix-synapse-test.spec
index 7661871..cebdc24 100644
--- a/matrix-synapse-test.spec
+++ b/matrix-synapse-test.spec
@@ -27,7 +27,7 @@
%define pkgname matrix-synapse
Name: %{pkgname}-test
-Version: 1.82.0
+Version: 1.83.0
Release: 0
Summary: Test package for %{pkgname}
License: Apache-2.0
diff --git a/matrix-synapse.changes b/matrix-synapse.changes
index cf80c7e..540aab9 100644
--- a/matrix-synapse.changes
+++ b/matrix-synapse.changes
@@ -1,3 +1,59 @@
+-------------------------------------------------------------------
+Tue May 9 18:58:15 UTC 2023 - Marcus Rueckert
+
+- Update to 1.83.0
+ - Features
+ - Experimental support to recursively provide relations per
+ MSC3981. (#15315)
+ - Experimental support for MSC3970: Scope transaction IDs to
+ devices. (#15318)
+ - Add an admin API endpoint to support per-user feature flags.
+ (#15344)
+ - Add a module API to send an HTTP push notification. (#15387)
+ - Add an admin API endpoint to query the largest rooms by disk
+ space used in the database. (#15482)
+ - Bugfixes
+ - Disable push rule evaluation for rooms excluded from sync.
+ (#15361)
+ - Fix a long-standing bug where cached server key results which
+ were directly fetched would not be properly re-used. (#15417)
+ - Fix a bug introduced in Synapse 1.73.0 where some
+ experimental push rules were returned by default. (#15494)
+ - Improved Documentation
+ - Add Nginx loadbalancing example with sticky mxid for workers.
+ (#15411)
+ - Update outdated development docs that mention restrictions in
+ versions of SQLite that we no longer support. (#15498)
+ - Internal Changes
+ - Speedup tests by caching HomeServerConfig instances. (#15284)
+ - Add denormalised event stream ordering column to membership
+ state tables for future use. Contributed by Nick @ Beeper
+ (@fizzadar). (#15356)
+ - Always use multi-user device resync replication endpoints.
+ (#15418)
+ - Add column full_user_id to tables profiles and user_filters.
+ (#15458)
+ - Update support for MSC3983 to allow always returning
+ fallback-keys in a /keys/claim request. (#15462)
+ - Improve type hints. (#15465, #15496, #15497)
+ - Support claiming more than one OTK at a time. (#15468)
+ - Bump types-pyyaml from 6.0.12.8 to 6.0.12.9. (#15471)
+ - Bump pyasn1-modules from 0.2.8 to 0.3.0. (#15473)
+ - Bump cryptography from 40.0.1 to 40.0.2. (#15474)
+ - Bump types-netaddr from 0.8.0.7 to 0.8.0.8. (#15475)
+ - Bump types-jsonschema from 4.17.0.6 to 4.17.0.7. (#15476)
+ - Ask bug reporters to provide logs as text. (#15479)
+ - Add a Nix flake for use as a development environment.
+ (#15495)
+ - Bump anyhow from 1.0.70 to 1.0.71. (#15507)
+ - Bump types-pillow from 9.4.0.19 to 9.5.0.2. (#15508)
+ - Bump packaging from 23.0 to 23.1. (#15510)
+ - Bump types-requests from 2.28.11.16 to 2.29.0.0. (#15511)
+ - Bump setuptools-rust from 1.5.2 to 1.6.0. (#15512)
+ - Update the check_schema_delta script to account for when the
+ schema version has been bumped locally. (#15466)
+- Allow newer setuptools-rust
+
-------------------------------------------------------------------
Tue Apr 25 11:53:22 UTC 2023 - Marcus Rueckert
diff --git a/matrix-synapse.obsinfo b/matrix-synapse.obsinfo
index bd25c9f..8054610 100644
--- a/matrix-synapse.obsinfo
+++ b/matrix-synapse.obsinfo
@@ -1,4 +1,4 @@
name: matrix-synapse
-version: 1.82.0
-mtime: 1682420177
-commit: c34791ef5b612d36c52216a4d9c84ee56ac00c28
+version: 1.83.0
+mtime: 1683648828
+commit: 64a11fb61fac47f652858d7e2109d077874135e0
diff --git a/matrix-synapse.spec b/matrix-synapse.spec
index e15d4a7..56c5d4f 100644
--- a/matrix-synapse.spec
+++ b/matrix-synapse.spec
@@ -28,7 +28,7 @@
%global bcrypt_version 4.0.1
%global bleach_version 5.0.1
%global canonicaljson_version 2.0.0
-%global cryptography_version 40.0.1
+%global cryptography_version 40.0.2
%global immutabledict_version 2.2.4
%global idna_version 3.4
%global ijson_version 3.1.4
@@ -42,6 +42,7 @@
%global psutil_version 2.0.0
%global pyOpenSSL_version 23.0.0
%global pyasn1_version 0.4.8
+# TODO 0.3.0
%global pyasn1_modules_version 0.2.8
%global pymacaroons_version 0.13.0
%global service_identity_version 21.1.0
@@ -53,8 +54,7 @@
%global treq_version 22.2.0
%global unpaddedbase64_version 2.1.0
%global matrix_synapse_ldap3_version 0.2.2
-# TODO: bump to 22.0
-%global packaging_version 23.0
+%global packaging_version 23.1
%global psycopg2_version 2.9.6
# TODO 7.3.1
%global pysaml2_version 7.2.1
@@ -156,7 +156,7 @@
%define pkgname matrix-synapse
%define eggname matrix_synapse
Name: %{pkgname}
-Version: 1.82.0
+Version: 1.83.0
Release: 0
Summary: Matrix protocol reference homeserver
License: Apache-2.0
@@ -194,7 +194,7 @@ BuildRequires: unzip
%{?systemd_ordering}
%{sysusers_requires}
%requires_peq %{use_python}-base
-BuildRequires: (%{use_python}-setuptools-rust >= 1.3 with %{use_python}-setuptools-rust < 1.5.3)
+BuildRequires: (%{use_python}-setuptools-rust >= 1.3 with %{use_python}-setuptools-rust < 1.7.0)
# NOTE: Keep this is in the same order as pyproject.toml.
# some version locks based on poetry.lock
BuildRequires: %{use_python}-Jinja2 >= %{Jinja2_version}
diff --git a/vendor.tar.zst b/vendor.tar.zst
index 81a2737..bb8dc27 100644
--- a/vendor.tar.zst
+++ b/vendor.tar.zst
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:bb10ca22c38f12ed7e907485fdd85eeffdf935a92eca6445b849940c5a42ec9b
-size 8793974
+oid sha256:b1ce7e6b94bc9019311f5e8a5da798e973cab8b81b2a6a5031b44f84f625f849
+size 8818682