Changes
- deltachat-rpc-client: use `dataclass` for `Account`, `Chat`, `Contact` and `Message` 4042
Fixes
- deltachat-rpc-server: do not block stdin while processing the request. 4041
deltachat-rpc-server now reads the next request as soon as previous request handler is spawned.
- Enable `auto_vacuum` on all SQL connections. 2955
- Replace `r2d2` connection pool with an own implementation. 4050 4053 4043 4061
This change improves reliability
by closing all database connections immediately when the context is closed.
API-Changes
- Remove `MimeMessage::from_bytes()` public interface. 4033
- BREAKING Types: jsonrpc: `get_messages` now returns a map with `MessageLoadResult` instead of failing completely if one of the requested messages could not be loaded. 4038
- Add `dc_msg_set_subject()`. C-FFI 4057
- Mark python bindings as supporting typing according to PEP 561 4045