diff --git a/_service b/_service
index 1b82919..b27063f 100644
--- a/_service
+++ b/_service
@@ -4,10 +4,11 @@
@PARENT_TAG@
https://github.com/matrix-org/synapse.git
git
- v1.26.0
+ v1.27.0
v(.*)
\1
diff --git a/matrix-synapse-1.26.0.obscpio b/matrix-synapse-1.26.0.obscpio
deleted file mode 100644
index ea881b9..0000000
--- a/matrix-synapse-1.26.0.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:40e21a4c6e009b44a44d56a19e1b40dea50d99187e28c658adaa9591da7704e0
-size 29404173
diff --git a/matrix-synapse-1.27.0.obscpio b/matrix-synapse-1.27.0.obscpio
new file mode 100644
index 0000000..14e0038
--- /dev/null
+++ b/matrix-synapse-1.27.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6e74440c07c8c51ccd8f054e23fcfafe56ee3fe0ae593a2f7e8df003db46577e
+size 29537805
diff --git a/matrix-synapse-test.changes b/matrix-synapse-test.changes
deleted file mode 100644
index 473a0f4..0000000
diff --git a/matrix-synapse-test.spec b/matrix-synapse-test.spec
index b999261..c21d9c0 100644
--- a/matrix-synapse-test.spec
+++ b/matrix-synapse-test.spec
@@ -27,7 +27,7 @@
%define pkgname matrix-synapse
Name: %{pkgname}-test
-Version: 1.26.0
+Version: 1.27.0
Release: 0
Summary: Test package for %{pkgname}
License: Apache-2.0
diff --git a/matrix-synapse.changes b/matrix-synapse.changes
index 4e2c78c..8a34a5f 100644
--- a/matrix-synapse.changes
+++ b/matrix-synapse.changes
@@ -1,3 +1,122 @@
+-------------------------------------------------------------------
+Tue Feb 16 14:12:41 UTC 2021 - Marcus Rueckert
+
+- Update to 1.27.0
+ Note that this release includes a change in Synapse to use Redis
+ as a cache ─ as well as a pub/sub mechanism ─ if Redis support is
+ enabled for workers. No action is needed by server
+ administrators, and we do not expect resource usage of the Redis
+ instance to change dramatically.
+
+ This release also changes the callback URI for OpenID Connect
+ (OIDC) identity providers. If your server is configured to use
+ single sign-on via an OIDC/OAuth2 IdP, you may need to make
+ configuration changes. Please review UPGRADE.rst for more details
+ on these changes.
+
+ This release also changes escaping of variables in the HTML
+ templates for SSO or email notifications. If you have customised
+ these templates, please review UPGRADE.rst for more details on
+ these changes.
+
+ - Features
+ - Further improvements to the user experience of registration
+ via single sign-on. (#9297)
+ - Add an admin API for getting and deleting forward extremities
+ for a room. (#9062)
+ - Add an admin API for retrieving the current room state of a
+ room. (#9168)
+ - Add experimental support for allowing clients to pick an SSO
+ Identity Provider (MSC2858). (#9183, #9242)
+ - Add an admin API endpoint for shadow-banning users. (#9209)
+ - Add ratelimits to the 3PID /requestToken APIs. (#9238)
+ - Add support to the OpenID Connect integration for adding the
+ user's email address. (#9245)
+ - Add ratelimits to invites in rooms and to specific users.
+ (#9258)
+ - Improve the user experience of setting up an account via
+ single-sign on. (#9262, #9272, #9275, #9276, #9277, #9286,
+ #9287)
+ - Add phone home stats for encrypted messages. (#9283)
+ - Update the redirect URI for OIDC authentication. (#9288)
+ - Bugfixes
+ - Fix ratelimiting introduced in v1.27.0rc1 for invites to
+ respect the ratelimit flag on application services. (#9302)
+ - Do not automatically calculate public_baseurl since it can be
+ wrong in some situations. Reverts behaviour introduced in
+ v1.26.0. (#9313)
+ - Fix spurious errors in logs when deleting a non-existant
+ pusher. (#9121)
+ - Fix a long-standing bug where Synapse would return a 500
+ error when a thumbnail did not exist (and auto-generation of
+ thumbnails was not enabled). (#9163)
+ - Fix a long-standing bug where an internal server error was
+ raised when attempting to preview an HTML document in an
+ unknown character encoding. (#9164)
+ - Fix a long-standing bug where invalid data could cause errors
+ when calculating the presentable room name for push. (#9165)
+ - Fix bug where we sometimes didn't detect that Redis
+ connections had died, causing workers to not see new data.
+ (#9218)
+ - Fix a bug where None was passed to Synapse modules instead of
+ an empty dictionary if an empty module config block was
+ provided in the homeserver config. (#9229)
+ - Fix a bug in the make_room_admin admin API where it failed if
+ the admin with the greatest power level was not in the room.
+ Contributed by Pankaj Yadav. (#9235)
+ - Prevent password hashes from getting dropped if a client
+ failed threepid validation during a User Interactive Auth
+ stage. Removes a workaround for an ancient bug in Riot Web
+
+
+- no longer have a 2nd changes file for the test package. OBS uses
+ the main changes file now.
+
-------------------------------------------------------------------
Thu Jan 28 01:01:53 UTC 2021 - Marcus Rueckert
diff --git a/matrix-synapse.obsinfo b/matrix-synapse.obsinfo
index f62f5ff..13ad7c8 100644
--- a/matrix-synapse.obsinfo
+++ b/matrix-synapse.obsinfo
@@ -1,5 +1,5 @@
name: matrix-synapse
-version: 1.26.0
-mtime: 1611763324
-commit: b685c5e7f193b1afb95b96d0a827d74f7691faef
+version: 1.27.0
+mtime: 1613481377
+commit: 6600f0bd572500f9b85bfeed424eff0300e2fa59
diff --git a/matrix-synapse.spec b/matrix-synapse.spec
index a221fa7..5b0103c 100644
--- a/matrix-synapse.spec
+++ b/matrix-synapse.spec
@@ -45,7 +45,7 @@
%define pkgname matrix-synapse
%define eggname matrix_synapse
Name: %{pkgname}
-Version: 1.26.0
+Version: 1.27.0
Release: 0
Summary: Matrix protocol reference homeserver
License: Apache-2.0