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.14.0 #162

Merged
merged 1 commit into from
Nov 12, 2024
Merged

chore: release v0.14.0 #162

merged 1 commit into from
Nov 12, 2024

Conversation

frol
Copy link
Collaborator

@frol frol commented Nov 12, 2024

🤖 New release

  • near-jsonrpc-client: 0.13.0 -> 0.14.0 (⚠️ API breaking changes)

⚠️ near-jsonrpc-client breaking changes

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant JsonRpcServerResponseStatusError::Unexpected 2 -> 5 in /tmp/.tmpsLDCdO/near-jsonrpc-client-rs/src/errors.rs:76

--- 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.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant JsonRpcServerResponseStatusError:BadRequest in /tmp/.tmpsLDCdO/near-jsonrpc-client-rs/src/errors.rs:69
  variant JsonRpcServerResponseStatusError:TimeoutError in /tmp/.tmpsLDCdO/near-jsonrpc-client-rs/src/errors.rs:71
  variant JsonRpcServerResponseStatusError:ServiceUnavailable in /tmp/.tmpsLDCdO/near-jsonrpc-client-rs/src/errors.rs:73
Changelog

0.14.0 - 2024-11-12

Added

  • added http errors 400, 408, 503, 500 (#160)

Other

  • [breaking] updates near-* dependencies to 0.27 release (#161)


This PR was generated with release-plz.

@frol frol force-pushed the release-plz-2024-11-12T16-24-16Z branch from 33b7654 to ed7d6fc Compare November 12, 2024 18:28
@akorchyn akorchyn enabled auto-merge (squash) November 12, 2024 18:29
@akorchyn akorchyn merged commit 6b02c47 into master Nov 12, 2024
4 checks passed
@akorchyn akorchyn deleted the release-plz-2024-11-12T16-24-16Z branch November 12, 2024 18:31
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