Releases: orbitinghail/splinter-rs
v0.12.2
v0.12.1
What's Changed
- fix(deps): update all other updates by @renovate[bot] in #82
- fix: Encode/decode roundtrip corrupts dense Splinter at 7936 boundary by @carlsverre in #84
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- chore(deps): update rust crate bytes to v1.11.1 [security] by @renovate[bot] in #80
- Fix a suite of edge case bugs by @carlsverre in #81
Full Changelog: v0.11.0...v0.12.0
v0.11.0
Breaking Changes
This version includes changes to Splinter's encoded file format. These changes deliver a substantial performance improvement for most operations at a small increase in encoded size. If this impacts any production code, please let me know, and I'll ship a version of Splinter that is backwards compatible.
What's Changed
- Optimize TreeRef operations with cumulative cardinalities by @carlsverre in #79
Full Changelog: v0.10.1...v0.11.0
v0.10.1
Minor perf improvements.
Full Changelog: v0.10.0...v0.10.1
v0.10.0
Possibly breaking change: Splinter errors are no longer wrapped by culprit
What's Changed
- chore(deps): lock file maintenance by @renovate[bot] in #72
- chore(deps): update rust crate crc64fast-nvme to v1.2.1 by @renovate[bot] in #74
- chore(deps): update all other updates by @renovate[bot] in #73
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #76
- chore(deps): update swatinem/rust-cache digest to 779680d by @renovate[bot] in #75
- chore(deps): update all other updates by @renovate[bot] in #77
- remove culprit by @carlsverre in #78
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- feat: contains_all/contains_any by @carlsverre in #71
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Fix a major bug in Splinter::from_range. Upgrading is highly recommended.
What's Changed
- chore(deps): update taiki-e/install-action digest to 2cdf2d8 by @renovate[bot] in #68
- chore(deps): lock file maintenance by @renovate[bot] in #70
- fix(deps): update all other updates by @renovate[bot] in #69
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Highlights
- adding reference to
splynterswrapper in README by @nrposner in #60 - Optimize run partition usage & close to full partitions by @carlsverre in #67
Dependencies
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #59
- fix(deps): update all other updates by @renovate[bot] in #58
- chore(deps): lock file maintenance by @renovate[bot] in #62
- chore(deps): update taiki-e/install-action digest to 5597bc2 by @renovate[bot] in #61
- chore(deps): update taiki-e/install-action digest to d0f4f69 by @renovate[bot] in #63
- chore(deps): update taiki-e/install-action digest to 522492a by @renovate[bot] in #64
- chore(deps): update rust crate thiserror to v2.0.17 by @renovate[bot] in #66
- chore(deps): update taiki-e/install-action digest to 5b5de1b by @renovate[bot] in #65
New Contributors
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- implement position, remove_range, and extends by @carlsverre in #56
- many more bitop impls by @carlsverre in #57
Full Changelog: v0.6.0...v0.7.0