Skip to content

0.8.0

Compare
Choose a tag to compare
@roman-kozachenko roman-kozachenko released this 30 Jun 14:58
· 83 commits to master since this release
  1. Ubuntu network performance issue fixed. Network stack rewritten. In some cases performance increased in 100 times.
  2. 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.
  3. Added converters for .net System.Tuple and System.ValueTuple classes.
  4. ConfigureAwait(false) added for each awaitable calls to prevent possible dead locks.