Skip to content
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

chore: release #198

Merged
merged 1 commit into from
Mar 15, 2024
Merged

chore: release #198

merged 1 commit into from
Mar 15, 2024

Conversation

github-actions[bot]
Copy link
Contributor

🤖 New release

  • eventsourced: 0.20.1 -> 0.21.0 (⚠️ API breaking changes)
  • eventsourced-nats: 0.13.11 -> 0.14.0 (⚠️ API breaking changes)
  • eventsourced-postgres: 0.13.11 -> 0.13.12 (✓ API compatible changes)
  • eventsourced-projection: 0.3.6 -> 0.4.0 (⚠️ API breaking changes)

⚠️ eventsourced 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.29.1/src/lints/struct_missing.ron

Failed in:
  struct eventsourced::Snapshot, previously in file /tmp/.tmpZyo1cv/eventsourced/src/snapshot_store/mod.rs:43
  struct eventsourced::NoopSnapshotStore, previously in file /tmp/.tmpZyo1cv/eventsourced/src/snapshot_store/noop.rs:9

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/trait_method_missing.ron

Failed in:
  method handle_cmd of trait EventSourced, previously in file /tmp/.tmpZyo1cv/eventsourced/src/lib.rs:76
  method spawn of trait EventSourcedExt, previously in file /tmp/.tmpZyo1cv/eventsourced/src/lib.rs:102

--- 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.29.1/src/lints/trait_missing.ron

Failed in:
  trait eventsourced::LocalSnapshotStore, previously in file /tmp/.tmpZyo1cv/eventsourced/src/snapshot_store/mod.rs:13
  trait eventsourced::SnapshotStore, previously in file /tmp/.tmpZyo1cv/eventsourced/src/snapshot_store/mod.rs:13
  trait eventsourced::EvtLog, previously in file /tmp/.tmpZyo1cv/eventsourced/src/evt_log.rs:9

--- failure trait_removed_associated_constant: trait's associated constant was removed ---

Description:
A public trait's associated constant was removed or renamed.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/trait_removed_associated_constant.ron

Failed in:
  associated constant EventSourced::TYPE_NAME, previously at /tmp/.tmpZyo1cv/eventsourced/src/lib.rs:73

--- failure trait_removed_associated_type: trait's associated type was removed ---

Description:
A public trait's associated type was removed or renamed.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/trait_removed_associated_type.ron

Failed in:
  associated type EventSourced::Cmd, previously at /tmp/.tmpZyo1cv/eventsourced/src/lib.rs:62
  associated type EventSourced::State, previously at /tmp/.tmpZyo1cv/eventsourced/src/lib.rs:68
  associated type EventSourced::Error, previously at /tmp/.tmpZyo1cv/eventsourced/src/lib.rs:71

⚠️ eventsourced-nats breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/enum_variant_added.ron

Failed in:
  variant Error:ToBytes in /tmp/.tmpKjIEvg/eventsourced/eventsourced-nats/src/lib.rs:22

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that 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.29.1/src/lints/enum_variant_missing.ron

Failed in:
  variant Error::IntoBytes, previously in file /tmp/.tmpZyo1cv/eventsourced-nats/src/lib.rs:22

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/module_missing.ron

Failed in:
  mod eventsourced_nats::evt_log, previously in file /tmp/.tmpZyo1cv/eventsourced-nats/src/evt_log.rs:1

--- 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.29.1/src/lints/struct_missing.ron

Failed in:
  struct eventsourced_nats::evt_log::Config, previously in file /tmp/.tmpZyo1cv/eventsourced-nats/src/evt_log.rs:247
  struct eventsourced_nats::evt_log::NatsEvtLog, previously in file /tmp/.tmpZyo1cv/eventsourced-nats/src/evt_log.rs:30

⚠️ eventsourced-projection breaking changes

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

Failed in:
  State::seq_no, previously in file /tmp/.tmpZyo1cv/eventsourced-projection/src/postgres.rs:197
  State::running, previously in file /tmp/.tmpZyo1cv/eventsourced-projection/src/postgres.rs:201
  State::error, previously in file /tmp/.tmpZyo1cv/eventsourced-projection/src/postgres.rs:205

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

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/method_parameter_count_changed.ron

Failed in:
  eventsourced_projection::postgres::Projection::new now takes 6 parameters instead of 5, in /tmp/.tmpKjIEvg/eventsourced/eventsourced-projection/src/postgres.rs:30

--- failure trait_removed_associated_type: trait's associated type was removed ---

Description:
A public trait's associated type was removed or renamed.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/trait_removed_associated_type.ron

Failed in:
  associated type LocalEvtHandler::EventSourced, previously at /tmp/.tmpZyo1cv/eventsourced-projection/src/postgres.rs:152
  associated type EvtHandler::EventSourced, previously at /tmp/.tmpZyo1cv/eventsourced-projection/src/postgres.rs:152
Changelog

eventsourced

0.21.0 - 2024-03-15

Other

  • rewrite api (#192)

eventsourced-nats

0.14.0 - 2024-03-15

Other

  • rewrite api (#192)

eventsourced-postgres

0.13.12 - 2024-03-15

Other

  • rewrite api (#192)

eventsourced-projection

0.4.0 - 2024-03-15

Other

  • rewrite api (#192)


This PR was generated with release-plz.

@hseeberger hseeberger merged commit aef5dda into main Mar 15, 2024
@hseeberger hseeberger deleted the release-plz-2024-03-15T09-26-04Z branch March 15, 2024 09:37
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