Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4899/head
| @@ -1,3 +1,11 @@ | |||||
| # 2026-02-06 | |||||
| ## The Sliding Sync proxy has been removed from the playbook | |||||
| The [Sliding Sync proxy](./docs/configuring-playbook-sliding-sync-proxy.md) has been removed from the playbook, as it's been replaced with a different method (called Simplified Sliding Sync) integrated to newer homeservers by default (**Conduit** homeserver from version `0.6.0` or **Synapse** from version `1.114`). | |||||
| The playbook will let you know if you're using any `matrix_sliding_sync_*` variables. You'll need to remove them from `vars.yml` and potentially [uninstall the proxy manually](./docs/configuring-playbook-sliding-sync-proxy.md#uninstalling-the-proxy-manually). | |||||
| # 2026-02-04 | # 2026-02-04 | ||||
| ## baibot now supports OpenAI's built-in tools (Web Search and Code Interpreter) | ## baibot now supports OpenAI's built-in tools (Web Search and Code Interpreter) | ||||
| @@ -84,12 +92,6 @@ Thanks to [Suguru Hirahara](https://github.com/luixxiul), the playbook now suppo | |||||
| To learn more, see our [Setting up Zulip bridging](docs/configuring-playbook-bridge-zulip.md) documentation page. | To learn more, see our [Setting up Zulip bridging](docs/configuring-playbook-bridge-zulip.md) documentation page. | ||||
| ## The Sliding Sync proxy has been removed from the playbook | |||||
| The [Sliding Sync proxy](./docs/configuring-playbook-sliding-sync-proxy.md) has been removed from the playbook, as it's been replaced with a different method (called Simplified Sliding Sync) integrated to newer homeservers by default (**Conduit** homeserver from version `0.6.0` or **Synapse** from version `1.114`). | |||||
| The playbook will let you know if you're using any `matrix_sliding_sync_*` variables. You'll need to remove them from `vars.yml` and potentially [uninstall the proxy manually](./docs/configuring-playbook-sliding-sync-proxy.md#uninstalling-the-proxy-manually). | |||||
| # 2025-11-07 | # 2025-11-07 | ||||
| ## The matrix-chatgpt-bot has been removed from the playbook | ## The matrix-chatgpt-bot has been removed from the playbook | ||||
| @@ -1,17 +1,16 @@ | |||||
| <!-- | <!-- | ||||
| SPDX-FileCopyrightText: 2019 - 2025 Slavi Pantaleev | |||||
| SPDX-FileCopyrightText: 2019 Eduardo Beltrame | SPDX-FileCopyrightText: 2019 Eduardo Beltrame | ||||
| SPDX-FileCopyrightText: 2019-2025 Slavi Pantaleev | |||||
| SPDX-FileCopyrightText: 2020 Tulir Asokan | SPDX-FileCopyrightText: 2020 Tulir Asokan | ||||
| SPDX-FileCopyrightText: 2021 MDAD project contributors | |||||
| SPDX-FileCopyrightText: 2021, 2024 MDAD project contributors | |||||
| SPDX-FileCopyrightText: 2022 Dennis Ciba | SPDX-FileCopyrightText: 2022 Dennis Ciba | ||||
| SPDX-FileCopyrightText: 2022 Vladimir Panteleev | SPDX-FileCopyrightText: 2022 Vladimir Panteleev | ||||
| SPDX-FileCopyrightText: 2023 Justin Croonenberghs | SPDX-FileCopyrightText: 2023 Justin Croonenberghs | ||||
| SPDX-FileCopyrightText: 2023 Kuba Orlik | SPDX-FileCopyrightText: 2023 Kuba Orlik | ||||
| SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty | SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty | ||||
| SPDX-FileCopyrightText: 2023 Samuel Meenzen | SPDX-FileCopyrightText: 2023 Samuel Meenzen | ||||
| SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara | |||||
| SPDX-FileCopyrightText: 2024 Fabio Bonelli | SPDX-FileCopyrightText: 2024 Fabio Bonelli | ||||
| SPDX-FileCopyrightText: 2024 MDAD project contributors | |||||
| SPDX-FileCopyrightText: 2024-2026 Suguru Hirahara | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | SPDX-License-Identifier: AGPL-3.0-or-later | ||||
| --> | --> | ||||