Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
The release updates `go-tarantool` connector from `v1` to `v2`.

Changed

- Bump `go-tarantool` dependency to `v2` (#6).
  • Loading branch information
oleg-jukovec committed Oct 9, 2024
1 parent 429a8b8 commit 105204a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v1.0.0] - 2024-10-09

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

### Changed

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

## [0.1.0] - 2023-09-08
## [v0.1.0] - 2023-09-08

### Changed

- Time formats, supported by `StringToDatetimeConverter`. Now there are two supported formats:
- 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`.
- `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`.

0 comments on commit 105204a

Please sign in to comment.