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(version): update for release #131

Merged
merged 1 commit into from
Feb 14, 2025
Merged

chore(version): update for release #131

merged 1 commit into from
Feb 14, 2025

Conversation

hannahhoward
Copy link
Member

Goals

release 1-5-0

Copy link

codecov bot commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

see 1 file with indirect coverage changes

Copy link

Suggested version: 1.5.0

Comparing to: v1.4.0 (diff)

Changes in configuration file(s):

(empty)

gorelease says:

# github.com/storacha/indexing-service/pkg/aws
## compatible changes
Config.ClaimsCacheExpirationSeconds: added
Config.IndexesCacheExpirationSeconds: added
Config.ProvidersCacheExpirationSeconds: added

# github.com/storacha/indexing-service/pkg/construct
## compatible changes
WithClaimsCacheOptions: added
WithIndexesCacheOptions: added
WithProvidersCacheOptions: added

# github.com/storacha/indexing-service/pkg/redis
## incompatible changes
ContentClaimsStore: changed from Store[github.com/ipfs/go-cid.Cid, github.com/storacha/go-ucanto/core/delegation.Delegation] to Store[Key, Value any]
NewContentClaimsStore: changed from func(Client) *Store[github.com/ipfs/go-cid.Cid, github.com/storacha/go-ucanto/core/delegation.Delegation] to func(Client, ...Option) *Store[github.com/ipfs/go-cid.Cid, github.com/storacha/go-ucanto/core/delegation.Delegation]
NewProviderStore: changed from func(Client) *Store[github.com/multiformats/go-multihash.Multihash, github.com/ipni/go-libipni/find/model.ProviderResult] to func(Client, ...Option) *Store[github.com/multiformats/go-multihash.Multihash, github.com/ipni/go-libipni/find/model.ProviderResult]
NewShardedDagIndexStore: changed from func(Client) *Store[github.com/storacha/indexing-service/pkg/types.EncodedContextID, github.com/storacha/indexing-service/pkg/blobindex.ShardedDagIndexView] to func(Client, ...Option) *Store[github.com/storacha/indexing-service/pkg/types.EncodedContextID, github.com/storacha/indexing-service/pkg/blobindex.ShardedDagIndexView]
NewStore: changed from func(func(string) (Value, error), func(Value) (string, error), func(Key) string, Client) *Store[Key, Value] to func(func(string) (Value, error), func(Value) (string, error), func(Key) string, Client, ...Option) *Store[Key, Value]
ProviderStore: changed from Store[github.com/multiformats/go-multihash.Multihash, github.com/ipni/go-libipni/find/model.ProviderResult] to Store[Key, Value any]
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
ExpirationTime: added
Option: added

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

gocompat says:

HEAD is now at c755b6f chore(deps): release 1.4.0 (#127)
Previous HEAD position was c755b6f chore(deps): release 1.4.0 (#127)
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.

@hannahhoward hannahhoward merged commit fdd454c into main Feb 14, 2025
13 checks passed
# 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.

1 participant