Releases: hellofresh/updater-go
Releases · hellofresh/updater-go
v3.0.7
v3.0.6
What's Changed
- Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 by @dependabot in #38
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.45.0 to 0.46.0 by @dependabot in #39
- Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by @dependabot in #45
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.46.0 to 0.46.1 by @dependabot in #42
- Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in #46
- Bump go.opentelemetry.io/otel/trace from 1.21.0 to 1.23.0 by @dependabot in #50
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.46.1 to 0.48.0 by @dependabot in #52
- Bump go.opentelemetry.io/otel/trace from 1.23.0 to 1.23.1 by @dependabot in #55
- Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by @dependabot in #54
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #59
- Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by @dependabot in #60
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.48.0 to 0.49.0 by @dependabot in #58
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #61
Full Changelog: v3.0.5...v3.0.6
v3.0.5
v3.0.4
What's Changed
- [APPSEC-480] Add dependabot configuration file to .github directory by @Taofeeqib in #18
- Update dependencies by @lucasmdrs in #23
New Contributors
- @Taofeeqib made their first contribution in #18
Full Changelog: v3.0.3...v3.0.4
v3.0.3
v3.0.2
Timeout improvements
This version updates a few dependencies and improve the timeout behavior of GitHub client
Context in function calls
Merge pull request #10 from hellofresh/feature/EES-5727-context Added context to interfaces and gh implementation
Use native errors wrapping
Merge pull request #9 from hellofresh/major/EES-4977-wrap-errors Use native errors wrapping and GH Actions for linting/testing
Connection timeout improvements
Merge pull request #5 from hellofresh/patch/http-timeouts adding timeout to github client