From 03f64035b722e909e131f66f4bb6bf3e8c5361d7 Mon Sep 17 00:00:00 2001 From: landa Date: Fri, 3 Jul 2026 18:03:30 +0300 Subject: [PATCH] Release 1.5.0 --- CHANGELOG.md | 14 ++++++++++++-- queue/version.lua | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d683e..f95f09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added +### Changed + +### Fixed + +## [1.5.0] - 2026-07-07 + +This release introduces tube-level grants for roles (supported by all default +tube drivers). It also fixes `ERR_READONLY` errors on the previous leader +when `on_disconnect` triggers run after a leadership change. + +### Added + - Ability to grant tubes to roles. All default tube drivers are supported (#249). Example: `queue.tube.my_tube:grant_role('queue_worker', {call = true})` -### Changed - ### Fixed - `ERR_READONLY` errors on previous leader after leader change in cluster diff --git a/queue/version.lua b/queue/version.lua index 3ef2a2f..53a8043 100644 --- a/queue/version.lua +++ b/queue/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.4.4' +return '1.5.0'