Skip to content

Commit

Permalink
release 1.4.2
Browse files Browse the repository at this point in the history
Overview

  This release introduces compatibility with vshard 0.1.25 `name_as_key`
  identification mode, as well as several minor fixes and tests
  stabilization.

Added
  * `mode` option for `crud.min` and `crud.max` (#404).

Fixed
  * Compatibility with vshard 0.1.25 `name_as_key` identification mode
    for Tarantool 3.0 (#403).
  * Propagating `noreturn` and `fetch_latest_metadata` options in case
    of intermediate nullable fields update for Tarantool 2.7 and
    older (#404).

Infrastructure
  * Fix flaky update unflatten test case (#404).
  * Do not rely on replication in read test cases (#404).
  • Loading branch information
DifferentialOrange committed Dec 25, 2023
1 parent 5b59c27 commit e80e144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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
## [1.4.2] - 25-12-23

### Added
* `mode` option for `crud.min` and `crud.max` (#404).
Expand Down
2 changes: 1 addition & 1 deletion crud/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Сontains the module version.
-- Requires manual update in case of release commit.

return '1.4.1'
return '1.4.2'

0 comments on commit e80e144

Please sign in to comment.