1 parent a7de0fb commit 7fbfa2cCopy full SHA for 7fbfa2c
1 file changed
CHANGELOG.md
@@ -2,6 +2,28 @@
2
3
## Unreleased
4
5
+
6
+## 0.30 (2026-03-01)
7
8
+### Added
9
10
+- Experimental CLI for calling endpoints
11
+- Experimental Websocket API.
12
+- Basic POST /conferences/ for creating conferences.
13
+- Login now optionally accepts a person name instead of a person number.
14
+- Basic tox tests for multiple Python versions.
15
16
+### Fixed
17
18
+- Fix crossdomain handling to return '*' if configured.
19
20
+### Changed
21
22
+- Documentation uses Mkdocs instead of Sphinx.
23
24
25
+## 0.21 (2022-09-19)
26
27
### Fixed
28
29
- Fixed with_connection_id wrapper to be async. For some reason it
0 commit comments