Skip to content

chore: prepare the 2.8.0 release - #197

Merged
bagowix merged 1 commit into
mainfrom
release/2.8.0
Sep 1, 2026
Merged

chore: prepare the 2.8.0 release#197
bagowix merged 1 commit into
mainfrom
release/2.8.0

Conversation

@bagowix

@bagowix bagowix commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Summary

Prepare the 2.8.0 minor release.

  • Bump the package version from 2.7.0 to 2.8.0.
  • Move the current [Unreleased] changelog entries into [2.8.0] - 2026-09-01, in the Added-before-Fixed order every other section uses.
  • Update the changelog comparison links, and the release version and month on the comparison page.
  • Regenerate docs/llms-full.txt.

Minor, not patch: the release adds public API. #194 gives Config an open wait that can grow — wait_duration_backoff_multiplier and wait_duration_in_open_max — and gives CircuitBreaker, Registry and Engine an unreachable_exceptions set, so a HALF_OPEN probe that never reached the dependency hands its slot back instead of deciding the round against it. #195 refuses, at construction, a backoff asked for alongside a shared Storage, which the coordinated lane has no way to honour.

Nothing an existing caller does stops working. The defaults keep the historical behaviour: wait_duration_backoff_multiplier is 1.0, so the wait stays constant until it is raised, and only the two httpx transports pass a non-empty unreachable_exceptions out of the box (PoolTimeout). The new ValueError cannot reach a caller who upgrades either — the multiplier it guards ships in this same release, so no configuration written against 2.7.0 can trip it.

The two changes are released together on purpose. Shipping the backoff without the guard would leave an option that reads as enabled and does nothing under a shared Storage, and adding the guard afterwards would then be the breaking change.

Checklist

  • Tests added or updated (suite stays at 100% coverage)
  • uv run ruff format --check and uv run ruff check pass
  • uv run mypy, uv run pyright and uv run pyrefly check pass
  • Docs updated (docs/) for user-facing changes
  • CHANGELOG.md [Unreleased] updated
  • Commits follow Conventional Commits

Additional release checks: the package build passes (interlock_cb-2.8.0), twine check PASSED on both artefacts, and griffe reports the VERSION attribute (2.7.02.8.0) as the only public difference — the backoff fields and unreachable_exceptions are additions, so nothing is flagged as a breakage.

Related issues

#194, #195

Minor, not patch: the release adds public API — the growing open wait
(`Config.wait_duration_backoff_multiplier`, `Config.wait_duration_in_open_max`)
and the `unreachable_exceptions` set on `CircuitBreaker`, `Registry` and
`Engine` (#194, #195). griffe reports no removals or signature changes against
v2.7.0, and the new `ValueError` that refuses a backoff alongside a shared
`Storage` cannot reach a caller who upgrades: the multiplier it guards ships in
this same release, so no configuration written before it can trip the check.

- Bump the package version from 2.7.0 to 2.8.0.
- Move the current [Unreleased] changelog entries into [2.8.0] - 2026-09-01,
  in the Added-before-Fixed order every other section uses.
- Update the changelog comparison links, and the release version and month on
  the comparison page.
- Regenerate docs/llms-full.txt.
@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

Next included review available in 40 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Team

Run ID: 92dafa2f-a4e3-42fe-a725-cd3794925c69

📥 Commits

Reviewing files that changed from the base of the PR and between 75ab09c and c28b85d.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • docs/comparison.md
  • docs/llms-full.txt
  • interlock/version.py

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codspeed-hq

codspeed-hq Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 28 untouched benchmarks


Comparing release/2.8.0 (c28b85d) with main (75ab09c)

Open in CodSpeed

@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@bagowix
bagowix merged commit cb2c4c0 into main Sep 1, 2026
21 of 22 checks passed
@bagowix
bagowix deleted the release/2.8.0 branch September 1, 2026 11:01
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.

1 participant