v3.0.0
Notice
Breaking Changes
- Remove deprecated
grpc.Dial
use, replace withgrpc.NewClient
by @ctlong in #185- This is a breaking change due to
grpc.NewClient
not accepting all of the same dial options thatgrpc.Dial
would accept - https://github.com/grpc/grpc-go/releases/tag/v1.63.1
- This is a breaking change due to
- Upgrade code.cloudfoundry.org/go-loggregator/v9 to code.cloudfoundry.org/go-loggregator/v10 by @ctlong in #185
Maintenance
- Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #163
- Bump google.golang.org/grpc from 1.61.0 to 1.61.1 by @dependabot in #164
- Bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #165
- Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 by @dependabot in #166
- Bump google.golang.org/grpc from 1.62.0 to 1.62.1 by @dependabot in #167
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #168
- Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 by @dependabot in #169
- Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #170
- Bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1 by @dependabot in #171
- Bump google.golang.org/grpc from 1.62.1 to 1.63.2 by @dependabot in #172
- Bump golangci/golangci-lint-action from 4.0.0 to 5.3.0 by @dependabot in #180
- Bump code.cloudfoundry.org/go-loggregator/v9 from 9.2.0 to 9.2.1 by @dependabot in #174
- Bump github.com/onsi/gomega from 1.32.0 to 1.33.1 by @dependabot in #178
- Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.3 by @dependabot in #181
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 by @dependabot in #179
- Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in #182
- Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.19.0 by @dependabot in #186
Full Changelog: v2.0.7...v3.0.0