release: gate v1.2 lease renewal#177
Merged
Merged
Conversation
Close V1.2 release gate with version 1.2.0, lease renewal release notes, and a dedicated v1.2 release-gate test suite. The version-bump assertion moves out of the v1.1 gate (its job is done) into the v1.2 gate. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
DAG::VERSIONto1.2.0andGemfile.lockself-spec accordingly.## Unreleasedsection to## 1.2.0 — 2026-05-07with a release-summary paragraph and Added/Changed split.ROADMAP.md.spec/r0/v1_1_release_gate_test.rb(job done) into a newspec/r0/v1_2_release_gate_test.rbthat asserts the V1.2 release notes, ROADMAP entry, and contract documentation are in place.Highlights
V1.2 is a feature release on top of the V1.1 hardening: the new
storage.renew_effect_leaseprimitive (#176) lets dispatchers keep their defaultlease_msshort for fast worker-death recovery while letting legitimately long-running handlers extend their own claim cooperatively. Originated from the Delphi retry-storm trace7134e4d6/b540702c(2026-05-06).V1.2 also carries forward the V1.1 hardening polish merged in #175 (mutable-input defenses on runtime profile / memory storage / event values, colon-free effect key examples, API-stability guard tests).
Test plan
bundle exec rakegreen: 597 runs, 40595 assertions, 0 failures, 0 offenses.bundle exec yard doc --no-output --no-progress --fail-on-warningclean.Post-merge
v1.2.0on the squash-merge commit.🤖 Generated with Claude Code