Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: release v1.2.1 #105

Merged
merged 1 commit into from
Feb 3, 2025
Merged

chore: release v1.2.1 #105

merged 1 commit into from
Feb 3, 2025

Conversation

volmedo
Copy link
Member

@volmedo volmedo commented Feb 3, 2025

closes storacha/project-tracking#306

Update version to v1.2.1 to trigger a new release and a deploy to prod.

@volmedo volmedo self-assigned this Feb 3, 2025
Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

see 1 file with indirect coverage changes

Copy link

github-actions bot commented Feb 3, 2025

Suggested version: 1.2.1

Comparing to: v1.1.1 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index ce089c3..f65a7c0 100644
--- a/go.mod
+++ b/go.mod
@@ -4,15 +4,15 @@ go 1.23.2
 
 require (
 	github.com/aws/aws-lambda-go v1.47.0
-	github.com/aws/aws-sdk-go-v2 v1.32.5
+	github.com/aws/aws-sdk-go-v2 v1.33.0
 	github.com/aws/aws-sdk-go-v2/config v1.28.0
 	github.com/aws/aws-sdk-go-v2/credentials v1.17.41
 	github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.17
 	github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression v1.7.52
-	github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.1
+	github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.4
 	github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1
-	github.com/aws/aws-sdk-go-v2/service/sns v1.33.2
-	github.com/aws/aws-sdk-go-v2/service/sqs v1.36.2
+	github.com/aws/aws-sdk-go-v2/service/sns v1.33.12
+	github.com/aws/aws-sdk-go-v2/service/sqs v1.37.8
 	github.com/aws/aws-sdk-go-v2/service/ssm v1.55.2
 	github.com/awslabs/aws-lambda-go-api-proxy v0.16.2
 	github.com/google/uuid v1.6.0
@@ -27,15 +27,24 @@ require (
 	github.com/multiformats/go-multibase v0.2.0
 	github.com/multiformats/go-multicodec v0.9.0
 	github.com/multiformats/go-multihash v0.2.3
-	github.com/redis/go-redis/v9 v9.6.1
-	github.com/storacha/go-capabilities v0.0.0-20241030160329-4cf19ffc732d
+	github.com/redis/go-redis/extra/redisotel/v9 v9.7.0
+	github.com/redis/go-redis/v9 v9.7.0
+	github.com/storacha/go-capabilities v0.0.0-20250120154346-44180817ecb7
 	github.com/storacha/go-metadata v0.0.0-20241216142904-a60e20043cef
-	github.com/storacha/go-ucanto v0.1.1-0.20241028163940-34de8cd912bb
+	github.com/storacha/go-ucanto v0.2.1-0.20241105025747-aa8566a3a3fb
 	github.com/storacha/ipni-publisher v0.0.0-20241112152400-07a540928427
 	github.com/stretchr/testify v1.10.0
 	github.com/testcontainers/testcontainers-go v0.34.0
 	github.com/testcontainers/testcontainers-go/modules/dynamodb v0.34.0
 	github.com/urfave/cli/v2 v2.27.4
+	go.opentelemetry.io/contrib/detectors/aws/lambda v0.59.0
+	go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.59.0
+	go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.59.0
+	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
+	go.opentelemetry.io/otel v1.34.0
+	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0
+	go.opentelemetry.io/otel/sdk v1.34.0
+	golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
 )
 
 require (
@@ -45,21 +54,21 @@ require (
 	github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 // indirect
 	github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 // indirect
 	github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect
-	github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.24 // indirect
-	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.24 // indirect
+	github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect
+	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect
 	github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
 	github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.21 // indirect
 	github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.6 // indirect
 	github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
 	github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.2 // indirect
-	github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.5 // indirect
+	github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.9 // indirect
 	github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect
 	github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.2 // indirect
 	github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect
 	github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect
 	github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect
 	github.com/aws/smithy-go v1.22.1 // indirect
-	github.com/cenkalti/backoff/v4 v4.2.1 // indirect
+	github.com/cenkalti/backoff/v4 v4.3.0 // indirect
 	github.com/cespare/xxhash/v2 v2.3.0 // indirect
 	github.com/containerd/containerd v1.7.18 // indirect
 	github.com/containerd/log v0.1.0 // indirect
@@ -74,11 +83,14 @@ require (
 	github.com/docker/go-connections v0.5.0 // indirect
 	github.com/docker/go-units v0.5.0 // indirect
 	github.com/felixge/httpsnoop v1.0.4 // indirect
+	github.com/filecoin-project/go-data-segment v0.0.1 // indirect
+	github.com/filecoin-project/go-fil-commcid v0.2.0 // indirect
 	github.com/go-logr/logr v1.4.2 // indirect
 	github.com/go-logr/stdr v1.2.2 // indirect
-	github.com/go-ole/go-ole v1.2.6 // indirect
+	github.com/go-ole/go-ole v1.3.0 // indirect
 	github.com/gobwas/glob v0.2.3 // indirect
 	github.com/gogo/protobuf v1.3.2 // indirect
+	github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
 	github.com/hashicorp/errwrap v1.1.0 // indirect
 	github.com/hashicorp/go-multierror v1.1.1 // indirect
 	github.com/hashicorp/golang-lru v1.0.2 // indirect
@@ -107,7 +119,7 @@ require (
 	github.com/libp2p/go-buffer-pool v0.1.0 // indirect
 	github.com/libp2p/go-libp2p-pubsub v0.12.0 // indirect
 	github.com/libp2p/go-msgio v0.3.0 // indirect
-	github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
+	github.com/lufia/plan9stats v0.0.0-20240513124658-fba389f38bae // indirect
 	github.com/magiconair/properties v1.8.7 // indirect
 	github.com/mattn/go-isatty v0.0.20 // indirect
 	github.com/minio/sha256-simd v1.0.1 // indirect
@@ -130,30 +142,38 @@ require (
 	github.com/pkg/errors v0.9.1 // indirect
 	github.com/pmezard/go-difflib v1.0.0 // indirect
 	github.com/polydawn/refmt v0.89.1-0.20231129105047-37766d95467a // indirect
-	github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
+	github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
+	github.com/redis/go-redis/extra/rediscmd/v9 v9.7.0 // indirect
 	github.com/russross/blackfriday/v2 v2.1.0 // indirect
 	github.com/shirou/gopsutil/v3 v3.23.12 // indirect
 	github.com/shoenig/go-m1cpu v0.1.6 // indirect
 	github.com/sirupsen/logrus v1.9.3 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
+	github.com/storacha/go-piece v0.0.0-20241102032446-a7c497f05d55 // indirect
 	github.com/stretchr/objx v0.5.2 // indirect
-	github.com/tklauser/go-sysconf v0.3.12 // indirect
-	github.com/tklauser/numcpus v0.6.1 // indirect
+	github.com/tklauser/go-sysconf v0.3.14 // indirect
+	github.com/tklauser/numcpus v0.8.0 // indirect
 	github.com/ucan-wg/go-ucan v0.0.0-20240916120445-37f52863156c // indirect
 	github.com/whyrusleeping/cbor-gen v0.1.2 // indirect
 	github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
-	github.com/yusufpapurcu/wmi v1.2.3 // indirect
-	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
-	go.opentelemetry.io/otel v1.30.0 // indirect
-	go.opentelemetry.io/otel/metric v1.30.0 // indirect
-	go.opentelemetry.io/otel/trace v1.30.0 // indirect
+	github.com/yusufpapurcu/wmi v1.2.4 // indirect
+	go.opentelemetry.io/auto/sdk v1.1.0 // indirect
+	go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
+	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
+	go.opentelemetry.io/otel/metric v1.34.0 // indirect
+	go.opentelemetry.io/otel/trace v1.34.0 // indirect
+	go.opentelemetry.io/proto/otlp v1.3.1 // indirect
 	go.uber.org/atomic v1.11.0 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
 	go.uber.org/zap v1.27.0 // indirect
 	golang.org/x/crypto v0.28.0 // indirect
-	golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
-	golang.org/x/sys v0.26.0 // indirect
+	golang.org/x/net v0.30.0 // indirect
+	golang.org/x/sys v0.29.0 // indirect
+	golang.org/x/text v0.19.0 // indirect
 	golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
+	google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
+	google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
+	google.golang.org/grpc v1.65.0 // indirect
 	google.golang.org/protobuf v1.35.1 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 	lukechampine.com/blake3 v1.3.0 // indirect

gorelease says:

! second, different message for obj type github.com/storacha/indexing-service/pkg/redis.ProviderStore[Key, Value any] = github.com/storacha/indexing-service/pkg/redis.Store[github.com/multiformats/go-multihash.Multihash, []github.com/ipni/go-libipni/find/model.ProviderResult], isNew false, part ""
  first:  changed from Store[github.com/multiformats/go-multihash.Multihash, []github.com/ipni/go-libipni/find/model.ProviderResult] to Store[Key, Value any]
  second: changed from Store[github.com/multiformats/go-multihash.Multihash, []github.com/ipni/go-libipni/find/model.ProviderResult] to Store[github.com/multiformats/go-multihash.Multihash, github.com/ipni/go-libipni/find/model.ProviderResult]
# github.com/storacha/indexing-service/cmd/lambda
## compatible changes
package added

# github.com/storacha/indexing-service/pkg/aws
## incompatible changes
ContentToClaimsMapper: removed
NewBucketFallbackMapper: changed from func(github.com/storacha/go-ucanto/principal.Signer, *net/url.URL, ContentToClaimsMapper, func() []github.com/storacha/go-ucanto/core/delegation.Option) BucketFallbackMapper to func(github.com/storacha/go-ucanto/principal.Signer, *net/http.Client, *net/url.URL, func() []github.com/storacha/go-ucanto/core/delegation.Option) BucketFallbackMapper
## compatible changes
Config.HoneycombAPIKey: added
Config.LegacyBlockIndexTableRegion: added
Config.LegacyClaimsTableRegion: added
Config.RequestChecksumCalculation: added
Config.ResponseChecksumValidation: added

# github.com/storacha/indexing-service/pkg/construct
## incompatible changes
WithLegacyClaims: changed from func(github.com/storacha/indexing-service/pkg/service/providerindex.ContentToClaimsMapper, github.com/storacha/indexing-service/pkg/types.ContentClaimsStore, string) Option to func([]github.com/storacha/indexing-service/pkg/service/providerindex.ContentToClaimsMapper, github.com/storacha/indexing-service/pkg/types.ContentClaimsStore, string) Option
## compatible changes
DefaultHTTPClient: added
WithHTTPClient: added

# github.com/storacha/indexing-service/pkg/providerresults
## incompatible changes
MarshalCBOR: changed from func([]github.com/ipni/go-libipni/find/model.ProviderResult) ([]byte, error) to func(github.com/ipni/go-libipni/find/model.ProviderResult) ([]byte, error)
UnmarshalCBOR: changed from func([]byte) ([]github.com/ipni/go-libipni/find/model.ProviderResult, error) to func([]byte) (github.com/ipni/go-libipni/find/model.ProviderResult, error)

# github.com/storacha/indexing-service/pkg/redis
## incompatible changes
Client.SAdd: added
Client.SMembers: added
ContentClaimsStore: changed from Store[github.com/ipfs/go-cid.Cid, github.com/storacha/go-ucanto/core/delegation.Delegation] to Store[Key, Value any]
NewProviderStore: changed from func(Client) *Store[github.com/multiformats/go-multihash.Multihash, []github.com/ipni/go-libipni/find/model.ProviderResult] to func(Client) *Store[github.com/multiformats/go-multihash.Multihash, github.com/ipni/go-libipni/find/model.ProviderResult]
ProviderStore: changed from Store[github.com/multiformats/go-multihash.Multihash, []github.com/ipni/go-libipni/find/model.ProviderResult] to Store[github.com/multiformats/go-multihash.Multihash, github.com/ipni/go-libipni/find/model.ProviderResult]
ShardedDagIndexStore: changed from Store[github.com/storacha/indexing-service/pkg/types.EncodedContextID, github.com/storacha/indexing-service/pkg/blobindex.ShardedDagIndexView] to Store[Key, Value any]
## compatible changes
(*Store[Key, Value]).Add: added
(*Store[Key, Value]).Add: added
(*Store[Key, Value]).Members: added
(*Store[Key, Value]).Members: added
(*Store[github.com/ipfs/go-cid.Cid, github.com/storacha/go-ucanto/core/delegation.Delegation]).Add: added
(*Store[github.com/ipfs/go-cid.Cid, github.com/storacha/go-ucanto/core/delegation.Delegation]).Members: added
(*Store[github.com/storacha/indexing-service/pkg/types.EncodedContextID, github.com/storacha/indexing-service/pkg/blobindex.ShardedDagIndexView]).Add: added
(*Store[github.com/storacha/indexing-service/pkg/types.EncodedContextID, github.com/storacha/indexing-service/pkg/blobindex.ShardedDagIndexView]).Members: added

# github.com/storacha/indexing-service/pkg/service/blobindexlookup
## incompatible changes
BlobIndexLookup.Find: changed from func(context.Context, github.com/storacha/indexing-service/pkg/types.EncodedContextID, github.com/ipni/go-libipni/find/model.ProviderResult, net/url.URL, *github.com/storacha/go-metadata.Range) (github.com/storacha/indexing-service/pkg/blobindex.ShardedDagIndexView, error) to func(context.Context, github.com/storacha/indexing-service/pkg/types.EncodedContextID, github.com/ipni/go-libipni/find/model.ProviderResult, *net/url.URL, *github.com/storacha/go-metadata.Range) (github.com/storacha/indexing-service/pkg/blobindex.ShardedDagIndexView, error)
## compatible changes
MockBlobIndexLookup: added
MockBlobIndexLookup_Expecter: added
MockBlobIndexLookup_Find_Call: added
NewMockBlobIndexLookup: added

# github.com/storacha/indexing-service/pkg/service/contentclaims
## incompatible changes
(*ClaimService).Find: changed from func(context.Context, github.com/ipld/go-ipld-prime/datamodel.Link, net/url.URL) (github.com/storacha/go-ucanto/core/delegation.Delegation, error) to func(context.Context, github.com/ipld/go-ipld-prime/datamodel.Link, *net/url.URL) (github.com/storacha/go-ucanto/core/delegation.Delegation, error)
Finder.Find: changed from func(context.Context, github.com/ipld/go-ipld-prime/datamodel.Link, net/url.URL) (github.com/storacha/go-ucanto/core/delegation.Delegation, error) to func(context.Context, github.com/ipld/go-ipld-prime/datamodel.Link, *net/url.URL) (github.com/storacha/go-ucanto/core/delegation.Delegation, error)
Service.Find: changed from func(context.Context, github.com/ipld/go-ipld-prime/datamodel.Link, net/url.URL) (github.com/storacha/go-ucanto/core/delegation.Delegation, error) to func(context.Context, github.com/ipld/go-ipld-prime/datamodel.Link, *net/url.URL) (github.com/storacha/go-ucanto/core/delegation.Delegation, error)
## compatible changes
MockContentClaimsFinder: added
MockContentClaimsFinder_Expecter: added
MockContentClaimsFinder_Find_Call: added
MockContentClaimsService: added
MockContentClaimsService_Cache_Call: added
MockContentClaimsService_Expecter: added
MockContentClaimsService_Find_Call: added
MockContentClaimsService_Get_Call: added
MockContentClaimsService_Publish_Call: added
NewMockContentClaimsFinder: added
NewMockContentClaimsService: added

# github.com/storacha/indexing-service/pkg/service/providerindex
## incompatible changes
LegacyClaimsFinder.Find: changed from func(context.Context, github.com/multiformats/go-multihash.Multihash) ([]github.com/ipni/go-libipni/find/model.ProviderResult, error) to func(context.Context, github.com/multiformats/go-multihash.Multihash, []github.com/multiformats/go-multicodec.Code) ([]github.com/ipni/go-libipni/find/model.ProviderResult, error)
LegacyClaimsStore.Find: changed from func(context.Context, github.com/multiformats/go-multihash.Multihash) ([]github.com/ipni/go-libipni/find/model.ProviderResult, error) to func(context.Context, github.com/multiformats/go-multihash.Multihash, []github.com/multiformats/go-multicodec.Code) ([]github.com/ipni/go-libipni/find/model.ProviderResult, error)
LegacyClaimsStore: old is comparable, new is not
NewLegacyClaimsStore: changed from func(ContentToClaimsMapper, github.com/storacha/indexing-service/pkg/service/contentclaims.Finder, string) (LegacyClaimsStore, error) to func([]ContentToClaimsMapper, github.com/storacha/indexing-service/pkg/service/contentclaims.Finder, string) (LegacyClaimsStore, error)
NoResultsLegacyClaimsFinder.Find: changed from func(context.Context, github.com/multiformats/go-multihash.Multihash) ([]github.com/ipni/go-libipni/find/model.ProviderResult, error) to func(context.Context, github.com/multiformats/go-multihash.Multihash, []github.com/multiformats/go-multicodec.Code) ([]github.com/ipni/go-libipni/find/model.ProviderResult, error)
## compatible changes
ErrIgnoreFiltered: added
MockContentToClaimsMapper: added
MockContentToClaimsMapper_Expecter: added
MockContentToClaimsMapper_GetClaims_Call: added
MockLegacyClaimsFinder: added
MockLegacyClaimsFinder_Expecter: added
MockLegacyClaimsFinder_Find_Call: added
MockProviderIndex: added
MockProviderIndex_Cache_Call: added
MockProviderIndex_Expecter: added
MockProviderIndex_Find_Call: added
MockProviderIndex_Publish_Call: added
NewMockContentToClaimsMapper: added
NewMockLegacyClaimsFinder: added
NewMockProviderIndex: added

# github.com/storacha/indexing-service/pkg/telemetry
## compatible changes
package added

# github.com/storacha/indexing-service/pkg/types
## incompatible changes
Cache[github.com/multiformats/go-multihash.Multihash, []github.com/ipni/go-libipni/find/model.ProviderResult].Get, method set of ProviderStore: removed
Cache[github.com/multiformats/go-multihash.Multihash, []github.com/ipni/go-libipni/find/model.ProviderResult].Set, method set of ProviderStore: removed
ValueSetCache[github.com/multiformats/go-multihash.Multihash, github.com/ipni/go-libipni/find/model.ProviderResult].Add: added
ValueSetCache[github.com/multiformats/go-multihash.Multihash, github.com/ipni/go-libipni/find/model.ProviderResult].Members: added
## compatible changes
MockContentClaimsCache: added
MockContentClaimsCache_Expecter: added
MockContentClaimsCache_Get_Call: added
MockContentClaimsCache_SetExpirable_Call: added
MockContentClaimsCache_Set_Call: added
MockContentClaimsStore: added
MockContentClaimsStore_Expecter: added
MockContentClaimsStore_Get_Call: added
MockContentClaimsStore_Put_Call: added
MockProviderStore: added
MockProviderStore_Add_Call: added
MockProviderStore_Expecter: added
MockProviderStore_Members_Call: added
MockProviderStore_SetExpirable_Call: added
MockService: added
MockService_Cache_Call: added
MockService_Expecter: added
MockService_Get_Call: added
MockService_Publish_Call: added
MockService_Query_Call: added
NewMockContentClaimsCache: added
NewMockContentClaimsStore: added
NewMockProviderStore: added
NewMockService: added
ParseQueryType: added
Query.Type: added
QueryType: added
QueryTypeIndexOrLocation: added
QueryTypeLocation: added
QueryTypeStandard: added
ValueSetCache: added

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

gocompat says:

HEAD is now at 705c48c chore: release v1.1.1
Previous HEAD position was 705c48c chore: release v1.1.1
Switched to branch 'main'
Your branch is up to date with 'origin/main'.

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.

@volmedo volmedo merged commit 920827e into main Feb 3, 2025
13 checks passed
@volmedo volmedo deleted the vic/chore/release-new-version branch February 3, 2025 19:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge remaining indexing-service fixes and release to prod
2 participants