Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 3, 2026

🤖 New release

  • hotfix-store-mongodb: 0.1.2 -> 0.1.3 (✓ API compatible changes)
  • hotfix: 0.7.2 -> 0.8.0 (⚠ API breaking changes)
  • hotfix-web-ui: 0.1.12 -> 0.1.13
  • hotfix-web: 0.1.11 -> 0.1.12

hotfix breaking changes

--- failure copy_impl_added: type now implements Copy ---

Description:
A public type now implements Copy, causing non-move closures to capture it by reference instead of moving it.
        ref: https://github.com/rust-lang/rust/issues/100905
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/copy_impl_added.ron

Failed in:
  hotfix::application::OutboundDecision in /tmp/.tmpY6Wq4l/hotfix/crates/hotfix/src/application.rs:24

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/inherent_method_missing.ron

Failed in:
  Initiator::send_message, previously in file /tmp/.tmpPqjvjz/hotfix/src/initiator.rs:53
  SessionHandle::send_message, previously in file /tmp/.tmpPqjvjz/hotfix/src/session/session_handle.rs:27
Changelog

hotfix-store-mongodb

0.1.3 - 2026-02-03

Other

  • only run mongodb tests when hotfix-store-mongodb code has changed (#297)

hotfix

0.8.0 - 2026-02-03

Added

  • return confirmation for sent app messages (#299)

hotfix-web-ui

0.1.13 - 2026-02-03

Other

  • updated the following local packages: hotfix

hotfix-web

0.1.12 - 2026-02-03

Other

  • updated the following local packages: hotfix, hotfix-web-ui


This PR was generated with release-plz.

@davidsteiner davidsteiner reopened this Feb 3, 2026
@davidsteiner davidsteiner self-requested a review February 3, 2026 12:09
@codecov
Copy link

codecov bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.20%. Comparing base (768d896) to head (c3c2bcb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #300   +/-   ##
=======================================
  Coverage   90.20%   90.20%           
=======================================
  Files          84       84           
  Lines        8394     8394           
=======================================
  Hits         7572     7572           
  Misses        822      822           
Flag Coverage Δ
core 90.05% <ø> (ø)
mongodb 97.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@davidsteiner davidsteiner merged commit 45422d0 into main Feb 3, 2026
7 checks passed
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