Skip to content

Releases: progaudi/progaudi.tarantool

Beta 0.6.0

30 Dec 09:14
Compare
Choose a tag to compare

Nuget

Changelog:

  • .NETStandard 1.4 supported
  • Reconnect if connection broken
  • Pinging if no active requests to check connection

Alpha 0.3.0

27 Oct 10:51
Compare
Choose a tag to compare

Nuget

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

20 Oct 06:28
Compare
Choose a tag to compare
v0.2.0

Adjust links and point to demo readme (#63)