Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df07d51d8b | ||
|
|
048669fa2c | ||
|
|
a571f235d9 | ||
|
|
8b20754424 |
@@ -1502,3 +1502,12 @@
|
||||
* Deprecation of MacOS Python wheels
|
||||
* Properly stop building wheels for Python 3.9 and free-threaded CPython. ([#19154](https://github.com/element-hq/synapse/issues/19154))
|
||||
|
||||
[1.123.1]
|
||||
* Update synapse to 1.142.1
|
||||
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.142.1)
|
||||
* Fixed a bug introduced in v1.142.0 preventing subpaths in MAS endpoints from working. ([#19186](https://github.com/element-hq/synapse/issues/19186))
|
||||
|
||||
[1.124.0]
|
||||
* Update synapse to 1.143.0
|
||||
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.143.0)
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG.md",
|
||||
"tagline": "Secure & decentralized communication",
|
||||
"version": "1.123.0",
|
||||
"upstreamVersion": "1.142.0",
|
||||
"version": "1.124.0",
|
||||
"upstreamVersion": "1.143.0",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8008,
|
||||
"memoryLimit": 536870912,
|
||||
|
||||
@@ -8,7 +8,7 @@ WORKDIR /app/code
|
||||
RUN python3 -m venv /app/code/env
|
||||
|
||||
# renovate: datasource=github-releases depName=element-hq/synapse versioning=semver extractVersion=^v(?<version>.+)$
|
||||
ARG SYNAPSE_VERSION=1.142.0
|
||||
ARG SYNAPSE_VERSION=1.143.0
|
||||
|
||||
# renovate: datasource=github-releases depName=matrix-org/synapse-s3-storage-provider versioning=semver extractVersion=^v(?<version>.+)$
|
||||
ARG S3PROVIDER_VERSION=1.6.0
|
||||
|
||||
8
test/package-lock.json
generated
8
test/package-lock.json
generated
@@ -9,7 +9,7 @@
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chromedriver": "^142.0.1",
|
||||
"chromedriver": "^142.0.3",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^11.7.5",
|
||||
"selenium-webdriver": "^4.38.0"
|
||||
@@ -259,9 +259,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/chromedriver": {
|
||||
"version": "142.0.1",
|
||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-142.0.1.tgz",
|
||||
"integrity": "sha512-Cgm5rPQ1aNdkoA4wiwJiKweQErbv+8w5xnN5SA5EIAxN0bcZzWrbcFtwlaKG3DUcJJYQKKArLe4vg+s85wmhfQ==",
|
||||
"version": "142.0.3",
|
||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-142.0.3.tgz",
|
||||
"integrity": "sha512-1Ibm/tuJRTaIpRfGi6M3IEb61CAlPirkFHvfiLiiu3h8OEtJFKat/FSr8Rn8pBsJlCCRlb5UWdj+nZeAmRLQUg==",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chromedriver": "^142.0.1",
|
||||
"chromedriver": "^142.0.3",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^11.7.5",
|
||||
"selenium-webdriver": "^4.38.0"
|
||||
|
||||
Reference in New Issue
Block a user