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 #411

Closed
wants to merge 3 commits into from
Closed

chore: release #411

wants to merge 3 commits into from

Conversation

zvolin
Copy link
Member

@zvolin zvolin commented Oct 3, 2024

🤖 New release

  • lumina-cli: 0.3.1 -> 0.4.0 (✓ API compatible changes)
  • celestia-rpc: 0.4.1 -> 0.5.0 (✓ API compatible changes)
  • celestia-types: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)
  • celestia-proto: 0.3.1 -> 0.4.0 (⚠️ API breaking changes)
  • lumina-node: 0.4.0 -> 0.5.0 (⚠️ API breaking changes)
  • lumina-node-wasm: 0.3.0 -> 0.4.0

⚠️ celestia-types 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.35.0/src/lints/inherent_method_missing.ron

Failed in:
  ExtendedDataSquare::get_namespaced_data, previously in file /tmp/.tmpv8uEyg/celestia-types/src/rsmt2d.rs:398

--- 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.35.0/src/lints/method_parameter_count_changed.ron

Failed in:
  celestia_types::sample::Sample::new now takes 4 parameters instead of 5, in /tmp/.tmp4dzxZE/lumina/types/src/sample.rs:96
  celestia_types::sample::Sample::verify now takes 3 parameters instead of 2, in /tmp/.tmp4dzxZE/lumina/types/src/sample.rs:126
  celestia_types::row::Row::new now takes 2 parameters instead of 3, in /tmp/.tmp4dzxZE/lumina/types/src/row.rs:62
  celestia_types::row::Row::verify now takes 3 parameters instead of 2, in /tmp/.tmp4dzxZE/lumina/types/src/row.rs:69

--- 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.35.0/src/lints/module_missing.ron

Failed in:
  mod celestia_types::namespaced_data, previously in file /tmp/.tmpv8uEyg/celestia-types/src/namespaced_data.rs:1

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  NAMESPACED_DATA_ID_MULTIHASH_CODE in file /tmp/.tmpv8uEyg/celestia-types/src/namespaced_data.rs:24
  NAMESPACED_DATA_ID_CODEC in file /tmp/.tmpv8uEyg/celestia-types/src/namespaced_data.rs:26

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

Failed in:
  struct celestia_types::NamespacedRow, previously in file /tmp/.tmpv8uEyg/celestia-types/src/share.rs:36
  struct celestia_types::namespaced_data::NamespacedData, previously in file /tmp/.tmpv8uEyg/celestia-types/src/namespaced_data.rs:45
  struct celestia_types::namespaced_data::NamespacedDataId, previously in file /tmp/.tmpv8uEyg/celestia-types/src/namespaced_data.rs:34
  struct celestia_types::NamespacedShares, previously in file /tmp/.tmpv8uEyg/celestia-types/src/share.rs:28
  struct celestia_types::RawShare, previously in file /tmp/.tmpv8uEyg/celestia-types/src/share.rs:194

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field 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.35.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field id of struct Sample, previously in file /tmp/.tmpv8uEyg/celestia-types/src/sample.rs:46
  field id of struct Row, previously in file /tmp/.tmpv8uEyg/celestia-types/src/row.rs:43

⚠️ celestia-proto 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.35.0/src/lints/enum_missing.ron

Failed in:
  enum celestia_proto::share::p2p::shwap::ProofType, previously in file /tmp/.tmpv8uEyg/celestia-proto/target/semver-checks/local-celestia_proto-0_3_1/target/semver-checks/target/debug/build/celestia-proto-be43742c3fc9969a/out/share.p2p.shwap.rs:40
  enum celestia_proto::share::p2p::shrex::nd::StatusCode, previously in file /tmp/.tmpv8uEyg/celestia-proto/target/semver-checks/local-celestia_proto-0_3_1/target/semver-checks/target/debug/build/celestia-proto-be43742c3fc9969a/out/share.p2p.shrex.nd.rs:29

--- 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.35.0/src/lints/module_missing.ron

Failed in:
  mod celestia_proto::share::p2p::shwap, previously in file /tmp/.tmpv8uEyg/celestia-proto/target/semver-checks/local-celestia_proto-0_3_1/target/semver-checks/target/debug/build/celestia-proto-be43742c3fc9969a/out/mod.rs:88
  mod celestia_proto::share::p2p, previously in file /tmp/.tmpv8uEyg/celestia-proto/target/semver-checks/local-celestia_proto-0_3_1/target/semver-checks/target/debug/build/celestia-proto-be43742c3fc9969a/out/mod.rs:82
  mod celestia_proto::share::p2p::shrex::nd, previously in file /tmp/.tmpv8uEyg/celestia-proto/target/semver-checks/local-celestia_proto-0_3_1/target/semver-checks/target/debug/build/celestia-proto-be43742c3fc9969a/out/mod.rs:84
  mod celestia_proto::share::p2p::shrex, previously in file /tmp/.tmpv8uEyg/celestia-proto/target/semver-checks/local-celestia_proto-0_3_1/target/semver-checks/target/debug/build/celestia-proto-be43742c3fc9969a/out/mod.rs:83

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

Failed in:
  struct celestia_proto::share::p2p::shrex::nd::NamespaceRowResponse, previously in file /tmp/.tmpv8uEyg/celestia-proto/target/semver-checks/local-celestia_proto-0_3_1/target/semver-checks/target/debug/build/celestia-proto-be43742c3fc9969a/out/share.p2p.shrex.nd.rs:20
  struct celestia_proto::share::p2p::shwap::Row, previously in file /tmp/.tmpv8uEyg/celestia-proto/target/semver-checks/local-celestia_proto-0_3_1/target/semver-checks/target/debug/build/celestia-proto-be43742c3fc9969a/out/share.p2p.shwap.rs:6
  struct celestia_proto::share::p2p::shwap::Data, previously in file /tmp/.tmpv8uEyg/celestia-proto/target/semver-checks/local-celestia_proto-0_3_1/target/semver-checks/target/debug/build/celestia-proto-be43742c3fc9969a/out/share.p2p.shwap.rs:30
  struct celestia_proto::share::p2p::shwap::Sample, previously in file /tmp/.tmpv8uEyg/celestia-proto/target/semver-checks/local-celestia_proto-0_3_1/target/semver-checks/target/debug/build/celestia-proto-be43742c3fc9969a/out/share.p2p.shwap.rs:16
  struct celestia_proto::share::p2p::shrex::nd::GetSharesByNamespaceRequest, previously in file /tmp/.tmpv8uEyg/celestia-proto/target/semver-checks/local-celestia_proto-0_3_1/target/semver-checks/target/debug/build/celestia-proto-be43742c3fc9969a/out/share.p2p.shrex.nd.rs:4
  struct celestia_proto::share::p2p::shrex::nd::GetSharesByNamespaceStatusResponse, previously in file /tmp/.tmpv8uEyg/celestia-proto/target/semver-checks/local-celestia_proto-0_3_1/target/semver-checks/target/debug/build/celestia-proto-be43742c3fc9969a/out/share.p2p.shrex.nd.rs:12

⚠️ lumina-node 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.35.0/src/lints/enum_variant_added.ron

Failed in:
  variant P2pError:Shwap in /tmp/.tmp4dzxZE/lumina/node/src/p2p.rs:149

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

Failed in:
  Node::request_namespaced_data, previously in file /tmp/.tmpv8uEyg/lumina-node/src/node.rs:357
  Node::request_namespaced_data, previously in file /tmp/.tmpv8uEyg/lumina-node/src/node.rs:357
Changelog

lumina-cli

0.4.0 - 2024-10-03

Added

  • (node,node-wasm) [breaking] Integrate graceful shutdown in WASM (#396)

celestia-rpc

0.5.0 - 2024-10-03

Added

  • [breaking] shwap protocol updates (#369)

celestia-types

0.6.0 - 2024-10-03

Added

  • [breaking] shwap protocol updates (#369)
  • (types) align for building for riscv32 (#393)

celestia-proto

0.4.0 - 2024-10-03

Added

  • [breaking] shwap protocol updates (#369)

lumina-node

0.5.0 - 2024-10-03

Added

  • [breaking] shwap protocol updates (#369)
  • (node,node-wasm) [breaking] Integrate graceful shutdown in WASM (#396)

lumina-node-wasm

0.4.0 - 2024-10-03

Added

  • (node,node-wasm) [breaking] Integrate graceful shutdown in WASM (#396)

Other

  • Include API in readme (#409)
  • (node-wasm) Switch to bundler target for wasm-pack for manifest v3 (#398)
  • (node-wasm) clarify edge case when polling worker on startup (#390)


This PR was generated with release-plz.

@zvolin zvolin closed this Oct 3, 2024
@zvolin
Copy link
Member Author

zvolin commented Oct 3, 2024

closing to re-run initial PR generation

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