Releases: progaudi/progaudi.tarantool
Releases · progaudi/progaudi.tarantool
v0.16
BREAKING CHANGE
- drop support for netstandard1.1
- drop support for net45
- drop support for net46
- switch to net462, netstandard2.0, net60
- tests can't be run on Windowsvia github actions right now (Windows Server do not support Linux Containers for Docker, so can't run tarantool) , so net462 isn't tested via CI.
What's Changed
Full Changelog: 0.15...0.16
Bug fix release
0.15 Merge pull request #154 from AuthenticEshkinKot/master
Fix forward compatibility with error message
0.14 Merge pull request #153 from progaudi/fix/forward-compatibility-error…
Batching in network
Performance improvements via batching on network level
Use msgpack 1.6.2 with correct error messages.
Merge pull request #139 from msiomkin/master Update msgpack to 1.6.2 and produce release builds
Binary compatibility mode
Use msgpack.light 1.6.1 to be able to read old binaries from tarantool.
Memory optimization release in msgpack
Merge pull request #123 from progaudi/feature/msgpack/update-to-1.5.0 Update msgpack
0.10
0.9.0
0.8.0
- 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.