Releases: go-faster/sdk
Releases · go-faster/sdk
v0.28.0
What's Changed
- chore(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot[bot] in #172
- chore(deps): bump github.com/KimMachineGun/automemlimit from 0.7.0 to 0.7.1 by @dependabot[bot] in #173
- chore(deps): bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot[bot] in #174
- chore(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.0 by @dependabot[bot] in #177
- chore(deps): bump github.com/grafana/pyroscope-go from 1.2.0 to 1.2.1 by @dependabot[bot] in #179
- chore(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot[bot] in #181
- chore(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by @dependabot[bot] in #183
- chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot[bot] in #180
- chore(deps): bump golang.org/x/sync from 0.11.0 to 0.13.0 by @dependabot[bot] in #182
- chore(deps): bump the opentelemetry group across 1 directory with 21 updates by @dependabot[bot] in #178
- chore(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot[bot] in #187
- chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot[bot] in #186
- chore(deps): bump go.opentelemetry.io/collector/pdata from 1.29.0 to 1.30.0 in the opentelemetry group by @dependabot[bot] in #185
- chore(deps): bump github.com/grafana/pyroscope-go from 1.2.1 to 1.2.2 by @dependabot[bot] in #184
- chore(deps): bump go.opentelemetry.io/collector/pdata from 1.30.0 to 1.31.0 in the opentelemetry group by @dependabot[bot] in #188
- chore(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 by @dependabot[bot] in #189
- chore(deps): bump github.com/KimMachineGun/automemlimit from 0.7.1 to 0.7.2 by @dependabot[bot] in #190
- chore(deps): bump go.opentelemetry.io/collector/pdata from 1.31.0 to 1.32.0 in the opentelemetry group by @dependabot[bot] in #191
- chore(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 by @dependabot[bot] in #192
- chore(deps): bump the opentelemetry group with 17 updates by @dependabot[bot] in #193
- chore(deps): bump the opentelemetry group with 8 updates by @dependabot[bot] in #194
- chore(deps): bump github.com/KimMachineGun/automemlimit from 0.7.2 to 0.7.3 by @dependabot[bot] in #199
- chore(deps): bump google.golang.org/grpc from 1.72.1 to 1.73.0 by @dependabot[bot] in #198
- chore(deps): bump go.opentelemetry.io/collector/pdata from 1.32.0 to 1.33.0 in the opentelemetry group by @dependabot[bot] in #196
- chore(deps): bump go.opentelemetry.io/collector/pdata from 1.33.0 to 1.34.0 in the opentelemetry group by @dependabot[bot] in #200
- chore(deps): bump the opentelemetry group with 17 updates by @dependabot[bot] in #201
- chore(deps): bump the opentelemetry group with 3 updates by @dependabot[bot] in #202
- chore(deps): bump go.opentelemetry.io/collector/pdata from 1.34.0 to 1.35.0 in the opentelemetry group by @dependabot[bot] in #203
- chore(deps): bump github.com/grafana/pyroscope-go from 1.2.2 to 1.2.4 by @dependabot[bot] in #209
- chore(deps): bump google.golang.org/grpc from 1.73.0 to 1.74.0 by @dependabot[bot] in #208
- chore(deps): bump github.com/KimMachineGun/automemlimit from 0.7.3 to 0.7.4 by @dependabot[bot] in #205
- chore(deps): bump go.opentelemetry.io/collector/pdata from 1.35.0 to 1.36.0 in the opentelemetry group by @dependabot[bot] in #207
- chore(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 by @dependabot[bot] in #204
Full Changelog: v0.27.0...v0.28.0
v0.27.0
v0.26.1
v0.26.0
v0.25.0
v0.24.0
Full Changelog: v0.23.0...v0.24.0
v0.23.0
Introduce shutdown context, [app.Telemetry.ShutdownContext()]
.
This context should be used as explicit trigger of grafecul shutdown instead of
using base context.
Now, base context (ctx of Run function) can be used during shutdown for pending
work, i.e. pending requests or http server shutdown process, because base context
is not cancelled while in grafecul shutdown state.
Base context will be eventually shut down on timeout if graceful shutdown fails, so
previous behaviour is kept.
v0.22.0
Full Changelog: v0.21.0...v0.22.0
Add otelsync
.