You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments