Skip to content

Commit

Permalink
Merge pull request #52 from julianhille/release/1.91.0
Browse files Browse the repository at this point in the history
Release 1.91.0.0 for synapse 1.91.0
  • Loading branch information
julianhille authored Nov 19, 2023
2 parents af05b1e + 8085497 commit 1baa07b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### [1.91.0.0] - 2023-11-19

### Updated

- Synapse to 1.91.0

### [1.90.0.0] - 2023-11-19

### Updated
Expand Down Expand Up @@ -203,7 +209,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Location of github action workflow file `build.yml`
- Fix robustness for matrix-synapse name and packages changes and rebuilding in the same path (updater script)

[unreleased]: https://github.com/conhealth/LifeTime-Desktop/compare/v1.90.0.0...HEAD
[unreleased]: https://github.com/conhealth/LifeTime-Desktop/compare/v1.91.0.0...HEAD
[1.91.0.0]: https://github.com/conhealth/LifeTime-Desktop/compare/v1.90.0.0...v1.91.0.0
[1.90.0.0]: https://github.com/conhealth/LifeTime-Desktop/compare/v1.89.0.0...v1.90.0.0
[1.89.0.0]: https://github.com/conhealth/LifeTime-Desktop/compare/v1.88.0.0...v1.89.0.0
[1.88.0.0]: https://github.com/conhealth/LifeTime-Desktop/compare/v1.87.0.0...v1.88.0.0
Expand Down
5 changes: 2 additions & 3 deletions matrix_synapse_testutils/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
Any,
Awaitable,
Callable,
Deque,
Dict,
Iterable,
List,
Expand All @@ -41,7 +42,7 @@
from unittest.mock import Mock

import attr
from typing_extensions import Deque, ParamSpec
from typing_extensions import ParamSpec
from zope.interface import implementer

from twisted.internet import address, threads, udp
Expand Down Expand Up @@ -999,8 +1000,6 @@ def setup_test_homeserver(
hs.tls_server_context_factory = Mock()

hs.setup()
if homeserver_to_use == TestHomeServer:
hs.setup_background_tasks()

if isinstance(db_engine, PostgresEngine):
database_pool = hs.get_datastores().databases[0]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Topic :: Software Development"
]
dependencies = [
"matrix-synapse[test]==1.90.0"
"matrix-synapse[test]==1.91.0"
]

[project.urls]
Expand Down

0 comments on commit 1baa07b

Please sign in to comment.