| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-06 | 608 Bytes | |
| v6.1.0 source code.tar.gz | 2026-08-06 | 14.2 MB | |
| v6.1.0 source code.zip | 2026-08-06 | 15.1 MB | |
| Totals: 3 Items | 29.3 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/v6.1 in #8155.
Full Changelog: https://github.com/lance-format/lance/compare/v6.0.0...v6.1.0