Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 981 Bytes

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 981 Bytes

Changelog

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.

[v1.0.0] - 2024-10-09

The release updates go-tarantool connector from v1 to v2.

Changed

  • Bump go-tarantool dependency to v2 (#6).

[v0.1.0] - 2023-09-08

Changed

  • 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

Added

  • DatetimeToStringConverter: converter from datetime.Datetime to string with a format similar to that supported by StringToDatetimeConverter.
  • IntervalToStringConverter: converter from datetime.Interval to string with a format similar to that supported by StringToIntervalConverter.