Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["aho-corasick", "search", "text"]
categories = ["text-processing"]

[dependencies]
daachorse = "3.0.2"
daachorse = "4.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add a changeset for the runtime dependency bump

This changes crates/core/Cargo.toml, which is part of the published Rust engine used by the native/WASM package, but the commit only updates Cargo metadata and adds no new .changeset entry. That leaves the release PR without a record of the runtime dependency change, and the repository release policy requires a real changeset or an explicit empty one for this case; add the appropriate changeset with the daachorse bump summary.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Version the prepared automata format with this bump

This major daachorse update changes the upstream serialize/deserialize layout that our prepare/toPrepared bytes embed under the existing PREPARED_VERSION = 1. For users who cache prepared bytes from the current package and then upgrade, fromPrepared will still accept the Stella header/version and only fail while decoding the raw daachorse payload; either keep the old dependency, add backward compatibility, or bump/communicate the prepared format so the native and WASM public runtime surfaces stay in sync.

Useful? React with 👍 / 👎.

unicode-case-mapping = "1"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion provenance/THIRD-PARTY-NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Project: root
- cfg-if 1.0.4 — Apache-2.0 OR MIT
- convert_case 0.11.0 — MIT
- ctor 1.0.7 — Apache-2.0 OR MIT
- daachorse 3.0.2 — Apache-2.0 OR MIT
- daachorse 4.0.0 — Apache-2.0 OR MIT
- futures 0.3.32 — Apache-2.0 OR MIT
- futures-channel 0.3.32 — Apache-2.0 OR MIT
- futures-core 0.3.32 — Apache-2.0 OR MIT
Expand Down
12 changes: 6 additions & 6 deletions provenance/sbom.cdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"version": "1.0.7"
},
{
"bom-ref": "pkg:cargo/daachorse@3.0.2",
"bom-ref": "pkg:cargo/daachorse@4.0.0",
"evidence": {
"identity": [
{
Expand All @@ -210,7 +210,7 @@
"hashes": [
{
"alg": "SHA-256",
"content": "99251f238b74cd219a86fe6ea9328308ebb223fcbb5b8eb5aa400b847a41dded"
"content": "d358f1fa877be3097baa74c1fc22288626450392cb37d844f850baa60e6439a0"
}
],
"licenses": [
Expand All @@ -232,9 +232,9 @@
"value": "Cargo.lock"
}
],
"purl": "pkg:cargo/daachorse@3.0.2",
"purl": "pkg:cargo/daachorse@4.0.0",
"type": "library",
"version": "3.0.2"
"version": "4.0.0"
},
{
"bom-ref": "pkg:cargo/futures-channel@0.3.32",
Expand Down Expand Up @@ -1967,7 +1967,7 @@
},
{
"dependsOn": [],
"ref": "pkg:cargo/daachorse@3.0.2"
"ref": "pkg:cargo/daachorse@4.0.0"
},
{
"dependsOn": [
Expand Down Expand Up @@ -2167,7 +2167,7 @@
},
{
"dependsOn": [
"pkg:cargo/daachorse@3.0.2",
"pkg:cargo/daachorse@4.0.0",
"pkg:cargo/unicode-case-mapping@1.0.0"
],
"ref": "pkg:cargo/stella-aho-corasick-core@1.0.4"
Expand Down