Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: nordeck/matrix-meetings

@nordeck/[email protected]

21 Aug 12:04
ba314ad

Choose a tag to compare

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/capabilities endpoint to retrieve synapse room default version. The DEFAULT_ROOM_VERSION option is not needed and is deleted.

@nordeck/[email protected]

15 Aug 16:36
5469d5f

Choose a tag to compare

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_VERSION to configure room version for the Bot.

@nordeck/[email protected]

15 Aug 16:36
5469d5f

Choose a tag to compare

Patch Changes

  • d3072da: Add support for Matrix Room Version 12. Added a new option DEFAULT_ROOM_VERSION to configure room version for the Bot.
  • b4e01aa: Updates form-data package to mitigate CVE-2025-7783

@nordeck/[email protected]

24 Jun 10:34
f181954

Choose a tag to compare

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

  • 13c8607: React was updated to version 18
  • fc1d974: @nordeck/matrix-meetings-widget does now use Vite and Vitest instead of CRA and Jest.
  • 348ac70: Adds SBOM report to widget, build and release assets

@nordeck/[email protected]

24 Jun 10:34
f181954

Choose a tag to compare

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]

19 Dec 16:41
58affd1

Choose a tag to compare

Highlights

This technical release updates dependencies to address some non-critical vulnerabilities. Check the changelog below for further details.

Patch Changes

@nordeck/[email protected]

06 Dec 16:56
3ca6af5

Choose a tag to compare

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

  • 6c77bc5: Add Helm values for configuration of ipv4only mode
  • ba24789: New widget-server base image that supports IPv4-only deployments

@nordeck/[email protected]

06 Dec 16:56
3ca6af5

Choose a tag to compare

Patch Changes

  • 205a689: Use Node.JS 20 LTS and Debian Bookworm for the bot image

@nordeck/[email protected]

21 Feb 08:04
44509e3

Choose a tag to compare

Minor Changes

  • 075c456: Enables encryption support for the Bot

@nordeck/[email protected]

10 Feb 00:37
cbae97b

Choose a tag to compare

Patch Changes

  • 73fd982: improve bot message formatting