Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
Overview

    The release introduces a role for Tarantool 3.0.

Breaking changes

    None.

New features

    Tarantool 3.0 role for expirationd (#160).

Testing

    Updated the 'space_index_test.lua' to drop and recreate the
    test space atomically. This prevents the space access failure
    in the expirationd task fiber if the `space:drop` function is
    transactional (#157).

    Updated version of `luatest` in `make deps` to 1.0.1 to support
    Tarantool 3.0 role tests (#160).
  • Loading branch information
oleg-jukovec committed Mar 25, 2024
1 parent 3523078 commit c5f9c70
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

### Changed

### Fixed

## 1.6.0 - 2024-03-25

The release introduces a role for Tarantool 3.0.

### Added

- Tarantool 3.0 role for expirationd (#160).

### Changed

- Updated the 'space_index_test.lua' to drop and recreate the test space
atomically. This prevents the space access failure in the expirationd
task fiber if the `space:drop` function is transactional (#157).
- Updated version of `luatest` in `make deps` to 1.0.1 to support tarantool 3.0
- Updated version of `luatest` in `make deps` to 1.0.1 to support Tarantool 3.0
role tests (#160).

### Fixed

## 1.5.0 - 2023-08-23

The release adds an ability to use functions from `box.func` with the Tarantool
Expand Down
2 changes: 1 addition & 1 deletion expirationd/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.5.0'
return '1.6.0'

0 comments on commit c5f9c70

Please sign in to comment.