Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit dc206c8

Browse files
authored
Merge pull request #15 from nordeck/changeset-release/main
Version Packages
2 parents d049636 + 8368836 commit dc206c8

File tree

8 files changed

+22
-24
lines changed

8 files changed

+22
-24
lines changed

.changeset/rude-apples-speak.md

-6
This file was deleted.

.changeset/sharp-stingrays-confess.md

-10
This file was deleted.

.changeset/two-monkeys-taste.md

-5
This file was deleted.

element-web-guest-module/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @nordeck/element-web-guest-module
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 27680cd: Add support for the new registration endpoint provided by the module.
8+
9+
**Breaking Change:**
10+
The module now requires the `guest_user_homeserver_url` configuration that must
11+
be set to the API endpoint of the Homeserver that should be used to register the
12+
guests.
13+
314
## 0.1.1
415

516
### Patch Changes

element-web-guest-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nordeck/element-web-guest-module",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "A module for Element to login as a guest",
55
"author": "Nordeck IT + Consulting GmbH",
66
"license": "Apache-2.0",

synapse-guest-module/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @nordeck/synapse-guest-module
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 27680cd: Provide a dedicated registration endpoint to not interfere with the original
8+
registration endpoint.
9+
- 997f47b: Deactivate guest users after a configured expiration time.
10+
311
## 0.2.0
412

513
### Minor Changes

synapse-guest-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nordeck/synapse-guest-module",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"description": "A synapse module to restrict the actions of guests",
66
"author": "Nordeck IT + Consulting GmbH",

synapse-guest-module/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = synapse_guest_module
33
description = A synapse module to restrict the actions of guests
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
version = 0.2.0
6+
version = 0.3.0
77

88
classifiers =
99
License :: OSI Approved :: Apache Software License

0 commit comments

Comments
 (0)