Releases: nordeck/matrix-meetings
@nordeck/[email protected]
Highlights
The bot can now determine the Matrix homeserver's default room version automatically and set up power levels correctly depending on the room version when creating rooms. Specifically, this includes support for when the homeserver is using room version 12 as default. The bot can work with rooms using different Matrix room versions at the same time without any special configuration, so migrating to version 12 is seamless.
Patch Changes
- 765bce1: Improve Matrix Room Version 12 support by using
/_matrix/client/v3/capabilitiesendpoint to retrieve synapse room default version. TheDEFAULT_ROOM_VERSIONoption is not needed and is deleted.
@nordeck/[email protected]
Highlights
We have updated the widget to use the latest Matrix Widget Toolkit to support room version 12.
In case you need to upgrade your NeoDateFix rooms, you can now find all relevant information in the room upgrades section of our README.
Patch Changes
- d3072da: Add support for Matrix Room Version 12. Added a new option
DEFAULT_ROOM_VERSIONto configure room version for the Bot.
@nordeck/[email protected]
Patch Changes
- d3072da: Add support for Matrix Room Version 12. Added a new option
DEFAULT_ROOM_VERSIONto configure room version for the Bot. - b4e01aa: Updates form-data package to mitigate CVE-2025-7783
@nordeck/[email protected]
Highlights
The project has been upgraded to React 18, Vite and Vitest. This update brings a significant change in the development toolchain, moving away from Create React App (CRA) and Jest.
Additionally, a Software Bill of Materials (SBOM) report has been added to the project's widget, build, and release assets.
Patch Changes
@nordeck/[email protected]
Highlights
A Software Bill of Materials (SBOM) report has been added to the project's build, and release assets.
Patch Changes
- 348ac70: Adds SBOM report to widget, build and release assets
@nordeck/[email protected]
Highlights
This technical release updates dependencies to address some non-critical vulnerabilities. Check the changelog below for further details.
Patch Changes
- dfccac3: Dependency updates to address CVE-2024-21538, CVE-2024-55565, CVE-2024-52798, CVE-2024-45296 and CVE-2023-26136
@nordeck/[email protected]
Highlights
This is a technical release where we improved the possible settings for server administrators. 🔧
Customizing the nginx config
It is now possible to deploy the widget container on hosts without IPv6 support through a configuration option. This can be toggled easily through our Helm charts. Beyond that, the container image also gained the ability to also add your own files with custom config that will be added to the nginx server block config, should you need that. Read more about both in our documentation.
Minor Changes
@nordeck/[email protected]
Patch Changes
- 205a689: Use Node.JS 20 LTS and Debian Bookworm for the bot image
@nordeck/[email protected]
Minor Changes
- 075c456: Enables encryption support for the Bot
@nordeck/[email protected]
Patch Changes
- 73fd982: improve bot message formatting