ipfs / go-ds-pebble

A datastore implementation backed by https://github.com/cockroachdb/pebble (experimental)
Other
9 stars 9 forks source link

new version #40

Closed gammazero closed 1 month ago

github-actions[bot] commented 1 month ago

Suggested version: 0.4.0

Comparing to: v0.3.1 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 2d92bcf..230027e 100644
--- a/go.mod
+++ b/go.mod
@@ -9,10 +9,10 @@ retract v0.2.7
 // web3-bot fuckup
 retract v0.3.0

-go 1.21
+go 1.22

 require (
-   github.com/cockroachdb/pebble v0.0.0-20231218155426-48b54c29d8fe
+   github.com/cockroachdb/pebble v1.1.2
    github.com/ipfs/go-datastore v0.6.0
    github.com/ipfs/go-log/v2 v2.5.1
    github.com/jbenet/goprocess v0.1.4
@@ -22,20 +22,21 @@ require (
    github.com/DataDog/zstd v1.4.5 // indirect
    github.com/beorn7/perks v1.0.1 // indirect
    github.com/cespare/xxhash/v2 v2.2.0 // indirect
-   github.com/cockroachdb/errors v1.11.1 // indirect
+   github.com/cockroachdb/errors v1.11.3 // indirect
+   github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
    github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
    github.com/cockroachdb/redact v1.1.5 // indirect
    github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
-   github.com/getsentry/sentry-go v0.18.0 // indirect
+   github.com/getsentry/sentry-go v0.27.0 // indirect
    github.com/gogo/protobuf v1.3.2 // indirect
-   github.com/golang/protobuf v1.5.2 // indirect
+   github.com/golang/protobuf v1.5.3 // indirect
    github.com/golang/snappy v0.0.4 // indirect
    github.com/google/uuid v1.3.0 // indirect
    github.com/ipfs/go-detect-race v0.0.1 // indirect
-   github.com/klauspost/compress v1.15.15 // indirect
+   github.com/klauspost/compress v1.16.0 // indirect
    github.com/kr/pretty v0.3.1 // indirect
    github.com/kr/text v0.2.0 // indirect
-   github.com/mattn/go-isatty v0.0.16 // indirect
+   github.com/mattn/go-isatty v0.0.17 // indirect
    github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
    github.com/pkg/errors v0.9.1 // indirect
    github.com/prometheus/client_golang v1.12.0 // indirect
@@ -47,7 +48,7 @@ require (
    go.uber.org/multierr v1.6.0 // indirect
    go.uber.org/zap v1.19.1 // indirect
    golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
-   golang.org/x/sys v0.11.0 // indirect
-   golang.org/x/text v0.7.0 // indirect
-   google.golang.org/protobuf v1.28.1 // indirect
+   golang.org/x/sys v0.18.0 // indirect
+   golang.org/x/text v0.14.0 // indirect
+   google.golang.org/protobuf v1.33.0 // indirect
 )

gorelease says:

# github.com/ipfs/go-ds-pebble
## incompatible changes
NewDatastore: changed from func(string, *github.com/cockroachdb/pebble.Options) (*Datastore, error) to func(string, ...Option) (*Datastore, error)
## compatible changes
Option: added
WithCacheSize: added
WithPebbleDB: added
WithPebbleOpts: added

# diagnostics
required module github.com/microcosm-cc/bluemonday@v1.0.23 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.4.0

gocompat says:

HEAD is now at 9df8b70 v0.3.1
Previous HEAD position was 9df8b70 v0.3.1
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created. It is going to be published when this PR is merged. You can modify its' body to include any release notes you wish to include with the release.