Merge async JSON-RPC client

PR: https://github.com/deltachat/deltachat-core-rust/pull/3734
This commit is contained in:
link2xt
2022-12-04 21:02:50 +03:00
17 changed files with 618 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
### API-Changes
- Add Python API to send reactions #3762
- jsonrpc: add message errors to MessageObject #3788
- jsonrpc: Add async Python client #3734
### Fixes
- Make sure malformed messsages will never block receiving further messages anymore #3771