All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
The release updates go-tarantool connector from v1 to v2.
- Bump
go-tarantooldependency tov2(#6).
- Time formats, supported by
StringToDatetimeConverter. Now there are two supported formats:- With numeric tz offset:
2006-01-02T15:04:05.999999999-0700 - With tz name:
2006-01-02T15:04:05.999999999 Europe/Moscow
- With numeric tz offset:
DatetimeToStringConverter: converter fromdatetime.Datetimeto string with a format similar to that supported byStringToDatetimeConverter.IntervalToStringConverter: converter fromdatetime.Intervalto string with a format similar to that supported byStringToIntervalConverter.