Releases: erofs/go-erofs
Releases · erofs/go-erofs
v0.3.0
v0.2.1
v0.2.0
v0.1.0
The first release for go-erofs includes support for reading an erofs file as an fs.FS. There is no support for reading compressed erofs files in this version.
What's Changed
- fix: InodeCompact struct had invalid size by @patryk4815 in #3
- Add support for long xattr prefix by @dmcgowan in #1
- Core on-disk format improvements by @hsiangkao in #5
- Fix support for long xattr prefixes by @hsiangkao in #7
- Fix read out of bounds + incorrect data by @Kern-- in #10
- Generate test data from tar file by @Kern-- in #9
- Add support for chunked indexes by @dmcgowan in #4
- Add back long prefix check with mkfs version check by @dmcgowan in #12
- Add Github Actions CI by @dmcgowan in #13
- Implement remaining fs.FS functions by @dmcgowan in #15
- Strictly error out on compressed filesystems for now by @hsiangkao in #16
- Add windows ci to Github Actions by @dmcgowan in #14
New Contributors
- @patryk4815 made their first contribution in #3
- @dmcgowan made their first contribution in #1
- @hsiangkao made their first contribution in #5
- @Kern-- made their first contribution in #10
Full Changelog: https://github.com/erofs/go-erofs/commits/v0.1.0