Skip to content

chore: release#348

Merged
davidsteiner merged 1 commit intomainfrom
release-plz-2026-04-24T09-26-00Z
Apr 24, 2026
Merged

chore: release#348
davidsteiner merged 1 commit intomainfrom
release-plz-2026-04-24T09-26-00Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 24, 2026

🤖 New release

  • hotfix: 0.11.2 -> 0.12.0 (⚠ API breaking changes)
  • hotfix-web-ui: 0.1.19 -> 0.1.20
  • hotfix-web: 0.1.18 -> 0.1.19

hotfix breaking changes

--- failure function_requires_different_generic_type_params: function now requires a different number of generic type parameters ---

Description:
A function now requires a different number of generic type parameters than it used to. Uses of this function that supplied the previous number of generic types (e.g. via turbofish syntax) will be broken.
        ref: https://doc.rust-lang.org/reference/items/generics.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_requires_different_generic_type_params.ron

Failed in:
  function spawn_socket_writer (0 -> 1 generic types) in /tmp/.tmp0qHveh/hotfix/crates/hotfix/src/transport/socket/socket_writer.rs:10
  function spawn_socket_writer (0 -> 1 generic types) in /tmp/.tmp0qHveh/hotfix/crates/hotfix/src/transport/socket/socket_writer.rs:10

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/method_parameter_count_changed.ron

Failed in:
  hotfix::transport::reader::ReaderRef::new now takes 2 parameters instead of 1, in /tmp/.tmp0qHveh/hotfix/crates/hotfix/src/transport/reader.rs:14
  hotfix::transport::FixConnection::new now takes 3 parameters instead of 2, in /tmp/.tmp0qHveh/hotfix/crates/hotfix/src/transport/connection.rs:18
Changelog

hotfix

0.12.0 - 2026-04-24

Fixed

  • prevent sessions from hanging due to lack of explicit shutdown and safeguards for TCP connection (#347)
  • propagate shutdown response from schedule calculations (#346)

hotfix-web-ui

0.1.20 - 2026-04-24

Other

  • updated the following local packages: hotfix

hotfix-web

0.1.19 - 2026-04-24

Other

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


This PR was generated with release-plz.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.44%. Comparing base (b32cdfe) to head (27ecc45).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #348   +/-   ##
=======================================
  Coverage   91.44%   91.44%           
=======================================
  Files          94       94           
  Lines        9761     9761           
=======================================
  Hits         8926     8926           
  Misses        835      835           
Flag Coverage Δ
core 91.33% <ø> (ø)

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 self-requested a review April 24, 2026 09:31
@github-actions github-actions Bot force-pushed the release-plz-2026-04-24T09-26-00Z branch from 9098bd2 to 27ecc45 Compare April 24, 2026 09:34
@davidsteiner davidsteiner reopened this Apr 24, 2026
@davidsteiner davidsteiner merged commit 6134d74 into main Apr 24, 2026
7 checks passed
@davidsteiner davidsteiner deleted the release-plz-2026-04-24T09-26-00Z branch April 24, 2026 09:55
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