0.8.0
roman-kozachenko
released this
30 Jun 14:58
·
83 commits
to master
since this release
- Ubuntu network performance issue fixed. Network stack rewritten. In some cases performance increased in 100 times.
- Remove generic method types restrictions (where T: ITarantoolTuple). TarantoolTuple classes remains for compatibility, but deprecated. You can use MsgPack.Light converters generation, introduced in version 1.3.0.
- Added converters for .net System.Tuple and System.ValueTuple classes.
- ConfigureAwait(false) added for each awaitable calls to prevent possible dead locks.