File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- __version__ = "0.18.8 "
1+ __version__ = "0.18.9 "
22__author__ = "Tulir Asokan <[email protected] >" 33__all__ = [
44 "api" ,
You can’t perform that action at this time.
0 commit comments