Commit a8e0344
committed
Release 1.8.0
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).1 parent e948683 commit a8e0344
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
| |||
0 commit comments