Skip to content

v0.3.2

Compare
Choose a tag to compare
@rvagg rvagg released this 13 Oct 02:22
· 347 commits to master since this release
  • Add optional Options varargs to car.NewSelectiveCar():
    • car.MaxTraversalLinks(uint64) to provide an upper limit on the number of links to traverse during a selector walk
    • car.TraverseLinksOnlyOnce() to instruct the selector traversal to not make repeat visits of the same link (this is only safe in the case of an exhaustive selector, partial selectors may require valid repeat visits of the same link)
  • Update go-ipld-prime to v0.12.3

Full Changelog: v0.3.1...v0.3.2