Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ipfs/go-datastore

v0.9.0

18 Sep 16:07
86fc4ef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.4...v0.9.0

v0.8.4

16 Sep 05:10
c4698f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.8.4

v0.8.3

14 Aug 04:24
fe275e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

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