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
d600d450
Commit
d600d450
authored
4 years ago
by
Erik Johnston
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
e09838c7
e2904f72
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.md
+10
-3
10 additions, 3 deletions
CHANGES.md
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
synapse/__init__.py
+1
-1
1 addition, 1 deletion
synapse/__init__.py
with
17 additions
and
4 deletions
CHANGES.md
+
10
−
3
View file @
d600d450
Synapse 1.30.0
rc1
(2021-03-
16
)
Synapse 1.30.0 (2021-03-
22
)
===========================
===
===========================
Note that this release deprecates the ability for appservices to
Note that this release deprecates the ability for appservices to
call
`POST /_matrix/client/r0/register`
without the body parameter
`type`
. Appservice
call
`POST /_matrix/client/r0/register`
without the body parameter
`type`
. Appservice
...
@@ -8,6 +8,13 @@ per [the spec](https://matrix.org/docs/spec/application_service/r0.1.2#server-ad
...
@@ -8,6 +8,13 @@ per [the spec](https://matrix.org/docs/spec/application_service/r0.1.2#server-ad
In future releases, calling this endpoint with an access token - but without a
`m.login.application_service`
In future releases, calling this endpoint with an access token - but without a
`m.login.application_service`
type - will fail.
type - will fail.
No significant changes.
Synapse 1.30.0rc1 (2021-03-16)
==============================
Features
Features
--------
--------
...
@@ -34,7 +41,7 @@ Bugfixes
...
@@ -34,7 +41,7 @@ Bugfixes
Updates to the Docker image
Updates to the Docker image
---------------------------
---------------------------
-
Use jemalloc if available in docker
. (
[
\#8553
](
https://github.com/matrix-org/synapse/issues/8553
)
)
-
Make use of an improved malloc implementation (
`jemalloc`
) in the docker image
. (
[
\#8553
](
https://github.com/matrix-org/synapse/issues/8553
)
)
Improved Documentation
Improved Documentation
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
d600d450
matrix-synapse-py3 (1.30.0) stable; urgency=medium
* New synapse release 1.30.0.
-- Synapse Packaging team <packages@matrix.org> Mon, 22 Mar 2021 13:15:34 +0000
matrix-synapse-py3 (1.29.0) stable; urgency=medium
matrix-synapse-py3 (1.29.0) stable; urgency=medium
[ Jonathan de Jong ]
[ Jonathan de Jong ]
...
...
This diff is collapsed.
Click to expand it.
synapse/__init__.py
+
1
−
1
View file @
d600d450
...
@@ -48,7 +48,7 @@ try:
...
@@ -48,7 +48,7 @@ try:
except
ImportError
:
except
ImportError
:
pass
pass
__version__
=
"
1.30.0
rc1
"
__version__
=
"
1.30.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