Skip to content

chore: release v0.3.0 #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2025
Merged

Conversation

roberts-pumpurs
Copy link
Owner

πŸ€– New release

  • betfair-xml-parser: 0.2.1 -> 0.3.0 (βœ“ API compatible changes)
  • betfair-typegen: 0.2.1 -> 0.3.0 (βœ“ API compatible changes)
  • betfair-types: 0.2.1 -> 0.3.0 (βœ“ API compatible changes)
  • betfair-adapter: 0.2.1 -> 0.3.0 (⚠ API breaking changes)
  • betfair-cert-gen: 0.2.1 -> 0.3.0 (βœ“ API compatible changes)
  • betfair-rpc-server-mock: 0.2.1 -> 0.3.0 (βœ“ API compatible changes)
  • betfair-stream-types: 0.2.1 -> 0.3.0 (⚠ API breaking changes)
  • betfair-stream-api: 0.2.1 -> 0.3.0 (⚠ API breaking changes)

⚠ betfair-adapter breaking changes

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself 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.40.0/src/lints/struct_missing.ron

Failed in:
  struct betfair_adapter::AuthenticatedBetfairRpcProvider, previously in file /tmp/.tmpu2m1ME/betfair-adapter/src/provider.rs:23
  struct betfair_adapter::UnauthenticatedBetfairRpcProvider, previously in file /tmp/.tmpu2m1ME/betfair-adapter/src/provider.rs:20

⚠ betfair-stream-types breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself 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.40.0/src/lints/enum_missing.ron

Failed in:
  enum betfair_stream_types::response::status_message::StatusCode, previously in file /tmp/.tmpu2m1ME/betfair-stream-types/src/response/status_message.rs:58

--- failure struct_with_pub_fields_changed_type: struct with pub fields became an enum or union ---

Description:
A struct with pub fields became an enum or union, breaking accesses to its public fields.
        ref: https://github.com/obi1kenobi/cargo-semver-checks/issues/297#issuecomment-1399099659
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/struct_with_pub_fields_changed_type.ron

Failed in:
  struct betfair_stream_types::response::status_message::StatusMessage became enum in file /tmp/.tmpyd4VBN/betfair-adapter-rs/crates/betfair-stream-types/src/response/status_message.rs:21

⚠ betfair-stream-api breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself 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.40.0/src/lints/enum_missing.ron

Failed in:
  enum betfair_stream_api::cache::tracker::IncomingMessage, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/cache/tracker/mod.rs:34
  enum betfair_stream_api::ExternalUpdates, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/connection/mod.rs:73
  enum betfair_stream_api::CodecError, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/tls_sream.rs:136
  enum betfair_stream_api::CacheEnabledMessages, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/connection/mod.rs:82
  enum betfair_stream_api::HeartbeatStrategy, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/connection/builder.rs:15
  enum betfair_stream_api::StreamError, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/error.rs:6
  enum betfair_stream_api::MetadataUpdates, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/connection/mod.rs:95

--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/feature_missing.ron

Failed in:
  feature integration-test in the package's Cargo.toml

--- 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.40.0/src/lints/inherent_method_missing.ron

Failed in:
  StreamState::calculate_updates, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/cache/tracker/mod.rs:62

--- failure pub_static_missing: pub static is missing ---

Description:
A public static is missing, renamed, or made private.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/pub_static_missing.ron

Failed in:
  CERTIFICATE in file /tmp/.tmpu2m1ME/betfair-stream-api/src/lib.rs:42

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself 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.40.0/src/lints/struct_missing.ron

Failed in:
  struct betfair_stream_api::StreamApiBuilder, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/connection/builder.rs:25
  struct betfair_stream_api::StreamApi, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/connection/mod.rs:23
  struct betfair_stream_api::OrderSubscriber, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/cache/order_subscriber.rs:11
  struct betfair_stream_api::OrderBookCache, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/cache/primitives/orderbook_cache.rs:15
  struct betfair_stream_api::MarketBookCache, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/cache/primitives/market_book_cache.rs:18
  struct betfair_stream_api::MarketSubscriber, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/cache/market_subscriber.rs:13

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself 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.40.0/src/lints/trait_missing.ron

Failed in:
  trait betfair_stream_api::BetfairProviderExt, previously in file /tmp/.tmpu2m1ME/betfair-stream-api/src/lib.rs:21
Changelog

betfair-xml-parser

0.3.0 - 2025-04-20

Added

  • stream api rewrite (#31)

betfair-typegen

0.3.0 - 2025-04-20

Added

  • stream api rewrite (#31)

betfair-types

0.3.0 - 2025-04-20

Added

  • stream api rewrite (#31)

betfair-adapter

0.3.0 - 2025-04-20

Added

  • stream api rewrite (#31)

betfair-cert-gen

0.3.0 - 2025-04-20

Added

  • stream api rewrite (#31)

betfair-rpc-server-mock

0.3.0 - 2025-04-20

Added

  • stream api rewrite (#31)

betfair-stream-types

0.3.0 - 2025-04-20

Added

  • stream api rewrite (#31)

betfair-stream-api

0.3.0 - 2025-04-20

Added

  • stream api rewrite (#31)


This PR was generated with release-plz.

@roberts-pumpurs roberts-pumpurs merged commit 4ef2fa4 into main Apr 20, 2025
4 of 7 checks passed
@roberts-pumpurs roberts-pumpurs deleted the release-plz-2025-04-20T19-47-01Z branch April 20, 2025 20:38
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