Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
b5c4fe19
Commit
b5c4fe19
authored
4 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
1.28.0
parent
7292b7c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES.md
+9
-0
9 additions, 0 deletions
CHANGES.md
changelog.d/9474.misc
+0
-1
0 additions, 1 deletion
changelog.d/9474.misc
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
synapse/__init__.py
+1
-1
1 addition, 1 deletion
synapse/__init__.py
with
16 additions
and
2 deletions
CHANGES.md
+
9
−
0
View file @
b5c4fe19
Synapse 1.28.0 (2021-02-25)
===========================
Internal Changes
----------------
-
Revert change in v1.28.0rc1 to remove the deprecated SAML endpoint. (
[
\#9474
](
https://github.com/matrix-org/synapse/issues/9474
)
)
Synapse 1.28.0rc1 (2021-02-19)
Synapse 1.28.0rc1 (2021-02-19)
==============================
==============================
...
...
This diff is collapsed.
Click to expand it.
changelog.d/9474.misc
deleted
100644 → 0
+
0
−
1
View file @
7292b7c0
Revert change in v1.28.0rc1 to remove the deprecated SAML endpoint.
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
b5c4fe19
matrix-synapse-py3 (1.28.0) stable; urgency=medium
* New synapse release 1.28.0.
-- Synapse Packaging team <packages@matrix.org> Thu, 25 Feb 2021 10:21:57 +0000
matrix-synapse-py3 (1.27.0) stable; urgency=medium
matrix-synapse-py3 (1.27.0) stable; urgency=medium
[ Dan Callahan ]
[ Dan Callahan ]
...
...
This diff is collapsed.
Click to expand it.
synapse/__init__.py
+
1
−
1
View file @
b5c4fe19
...
@@ -48,7 +48,7 @@ try:
...
@@ -48,7 +48,7 @@ try:
except
ImportError
:
except
ImportError
:
pass
pass
__version__
=
"
1.28.0
rc1
"
__version__
=
"
1.28.0
"
if
bool
(
os
.
environ
.
get
(
"
SYNAPSE_TEST_PATCH_LOG_CONTEXTS
"
,
False
)):
if
bool
(
os
.
environ
.
get
(
"
SYNAPSE_TEST_PATCH_LOG_CONTEXTS
"
,
False
)):
# We import here so that we don't have to install a bunch of deps when
# We import here so that we don't have to install a bunch of deps when
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment