Skip to content

Commit

Permalink
Bump version to 0.18.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 13, 2022
1 parent 478577e commit 11a0927
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.18.9 (2022-12-14)

* *(util.async_db)* Changed aiosqlite connector to force-enable foreign keys,
WAL mode and busy_timeout.
* The values can be changed by manually specifying the same PRAGMAs in the
`init_commands` db arg, e.g. `- PRAGMA foreign_keys = OFF`.
* *(types)* Added workaround to `StateEvent.deserialize` to handle Conduit's
broken `unsigned` fields.
* *(client.state_store)* Fixed `set_power_level` to allow raw dicts the same
way as `set_encryption_info` does (thanks to [@bramenn] in [#127]).

[@bramenn]: https://github.com/bramenn
[#127]: https://github.com/mautrix/python/pull/127

## v0.18.8 (2022-11-18)

* *(crypto.store.asyncpg)* Fixed bug causing `put_group_session` to fail when
Expand Down
2 changes: 1 addition & 1 deletion mautrix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.18.8"
__version__ = "0.18.9"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
Expand Down

0 comments on commit 11a0927

Please sign in to comment.