File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 '
You can’t perform that action at this time.
0 commit comments