Releases: progaudi/progaudi.tarantool
Releases · progaudi/progaudi.tarantool
Beta 0.6.0
Changelog:
- .NETStandard 1.4 supported
- Reconnect if connection broken
- Pinging if no active requests to check connection
Alpha 0.3.0
Changelog:
- Fix for
nil
responses from eval and call: #68 #69 - Support new CALL command with EVAL-style marshalling (1.7.2+) #71
- Added ToString to Tuples #59
Breaking changes
- Default namespace changed to
ProGaudi.Tarantool
#50 - Tuple classes renamed to TarantoolTuple in order to remove confusion with System.Tuple
- Added overloads for
Call
. Now calls without parameters and without parameters are supported now.
Environment:
- Removed tests from mac build for a time
Alpha 0.2.0
v0.2.0 Adjust links and point to demo readme (#63)