v0.3.2
- Add optional
Options
varargs tocar.NewSelectiveCar()
:car.MaxTraversalLinks(uint64)
to provide an upper limit on the number of links to traverse during a selector walkcar.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