1
0
This commit is contained in:
anoadragon453
2025-09-23 15:10:43 +00:00
parent 162956a5df
commit 2ae01fc6ed
5 changed files with 13 additions and 3 deletions

View File

@@ -1899,6 +1899,11 @@ database migrations are complete. You should wait until background updates from
each upgrade are complete before moving on to the next upgrade, to avoid
stacking them up. You can monitor the currently running background updates with
<a href="usage/administration/admin_api/background_updates.html#status">the Admin API</a>.</p>
<h1 id="upgrading-to-v11390"><a class="header" href="#upgrading-to-v11390">Upgrading to v1.139.0</a></h1>
<h2 id="drop-support-for-ubuntu-2410-oracular-oriole-and-add-support-for-ubuntu-2504-plucky-puffin"><a class="header" href="#drop-support-for-ubuntu-2410-oracular-oriole-and-add-support-for-ubuntu-2504-plucky-puffin">Drop support for Ubuntu 24.10 Oracular Oriole, and add support for Ubuntu 25.04 Plucky Puffin</a></h2>
<p>Ubuntu 24.10 Oracular Oriole <a href="https://endoflife.date/ubuntu">has been end-of-life since 10 Jul
2025</a>. This release drops support for Ubuntu
24.10, and in its place adds support for Ubuntu 25.04 Plucky Puffin.</p>
<h1 id="upgrading-to-v11360"><a class="header" href="#upgrading-to-v11360">Upgrading to v1.136.0</a></h1>
<h2 id="deprecate-run_as_background_process-exported-as-part-of-the-module-api-interface-in-favor-of-moduleapirun_as_background_process"><a class="header" href="#deprecate-run_as_background_process-exported-as-part-of-the-module-api-interface-in-favor-of-moduleapirun_as_background_process">Deprecate <code>run_as_background_process</code> exported as part of the module API interface in favor of <code>ModuleApi.run_as_background_process</code></a></h2>
<p>The <code>run_as_background_process</code> function is now a method of the <code>ModuleApi</code> class. If

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://element-hq.github.io/synapse/latest/schema/v1/meta.schema.json",
"$id": "https://element-hq.github.io/synapse/schema/synapse/v1.138/synapse-config.schema.json",
"$id": "https://element-hq.github.io/synapse/schema/synapse/v1.139/synapse-config.schema.json",
"type": "object",
"properties": {
"modules": {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -285,6 +285,11 @@ database migrations are complete. You should wait until background updates from
each upgrade are complete before moving on to the next upgrade, to avoid
stacking them up. You can monitor the currently running background updates with
<a href="usage/administration/admin_api/background_updates.html#status">the Admin API</a>.</p>
<h1 id="upgrading-to-v11390"><a class="header" href="#upgrading-to-v11390">Upgrading to v1.139.0</a></h1>
<h2 id="drop-support-for-ubuntu-2410-oracular-oriole-and-add-support-for-ubuntu-2504-plucky-puffin"><a class="header" href="#drop-support-for-ubuntu-2410-oracular-oriole-and-add-support-for-ubuntu-2504-plucky-puffin">Drop support for Ubuntu 24.10 Oracular Oriole, and add support for Ubuntu 25.04 Plucky Puffin</a></h2>
<p>Ubuntu 24.10 Oracular Oriole <a href="https://endoflife.date/ubuntu">has been end-of-life since 10 Jul
2025</a>. This release drops support for Ubuntu
24.10, and in its place adds support for Ubuntu 25.04 Plucky Puffin.</p>
<h1 id="upgrading-to-v11360"><a class="header" href="#upgrading-to-v11360">Upgrading to v1.136.0</a></h1>
<h2 id="deprecate-run_as_background_process-exported-as-part-of-the-module-api-interface-in-favor-of-moduleapirun_as_background_process"><a class="header" href="#deprecate-run_as_background_process-exported-as-part-of-the-module-api-interface-in-favor-of-moduleapirun_as_background_process">Deprecate <code>run_as_background_process</code> exported as part of the module API interface in favor of <code>ModuleApi.run_as_background_process</code></a></h2>
<p>The <code>run_as_background_process</code> function is now a method of the <code>ModuleApi</code> class. If