Skip to content

Commit

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

    The release adds an ability to use functions from `box.func` with
    the Tarantool Cartridge role.

Breaking changes

    None.

New features

    An ability to use persistent functions in `box.func` with
    cartridge. A user can configure the role with persistent functions
    as callback for a task (#153).
  • Loading branch information
oleg-jukovec committed Aug 23, 2023
1 parent 30aaef5 commit 6d714f6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- Added ability to use persistent functions in `box.func` with cartridge. User can configure
the role with persistent functions as callback for task.

### Changed

### Fixed

## 1.5.0 - 2023-08-23

The release adds an ability to use functions from `box.func` with the Tarantool
Cartridge role.

### Added

- An ability to use persistent functions in `box.func` with cartridge. A user
can configure the role with persistent functions as callback for a task.

## 1.4.0 - 2023-03-16

The release adds `_VERSION` constant for the module.
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
tarantool-expirationd (1.5.0-1) unstable; urgency=medium

* Add an ability to use persistent functions in `box.func` with cartridge.

-- Oleg Jukovec <oleg.jukovec@tarantool.org> Wed, 23 Aug 2023 12:00:00 +0300

tarantool-expirationd (1.4.0-1) unstable; urgency=medium

* Add _VERSION constant
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.4.0'
return '1.5.0'
4 changes: 4 additions & 0 deletions rpm/tarantool-expirationd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ install -m 0644 cartridge/roles/expirationd.lua %{buildroot}%{_datarootdir}/tara

%changelog

* Wed Aug 23 2023 Oleg Jukovec <oleg.jukovec@tarantool.org> 1.5.0-1

- Add an ability to use persistent functions in `box.func` with cartridge.

* Thu Mar 16 2023 Oleg Jukovec <oleg.jukovec@tarantool.org> 1.4.0-1

- Add _VERSION constant.
Expand Down

0 comments on commit 6d714f6

Please sign in to comment.