Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 13, 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/.tmpyFagmi/json-escape-simd/src/generic.rs:2
  function json_escape_simd::escape_into_generic, previously in file /tmp/.tmpyFagmi/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/.tmpJzfOB2/json-escape-simd/src/lib.rs:317
Changelog

2.0.0 - 2025-10-13

Fixed

  • tests on avx512 host (#35)

Other

  • run miri on more platform (#34)
  • cleanup codes (#33)
  • split impls into arch (#32)
  • runtime detect simd features (#29)
  • 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-10-13T04-15-48Z branch 5 times, most recently from c3ea074 to af86121 Compare October 13, 2025 14:17
@github-actions github-actions bot force-pushed the release-plz-2025-10-13T04-15-48Z branch from af86121 to 5bd4956 Compare October 13, 2025 15:22
@Brooooooklyn Brooooooklyn merged commit f408c90 into main Oct 13, 2025
@Brooooooklyn Brooooooklyn deleted the release-plz-2025-10-13T04-15-48Z branch October 13, 2025 15:23
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