Skip to content

Releases: cloudfoundry/go-loggregator

v10.0.1

28 Aug 01:12
Compare
Choose a tag to compare

Maintenance

  • chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #250
  • chore(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in #251
  • chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /examples by @dependabot in #252
  • chore(deps): bump github.com/onsi/gomega from 1.33.1 to 1.34.0 by @dependabot in #253
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 by @dependabot in #254
  • chore(deps): bump github.com/onsi/gomega from 1.34.0 to 1.34.1 by @dependabot in #255
  • chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in #256
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 by @dependabot in #257
  • chore(deps): bump code.cloudfoundry.org/tlsconfig from 0.0.0-20200131000646-bbe0f8da39b3 to 0.1.0 by @dependabot in #259

Full Changelog: v10.0.0...v10.0.1

v10.0.0

17 Jun 20:58
Compare
Choose a tag to compare

Notice

NewIngressClient and NewEnvelopeStreamConnector will silently ignore the grpc DialOptions returned by WithBlock, WithTimeout, WithReturnConnectionError, and FailOnNonTempDialError. This was necessary to move off of the deprecated grpc.Dial function.

Breaking

  • breaking: Remove deprecated grpc.Dial use, replace with grpc.NewClient by @ctlong in #245

Maintenance

  • chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in #237
  • chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.3.0 by @dependabot in #234
  • chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /examples by @dependabot in #235
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 by @dependabot in #233
  • chore(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.1 by @dependabot in #236
  • chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in #238
  • chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 in /examples by @dependabot in #239
  • chore(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in #240
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.18.0 by @dependabot in #244
  • chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #242
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 by @dependabot in #246
  • chore(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in #247
  • chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #243
  • chore(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #248
  • chore(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in /examples by @dependabot in #249

Full Changelog: v9.2.1...v10.0.0

v9.2.1

19 Apr 19:46
Compare
Choose a tag to compare

Maintenance

  • chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @dependabot in #213
  • chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #215
  • chore(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 by @dependabot in #217
  • chore(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 by @dependabot in #216
  • chore(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #218
  • chore(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 by @dependabot in #219
  • chore(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 by @dependabot in #220
  • chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #221
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 by @dependabot in #222
  • chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /examples by @dependabot in #223
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.1 by @dependabot in #224
  • chore(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #225
  • chore(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 by @dependabot in #226
  • chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.2 by @dependabot in #228
  • chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples by @dependabot in #230

Full Changelog: v9.2.0...v9.2.1

v9.2.0

24 Jan 18:34
Compare
Choose a tag to compare

Notice

The minimum version of Go required to compile packages in this module was bumped from go1.19 to go1.21 in #212

Maintenance

  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 by @dependabot in #209
  • chore(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 by @dependabot in #208
  • chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 by @dependabot in #210

Full Changelog: v9.1.0...v9.2.0

v9.1.0

26 Dec 19:58
Compare
Choose a tag to compare

Notice

The minimum version of Go required to compile packages in this module was bumped from go1.18 to go1.19 in #194.

Maintenance

  • Bump google.golang.org/grpc from 1.58.1 to 1.58.2 by @dependabot in #184
  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 by @dependabot in #185
  • Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #186
  • Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #189
  • Bump golang.org/x/net from 0.11.0 to 0.17.0 in /examples by @dependabot in #188
  • Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 by @dependabot in #191
  • Remove .envrc file as it's env vars are no longer needed by @ctlong in #193
  • Bump google.golang.org/grpc from 1.58.2 to 1.59.0 by @dependabot in #192
  • Bump github.com/onsi/gomega from 1.28.0 to 1.28.1 by @dependabot in #195
  • Bump google.golang.org/grpc from 1.58.2 to 1.58.3 in /examples by @dependabot in #196
  • Bump github.com/onsi/gomega from 1.28.1 to 1.29.0 by @dependabot in #197
  • Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 by @dependabot in #198
  • Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in #199
  • Bump golang.org/x/net from 0.17.0 to 0.18.0 by @dependabot in #200
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 by @dependabot in #202
  • chore(deps): bump golang.org/x/net from 0.18.0 to 0.19.0 by @dependabot in #201
  • chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #203
  • chore(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.0 by @dependabot in #204
  • chore(deps): bump google.golang.org/grpc from 1.60.0 to 1.60.1 by @dependabot in #207
  • chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 in /examples by @dependabot in #205
  • chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #206

Full Changelog: v9.0.8...v9.1.0

v9.0.8

23 Sep 23:20
Compare
Choose a tag to compare

Maintenance

  • Regenerate protobuf code by @ctlong in #179
  • Bump golang.org/x/net from 0.12.0 to 0.15.0 by @dependabot
  • Bump google.golang.org/grpc from 1.56.2 to 1.58.1 by @dependabot

Full Changelog: v9.0.7...v9.0.8

v9.0.7

17 Jul 18:33
Compare
Choose a tag to compare

Maintenance

  • Bump google.golang.org/grpc from 1.55.0 to 1.56.2 by @dependabot
  • Bump golang.org/x/net from 0.10.0 to 0.12.0 by @dependabot
  • Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /examples by @dependabot
  • Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot

Full Changelog: v9.0.6...v9.0.7

v9.0.6

16 Jun 18:19
Compare
Choose a tag to compare

Maintenance

  • Bump golang.org/x/net from 0.9.0 to 0.10.0 by @dependabot in #154
  • Bump github.com/cloudfoundry/dropsonde from 1.0.1-0.20220627224009-409b7756c19d to 1.1.0 by @dependabot in #156

Full Changelog: v9.0.5...v9.0.6

v9.0.5

09 May 19:00
Compare
Choose a tag to compare

What's Changed

Maintenance

  • Bump github.com/onsi/gomega from 1.27.1 to 1.27.6 by @dependabot
  • Bump golang.org/x/net from 0.7.0 to 0.9.0 by @dependabot
  • Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.9.4 by @dependabot
  • Bump google.golang.org/grpc from 1.51.0 to 1.55.0 by @dependabot
  • Bump actions/setup-go from 3 to 4 by @dependabot in #141
  • Bump google.golang.org/protobuf from 1.28.1 to 1.30.0 in /examples by @dependabot in #144
  • Bump google.golang.org/protobuf from 1.28.1 to 1.30.0 by @dependabot in #143
  • Fix: remove unneeded tools.go by @ctlong in #149

Full Changelog: v9.0.4...v9.0.5

v9.0.4

24 Feb 22:16
Compare
Choose a tag to compare

What's Changed

Fixes

Dependency Bumps

Full Changelog: v9.0.3...v9.0.4