Skip to content

Releases: ipfs/go-datastore

v0.8.2

04 Mar 15:26
d16c269
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

01 Mar 02:21
b5f5dc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

26 Feb 16:41
74f7110
Compare
Choose a tag to compare

⚠︎ Breaking Changes

This release has breaking query API updates:

  • The query.ResultsWithChan function has been removed. Users of ResultsWithChan can replace it with ResultsWithContext, see the Query implementation in the examples.
  • The query.ResultsWithProcess has been replaced with query.ResultsWithContext . There is no longer a need for the goprocess package since query.Results can be closed when a context ins canceled by using context.AfterFunc.
  • ResultBuilder and functions associated with it have been removed. Use ResultsWithContext instead.
  • query.Results.Close no longer returns an error. This did not provide any functional value outside of a query implementation.

What's Changed

No goprocess by @gammazero in #223

  • remove goprocess from api
  • replace goprocess with Context-based functionality.
  • Close functions do not need to return error
  • replace ResultsWithProcess with ResultsWithContext
  • remove deprieated ResultsWithChan function.
  • remove ResultBuilder to simplify query API

Full Changelog: v0.7.0...v0.8.0

v0.7.0

20 Feb 01:24
924d783
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.1

20 Feb 01:02
5d9ef3c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

17 Aug 21:57
1de4708
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

29 Nov 21:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

29 Nov 21:44
7548998
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6...v0.5.0

Release v0.4.2

14 Feb 16:38
d099e8e
Compare
Choose a tag to compare

Small patch release to avoid filtering by prefix when the prefix is equivalent to /.

Release v0.4.1

11 Feb 03:12
ac8b6e6
Compare
Choose a tag to compare

Improve test suite so we can test flatfs.