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 v0.9.0 #140

Merged
merged 1 commit into from
Apr 22, 2024
Merged

chore: release v0.9.0 #140

merged 1 commit into from
Apr 22, 2024

Conversation

frol
Copy link
Collaborator

@frol frol commented Apr 19, 2024

🤖 New release

  • near-jsonrpc-client: 0.8.0 -> 0.9.0 (⚠️ API breaking changes)

⚠️ near-jsonrpc-client breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.30.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field RpcTransactionStatusRequest.wait_until in /tmp/.tmpXtONiN/near-jsonrpc-client-rs/src/methods/experimental/tx_status.rs:43
  field RpcTransactionStatusRequest.wait_until in /tmp/.tmpXtONiN/near-jsonrpc-client-rs/src/methods/tx.rs:46

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

Failed in:
  mod near_jsonrpc_client::methods::EXPERIMENTAL_check_tx, previously in file /tmp/.tmpbIalrs/near-jsonrpc-client/src/methods/experimental/check_tx.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.30.0/src/lints/struct_missing.ron

Failed in:
  struct near_jsonrpc_client::methods::EXPERIMENTAL_check_tx::RpcCheckTxRequest, previously in file /tmp/.tmpbIalrs/near-jsonrpc-client/src/methods/experimental/check_tx.rs:63
Changelog

0.9.0 - 2024-04-22

Added

  • Upgrade near-primitives to 0.21.x and refactor the API adding wait_until flag, drop check_tx method (#136)

Other

  • removed array creation for parameters in fn params() implementation for send_tx method (#142)


This PR was generated with release-plz.

@jaswinder6991
Copy link
Contributor

jaswinder6991 commented Apr 21, 2024

We need to fix the send_tx method in the client before the release. See the issue and solution here - #141
The Fromt trait for broadcast_tx_async method also needs a fix, See the issue here - #143

Here is a PR for both the fixes - #142

Signed-off-by: Vlad <[email protected]>
@frol frol force-pushed the release-plz-2024-04-19T13-23-28Z branch from 312d3fb to ae87fe3 Compare April 22, 2024 15:36
@frol frol merged commit 54a7510 into master Apr 22, 2024
4 checks passed
@frol frol deleted the release-plz-2024-04-19T13-23-28Z branch April 22, 2024 15:44
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.

2 participants