Skip to content

v1.8.0

Compare
Choose a tag to compare
@oleg-jukovec oleg-jukovec released this 17 Aug 11:46
· 233 commits to master since this release

Overview

The minor release with time zones and interval support for datetime.

Also now you can use go-tarantool with msgpack.v5. To do this, add go_tarantool_msgpack_v5 to your build tags:

$ go build -tags=go_tarantool_msgpack_v5 .

Breaking changes

There are no breaking changes in the release.

New features

  • Optional msgpack.v5 usage (#124).
  • TZ support for datetime (#163).
  • Interval support for datetime (#165).

Bugfixes

  • Markdown of documentation for the decimal subpackage (#201).