Skip to content

release: v0.2.1#401

Merged
frrist merged 1 commit intomainfrom
release/v0.2.1
Dec 16, 2025
Merged

release: v0.2.1#401
frrist merged 1 commit intomainfrom
release/v0.2.1

Conversation

@frrist
Copy link
Copy Markdown
Member

@frrist frrist commented Dec 16, 2025

...we don't talk about 0.2.0

@frrist frrist requested a review from alanshaw as a code owner December 16, 2025 03:17
@frrist frrist self-assigned this Dec 16, 2025
@github-actions
Copy link
Copy Markdown
Contributor

Suggested version: 0.2.1

Comparing to: v0.1.2 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index ed51c6a..c9d2ec6 100644
--- a/go.mod
+++ b/go.mod
@@ -60,6 +60,7 @@ require (
 	github.com/raulk/clock v1.1.0
 	github.com/samber/lo v1.39.0
 	github.com/schollz/progressbar/v3 v3.18.0
+	github.com/shirou/gopsutil/v4 v4.25.6
 	github.com/spf13/cobra v1.9.1
 	github.com/spf13/viper v1.21.0
 	github.com/storacha/delegator v0.0.2-0.20251027182137-7d26b5ae9a70
@@ -88,6 +89,7 @@ require (
 	golang.org/x/sync v0.16.0
 	golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
 	gorm.io/datatypes v1.2.5
+	gorm.io/driver/sqlite v1.5.7
 	gorm.io/gorm v1.26.1
 	modernc.org/sqlite v1.23.1
 )
@@ -222,6 +224,7 @@ require (
 	github.com/mailru/easyjson v0.7.7 // indirect
 	github.com/mattn/go-colorable v0.1.14 // indirect
 	github.com/mattn/go-isatty v0.0.20 // indirect
+	github.com/mattn/go-sqlite3 v1.14.22 // indirect
 	github.com/minio/crc64nvme v1.0.1 // indirect
 	github.com/minio/md5-simd v1.1.2 // indirect
 	github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
@@ -270,7 +273,6 @@ require (
 	github.com/rs/xid v1.6.0 // indirect
 	github.com/sagikazarmark/locafero v0.11.0 // indirect
 	github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
-	github.com/shirou/gopsutil/v4 v4.25.6 // indirect
 	github.com/sirupsen/logrus v1.9.3 // indirect
 	github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
@@ -316,7 +318,6 @@ require (
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 	gorm.io/driver/mysql v1.5.6 // indirect
 	gorm.io/driver/postgres v1.5.7 // indirect
-	gorm.io/driver/sqlite v1.5.7 // indirect
 	lukechampine.com/blake3 v1.4.1 // indirect
 	modernc.org/libc v1.22.5 // indirect
 	modernc.org/mathutil v1.5.0 // indirect

gorelease says:

# github.com/storacha/piri/lib/jobqueue/worker
## incompatible changes
New: changed from func(github.com/storacha/piri/lib/jobqueue/queue.Interface, github.com/storacha/piri/lib/jobqueue/serializer.Serializer[T], ...Option) *Worker[T] to func(github.com/storacha/piri/lib/jobqueue/queue.Interface, github.com/storacha/piri/lib/jobqueue/serializer.Serializer[T], ...Option) (*Worker[T], error)
## compatible changes
Config.QueueName: added
WithQueueName: added

# github.com/storacha/piri/lib/telemetry
## compatible changes
package added

# github.com/storacha/piri/lib/telemetry/metrics
## compatible changes
package added

# github.com/storacha/piri/lib/telemetry/traces
## compatible changes
package added

# github.com/storacha/piri/pkg/config
## compatible changes
FullServerConfig.Telemetry: added
TelemetryCollectorConfig: added
TelemetryConfig: added

# github.com/storacha/piri/pkg/config/app
## compatible changes
AppConfig.Telemetry: added
TelemetryCollectorConfig: added
TelemetryConfig: added

# github.com/storacha/piri/pkg/fx/scheduler
## incompatible changes
ProvideSenderETHPair: changed from func(SenderETHParams) *SenderETHPair to func(SenderETHParams) (*SenderETHPair, error)

# github.com/storacha/piri/pkg/pdp/chainsched
## incompatible changes
New: changed from func(NodeAPI, ...Option) *Scheduler to func(NodeAPI, ...Option) (*Scheduler, error)

# github.com/storacha/piri/pkg/pdp/service
## incompatible changes
PDPService: old is comparable, new is not

# github.com/storacha/piri/pkg/pdp/tasks
## incompatible changes
NewSenderETH: changed from func(SenderETHClient, github.com/storacha/piri/pkg/wallet.Wallet, *gorm.io/gorm.DB) (*SenderETH, *SendTaskETH) to func(SenderETHClient, github.com/storacha/piri/pkg/wallet.Wallet, *gorm.io/gorm.DB) (*SenderETH, *SendTaskETH, error)

# github.com/storacha/piri/pkg/service/storage/handlers/replica
## incompatible changes
Transfer: changed from func(context.Context, TransferService, *TransferRequest) error to func(context.Context, TransferService, *TransferRequest, *Metrics) error
## compatible changes
Metrics: added
NewMetrics: added

# github.com/storacha/piri/pkg/telemetry
## incompatible changes
BoolAttr: removed
Config: removed
Counter: removed
CounterConfig: removed
FloatAttr: removed
FloatCounter: removed
FloatCounterConfig: removed
FloatGauge: removed
FloatGaugeConfig: removed
Gauge: removed
GaugeConfig: removed
Global: removed
HTTPServerRequestDurationInstrument: removed
HTTPServerRequestSizeInstrument: removed
HTTPServerResponseSizeInstrument: removed
Histogram: removed
HistogramConfig: removed
Info: removed
InfoConfig: removed
Initialize: removed
Int64Attr: removed
IntAttr: removed
New: removed
NewCounter: removed
NewFloatCounter: removed
NewFloatGauge: removed
NewGauge: removed
NewHistogram: removed
NewInfo: removed
NewTimer: removed
NewWithMeter: removed
Provider: removed
RecordServerInfo: changed from func(context.Context, string, ...go.opentelemetry.io/otel/attribute.KeyValue) to func(go.opentelemetry.io/otel/metric.Meter, context.Context, string, ...go.opentelemetry.io/otel/attribute.KeyValue) error
Shutdown: removed
StringAttr: removed
Telemetry: removed
TimedContext: removed
Timer: removed
TimerConfig: removed
## compatible changes
DefaultHTTPServerRequestBodySizeView: added
DefaultHTTPServerResponseBodySizeView: added
DefaultHTTPServicerRequestDurationView: added
Setup: added
StartHostMetrics: added

# diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
required module github.com/gabriel-vasile/mimetype@v1.4.4 retracted by module author: v1.4.4 had a test file detected as malicious by antivirus software. #575

# summary
Cannot suggest a release version.
Can only suggest a release version when compared against the most recent version of this major: v0.2.0.

gocompat says:

HEAD is now at 5c00b16 release: v0.1.2
Previous HEAD position was 5c00b16 release: v0.1.2
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.

Copy link
Copy Markdown
Member

@hannahhoward hannahhoward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.2.0 NGTM
0.2.1 LGTM

@frrist frrist merged commit 4ab1301 into main Dec 16, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants