Skip to content

feat(seatbelt)!: no more default features#303

Merged
martintmk merged 2 commits intomainfrom
seatbelt/no-default-features
Mar 5, 2026
Merged

feat(seatbelt)!: no more default features#303
martintmk merged 2 commits intomainfrom
seatbelt/no-default-features

Conversation

@martintmk
Copy link
Member

as the number of middlewares grows, we don't want to enable all these. Let consumer pick which one they want to use.

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

⚠️ Breaking Changes Detected


--- failure feature_not_enabled_by_default: package feature is not enabled by default ---

Description:
A feature is no longer enabled by default for this package. This will break downstream crates which rely on the package's default features and require the functionality of this feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove-another
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/feature_not_enabled_by_default.ron

Failed in:
  feature retry in the package's Cargo.toml
  feature timeout in the package's Cargo.toml
  feature breaker in the package's Cargo.toml
  feature fallback in the package's Cargo.toml

If the breaking changes are intentional then everything is fine - this message is merely informative.

Remember to apply a version number bump with the correct severity when publishing a version with breaking changes (1.x.x -> 2.x.x or 0.1.x -> 0.2.x).

@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (da791c4) to head (0be8c20).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #303   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         147      147           
  Lines        9004     9004           
=======================================
  Hits         9004     9004           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@geeknoid
Copy link
Member

geeknoid commented Mar 4, 2026

Any doc updates needed?

@martintmk
Copy link
Member Author

Any doc updates needed?

nothing in particular for this particular change

@martintmk martintmk enabled auto-merge (squash) March 5, 2026 11:18
@martintmk martintmk merged commit f62978a into main Mar 5, 2026
27 checks passed
@martintmk martintmk deleted the seatbelt/no-default-features branch March 5, 2026 11:51
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.

3 participants