Skip to content

Releases: src-d/go-siva

v1.8.0

26 Sep 09:34
4ba248c
Compare
Choose a tag to compare

This version moves siva command implementation to its own package:

  • Move the commands to importable "impl" package #49

v1.7.0

31 Jul 18:28
a73bed3
Compare
Choose a tag to compare

This release adds support for go modules and Glob method to OrderedIndex that improves speed on indexes with a lot of entries.

  • build: support go.mod #47
  • index: implement Glob in OrderedIndex #48

v1.6.0

29 Jul 13:52
9ee6c8c
Compare
Choose a tag to compare

This release fixes a bug that caused CRC for file content to not be written to index. Also come with documentation improvements.

  • File content CRC32 values are not written to the index #45
  • Clarify that flags are bitwise, and that FlagDeleted is non-zero. #43
  • spec: Document the layout of the mode word #44

v1.5.0

25 Mar 13:42
4cc10f1
Compare
Choose a tag to compare
  • Add NewReaderWithOffset that allows opening siva files while they are being modified or opening an old index. (#41)

v1.4.0

11 Feb 10:05
0c04605
Compare
Choose a tag to compare
  • Store index names in posix format (#40)

v1.3.0

16 Oct 13:40
7da16ad
Compare
Choose a tag to compare
  • Improve siva index generation in ReadWriter #38 (jfontan)

v1.2.0

28 Sep 12:38
a31824b
Compare
Choose a tag to compare
  • fix zipslip vulnerability on siva unpack command, added Index.ToCleanPaths as a convenience function for downstream projects (#30)
  • tests fixed for Go 1.9 (#22, @ferhatelmas)
  • code cleanups (#24, @ferhatelmas)

v1.1.3

17 Oct 14:05
Compare
Choose a tag to compare
  • Some reader tests was not correct (#19)
  • Implement Docsrv (#20)

v1.1.2

03 Aug 10:39
Compare
Choose a tag to compare

Maintenance release

  • use os.SameFile instead of syscall package (#15)
  • index: ReadFrom/WriteTo returns IndexReadError/IndexWriteError. (#9)

v1.1.1

11 Nov 12:25
Compare
Choose a tag to compare
  • readwriter: fix bug when writing index. (#10)