Skip to content

Releases: hellofresh/updater-go

v3.0.7

25 Oct 12:42
a47c9b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.6...v3.0.7

v3.0.6

14 Mar 09:24
4ebfd1a
Compare
Choose a tag to compare

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

19 Oct 10:16
46c0a8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

v3.0.4

19 Jun 13:57
2344758
Compare
Choose a tag to compare

What's Changed

  • [APPSEC-480] Add dependabot configuration file to .github directory by @Taofeeqib in #18
  • Update dependencies by @lucasmdrs in #23

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

02 Mar 10:21
594d1ae
Compare
Choose a tag to compare

What's Changed

  • [SelfUpdate] Copy bytes from the stream instead of loading them all into the memory by @nhatthm in #16

Full Changelog: v3.0.2...v3.0.3

v3.0.2

27 Sep 11:25
3bfd17c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

Timeout improvements

19 Jan 08:48
b7f0bef
Compare
Choose a tag to compare

This version updates a few dependencies and improve the timeout behavior of GitHub client

Context in function calls

14 May 09:05
d1a3115
Compare
Choose a tag to compare
Merge pull request #10 from hellofresh/feature/EES-5727-context

Added context to interfaces and gh implementation

Use native errors wrapping

21 Jan 14:36
7e15c6c
Compare
Choose a tag to compare
Merge pull request #9 from hellofresh/major/EES-4977-wrap-errors

Use native errors wrapping and GH Actions for linting/testing

Connection timeout improvements

27 Apr 13:06
add6885
Compare
Choose a tag to compare
Merge pull request #5 from hellofresh/patch/http-timeouts

adding timeout to github client