Skip to content

Commit

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

  This release introduces read view support for select and pairs.
  A read view is an in-memory snapshot of data on instance that isn't
  affected by future data modifications. For a sharded cluster, we open
  a read view on each storage when one is requested from the router.
  Read views are supported for Tarantool Enterprise since 2.11.

New features
  * Read view support for select and pairs (#343).
  • Loading branch information
DifferentialOrange committed Sep 27, 2023
1 parent 1afe790 commit 416b880
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.3.0] - 27-09-23

### Added
* Read view support for select and pairs (#343).
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.2.0'
return '1.3.0'

0 comments on commit 416b880

Please sign in to comment.