Skip to content

Release 1.1.0#85

Merged
oleg-jukovec merged 1 commit intomasterfrom
i.ostanevich/tntp-6412-release-1.1.0
Feb 27, 2026
Merged

Release 1.1.0#85
oleg-jukovec merged 1 commit intomasterfrom
i.ostanevich/tntp-6412-release-1.1.0

Conversation

@Col-Waltz
Copy link
Contributor

@Col-Waltz Col-Waltz commented Feb 26, 2026

Overview

The release synchronizes sharded-queue with sharded-queue-ee.

New features

  • Added truncate() method to clean tubes.

  • Added release_limit configuration option which provides that
    a taken task is removed from the queue if the task has been
    released (by release or ttr) release_limit times.

  • Added release_limit_policy configuration option to control
    the behavior when a task reached the release_limit.

Closes TNTP-6412

@oleg-jukovec
Copy link
Contributor

oleg-jukovec commented Feb 26, 2026

We changed the release rule a bit. The commit message should be simplified:

Release 1.1.0

Overview

    The release synchronizes sharded-queue with sharded-queue-ee.

New features

    Role `roles.sharded-queue-router` for Tarantool 3 (https://github.com/tarantool/sharded-queue/issues/68).

    Added truncate() method to clean tubes.

    Added `release_limit` configuration option which provides that
    a taken task is removed from the queue if the task has been
    released (by `release` or `ttr`) `release_limit` times.

    Added `release_limit_policy` configuration option to control
    the behavior when a task reached the `release_limit`.

->

Release 1.1.0

But a tag message should be as you wrote. So, please, update the commit message and tag the master branch after merge with the message below. Be careful, tag with -a flag:

git tag -a 1.1.0

@Col-Waltz Col-Waltz force-pushed the i.ostanevich/tntp-6412-release-1.1.0 branch from 6a7b782 to 499a511 Compare February 27, 2026 08:19
@Col-Waltz
Copy link
Contributor Author

Updated the commit message and as far as I understand I wait for merge to create tag.

@oleg-jukovec
Copy link
Contributor

Please, remove empty paragraphs in the release's part:

### Changed
### Fixed

Copy link
Contributor

@oleg-jukovec oleg-jukovec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See above.

@Col-Waltz Col-Waltz force-pushed the i.ostanevich/tntp-6412-release-1.1.0 branch from 499a511 to 07ad42a Compare February 27, 2026 08:34
@Col-Waltz
Copy link
Contributor Author

Col-Waltz commented Feb 27, 2026

Removed empty paragraphs from release part.

@oleg-jukovec oleg-jukovec merged commit 6cab998 into master Feb 27, 2026
6 of 7 checks passed
@oleg-jukovec oleg-jukovec deleted the i.ostanevich/tntp-6412-release-1.1.0 branch February 27, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants