Skip to content

Commit 1e6e15a

Browse files
committed
Release 1.4.5
1 parent 1ca4959 commit 1e6e15a

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
## [1.5.0] - 2026-07-07
17+
18+
This release introduces tube-level grants for roles (supported by all default
19+
tube drivers). It also fixes `ERR_READONLY` errors on the previous leader
20+
when `on_disconnect` triggers run after a leadership change.
21+
22+
### Added
23+
1224
- Ability to grant tubes to roles. All default tube drivers are supported (#249).
1325
Example: `queue.tube.my_tube:grant_role('queue_worker', {call = true})`
1426

15-
### Changed
16-
1727
### Fixed
1828

1929
- `ERR_READONLY` errors on previous leader after leader change in cluster

queue/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '1.4.4'
4+
return '1.5.0'

0 commit comments

Comments
 (0)