Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Version 1.1.0 #91

Merged
merged 1 commit into from
Nov 15, 2021
Merged

Version 1.1.0 #91

merged 1 commit into from
Nov 15, 2021

Conversation

guseggert
Copy link
Contributor

No description provided.

@github-actions
Copy link

Suggested version: v1.1.0
Comparing to: v1.0.4 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index b710274..69b4d7d 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ require (
 	github.com/ipfs/bbloom v0.0.4
 	github.com/ipfs/go-block-format v0.0.3
 	github.com/ipfs/go-cid v0.0.7
-	github.com/ipfs/go-datastore v0.4.2
+	github.com/ipfs/go-datastore v0.4.7-0.20211013204805-28a3721c2e66
 	github.com/ipfs/go-ipfs-ds-help v1.0.0
 	github.com/ipfs/go-ipfs-util v0.0.2
 	github.com/ipfs/go-log v0.0.1
@@ -14,4 +14,4 @@ require (
 	go.uber.org/atomic v1.6.0
 )
 
-go 1.15
+go 1.16

gorelease says:

# github.com/ipfs/go-ipfs-blockstore
## incompatible changes
Blockstore.DeleteBlock: changed from func(github.com/ipfs/go-cid.Cid) error to func(context.Context, github.com/ipfs/go-cid.Cid) error
Blockstore.Get: changed from func(github.com/ipfs/go-cid.Cid) (github.com/ipfs/go-block-format.Block, error) to func(context.Context, github.com/ipfs/go-cid.Cid) (github.com/ipfs/go-block-format.Block, error)
Blockstore.GetSize: changed from func(github.com/ipfs/go-cid.Cid) (int, error) to func(context.Context, github.com/ipfs/go-cid.Cid) (int, error)
Blockstore.Has: changed from func(github.com/ipfs/go-cid.Cid) (bool, error) to func(context.Context, github.com/ipfs/go-cid.Cid) (bool, error)
Blockstore.HashOnRead: changed from func(bool) to func(context.Context, bool)
Blockstore.Put: changed from func(github.com/ipfs/go-block-format.Block) error to func(context.Context, github.com/ipfs/go-block-format.Block) error
Blockstore.PutMany: changed from func([]github.com/ipfs/go-block-format.Block) error to func(context.Context, []github.com/ipfs/go-block-format.Block) error
GCLocker.GCLock: changed from func() Unlocker to func(context.Context) Unlocker
GCLocker.GCRequested: changed from func() bool to func(context.Context) bool
GCLocker.PinLock: changed from func() Unlocker to func(context.Context) Unlocker
Unlocker.Unlock: changed from func() to func(context.Context)
Viewer.View: changed from func(github.com/ipfs/go-cid.Cid, func([]byte) error) error to func(context.Context, github.com/ipfs/go-cid.Cid, func([]byte) error) error
## compatible changes
NewBlockstoreNoPrefix: added

# summary
Cannot suggest a release version.
Incompatible changes were detected.

gocompat says:

"github.com/ipfs/go-ipfs-blockstore".GCBlockstore InterfaceChanged
"github.com/ipfs/go-ipfs-blockstore".GCLocker InterfaceChanged
"github.com/ipfs/go-ipfs-blockstore".Blockstore InterfaceChanged
"github.com/ipfs/go-ipfs-blockstore".Viewer InterfaceChanged
"github.com/ipfs/go-ipfs-blockstore".Unlocker InterfaceChanged

@guseggert guseggert merged commit 8aad3d8 into master Nov 15, 2021
@aschmahmann aschmahmann mentioned this pull request Dec 13, 2021
59 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants