Skip to content

Alpha 0.3.0

Compare
Choose a tag to compare
@aensidhe aensidhe released this 27 Oct 10:51
· 213 commits to master since this release

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