|
| 1 | +Version 0.7.0 (2019-11-25) |
| 2 | +========================== |
| 3 | + |
| 4 | +## Highlights |
| 5 | +- Improved standard message dispatch bypass mechanism. |
| 6 | +- Improved interface for MTCs. |
| 7 | +- Significantly increased code coverage in unit tests resulting in overall |
| 8 | + improvement in reliability. |
| 9 | + |
| 10 | +## Detailed Changes |
| 11 | + |
| 12 | +### General Fixes and Improvements |
| 13 | +- Export `MessageDeliveryError` from package root. |
| 14 | +- Fixes for forwarding and processing forwarded messages. |
| 15 | +- Fix Message equality checks. |
| 16 | + |
| 17 | +### Message Trust Contexts |
| 18 | +- Add MTC helper functions for checking and setting typical message |
| 19 | + characteristics. |
| 20 | +- Refactor `Additional Data`; now a class instead of a dictionary. Currently |
| 21 | + only has `sender` and `recipient` as properties. `sender` and `recipient` are |
| 22 | + also accessible as properties on MTC. |
| 23 | + |
| 24 | +### `StaticConnection` |
| 25 | +- Remove `ConditionallyAwaitFutureMessage` construct in favor of simpler and |
| 26 | + more robust `connection.next` method. |
| 27 | +- Refactor send method into injectable dependency. Defaults to HTTP. |
| 28 | +- `unpack` will take a dictionary or bytes as input. |
| 29 | +- `pack` takes `plaintext` as an argument. |
| 30 | +- Add `next` context manager method, yielding a future to the next message |
| 31 | + matching the given type or condition. This mechanism is now also utilized in |
| 32 | + `await_message`. |
| 33 | + |
| 34 | +### `Utils` |
| 35 | +- Move HTTP sending code to method under `utils`. |
| 36 | + |
1 | 37 | Version 0.6.1 (2019-11-19)
|
2 | 38 | ==========================
|
3 | 39 |
|
|
0 commit comments