Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 24, 2025

🤖 New release

  • json-escape-simd: 1.1.0 -> 2.0.0 (⚠ API breaking changes)

json-escape-simd breaking changes

--- 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.43.0/src/lints/feature_missing.ron

Failed in:
  feature force_aarch64_neon in the package's Cargo.toml

--- failure function_missing: pub fn removed or renamed ---

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

Failed in:
  function json_escape_simd::escape_generic, previously in file /tmp/.tmpI8u6pX/json-escape-simd/src/generic.rs:2
  function json_escape_simd::escape_into_generic, previously in file /tmp/.tmpI8u6pX/json-escape-simd/src/generic.rs:17

--- failure function_requires_different_generic_type_params: function now requires a different number of generic type parameters ---

Description:
A function now requires a different number of generic type parameters than it used to. Uses of this function that supplied the previous number of generic types (e.g. via turbofish syntax) will be broken.
        ref: https://doc.rust-lang.org/reference/items/generics.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/function_requires_different_generic_type_params.ron

Failed in:
  function escape (1 -> 0 generic types) in /tmp/.tmptPLb9o/json-escape-simd/src/lib.rs:436
Changelog

2.0.0 - 2025-10-13

Other

  • fix codspeed
  • remove useless deps (#28)
  • update benchmark result
  • borrow the sonic-rs string escape implementation (#27)
  • (deps) update rust crate json-escape to 0.3.0 (#24)
  • (deps) update rust crate json-escape to 0.2.0 (#23)
  • omit other crates in codspeed (#22)
  • add benchmark (#20)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-09-24T07-41-06Z branch 2 times, most recently from a9e4a6b to 07a9e39 Compare September 27, 2025 17:42
@github-actions github-actions bot force-pushed the release-plz-2025-09-24T07-41-06Z branch from 07a9e39 to 22aff39 Compare October 1, 2025 21:49
@github-actions github-actions bot force-pushed the release-plz-2025-09-24T07-41-06Z branch from 22aff39 to 267fa1e Compare October 11, 2025 04:43
@github-actions github-actions bot changed the title chore: release v1.1.1 chore: release v2.0.0 Oct 12, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-09-24T07-41-06Z branch 3 times, most recently from 8a47faf to 04f1cee Compare October 12, 2025 07:57
@github-actions github-actions bot force-pushed the release-plz-2025-09-24T07-41-06Z branch from 04f1cee to 8e19057 Compare October 13, 2025 03:44
@github-actions github-actions bot force-pushed the release-plz-2025-09-24T07-41-06Z branch 2 times, most recently from 5f04f15 to bf50b5c Compare October 13, 2025 04:01
@github-actions github-actions bot force-pushed the release-plz-2025-09-24T07-41-06Z branch from bf50b5c to 7e4c8bd Compare October 13, 2025 04:03
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