| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-06 | 747 Bytes | |
| v9.0.1 source code.tar.gz | 2026-08-06 | 18.5 MB | |
| v9.0.1 source code.zip | 2026-08-06 | 19.6 MB | |
| Totals: 3 Items | 38.1 MB | 0 | |
What's Changed
Critical Fixes ‼️
- fix(encoding): bounds-check the length prefix in
VariableFullZipDecoder::unzipby @professor-moody in https://github.com/lance-format/lance/pull/8138 - fix(encoding): reject out-of-bounds variable-width offsets on decode by @Xuanwo in https://github.com/lance-format/lance/pull/8144
Both fixes were backported to release/v9.0 in #8158.
Bug Fixes 🐛
- fix(ci): backport cargo publish fix to release/v9.0 by @wjones127 in https://github.com/lance-format/lance/pull/7990
Full Changelog: https://github.com/lance-format/lance/compare/v9.0.0...v9.0.1