Skip to content

Commit 11a0927

Browse files
committed
Bump version to 0.18.9
1 parent 478577e commit 11a0927

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.18.9 (2022-12-14)
2+
3+
* *(util.async_db)* Changed aiosqlite connector to force-enable foreign keys,
4+
WAL mode and busy_timeout.
5+
* The values can be changed by manually specifying the same PRAGMAs in the
6+
`init_commands` db arg, e.g. `- PRAGMA foreign_keys = OFF`.
7+
* *(types)* Added workaround to `StateEvent.deserialize` to handle Conduit's
8+
broken `unsigned` fields.
9+
* *(client.state_store)* Fixed `set_power_level` to allow raw dicts the same
10+
way as `set_encryption_info` does (thanks to [@bramenn] in [#127]).
11+
12+
[@bramenn]: https://github.com/bramenn
13+
[#127]: https://github.com/mautrix/python/pull/127
14+
115
## v0.18.8 (2022-11-18)
216

317
* *(crypto.store.asyncpg)* Fixed bug causing `put_group_session` to fail when

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.18.8"
1+
__version__ = "0.18.9"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)