Releases: hellofresh/health-go
v5.5.3
What's Changed
-
Update Redis dependency to correct import path by @fsrv-xyz in #170
-
Using BlankIdentifier in an unused param by @fabioserra in #175
-
Bump github.com/nats-io/nats.go from 1.31.0 to 1.32.0 by @dependabot in #157
-
Bump github.com/jackc/pgx/v5 from 5.5.1 to 5.5.2 by @dependabot in #158
-
Bump go.opentelemetry.io/otel from 1.21.0 to 1.22.0 by @dependabot in #160
-
Bump github.com/jackc/pgx/v5 from 5.5.2 to 5.5.3 by @dependabot in #162
-
Bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @dependabot in #161
-
Bump go.opentelemetry.io/otel/trace from 1.22.0 to 1.23.0 by @dependabot in #163
-
Bump go.opentelemetry.io/otel/trace from 1.23.0 to 1.23.1 by @dependabot in #166
-
Bump go.mongodb.org/mongo-driver from 1.13.1 to 1.14.0 by @dependabot in #169
-
Bump github.com/nats-io/nats.go from 1.32.0 to 1.33.1 by @dependabot in #171
-
Bump google.golang.org/grpc from 1.61.0 to 1.62.0 by @dependabot in #172
-
Bump go.opentelemetry.io/otel/trace from 1.23.1 to 1.24.0 by @dependabot in #174
-
Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.1 by @dependabot in #179
-
Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.3 by @dependabot in #182
-
Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.5 by @dependabot in #181
-
Bump google.golang.org/grpc from 1.62.0 to 1.62.1 by @dependabot in #180
-
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #176
-
Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #184
New Contributors
- @fabioserra made their first contribution in #175
- @fsrv-xyz made their first contribution in #170
Full Changelog: v5.5.2...v5.5.3
v5.5.2
What's Changed
- Bump go.mongodb.org/mongo-driver from 1.13.0 to 1.13.1 by @dependabot in #152
- Bump github.com/jackc/pgx/v5 from 5.5.0 to 5.5.1 by @dependabot in #153
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.4 to 2.13.0 by @dependabot in #151
- Bump google.golang.org/grpc from 1.59.0 to 1.60.0 by @dependabot in #154
- Bump go.opentelemetry.io/otel from 1.19.0 to 1.21.0 by @dependabot in #150
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #155
- Bump google.golang.org/grpc from 1.60.0 to 1.60.1 by @dependabot in #156
Full Changelog: v5.5.1...v5.5.2
v5.5.1
What's Changed
- Update query used to check for Cassandra connectedness by @boguth in #148
- Bump github.com/nats-io/nkeys from 0.4.5 to 0.4.6 by @dependabot in #141
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.3 to 2.12.4 by @dependabot in #143
- Bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0 by @dependabot in #142
- Bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.0 by @dependabot in #144
Full Changelog: v5.5.0...v5.5.1
v5.5.0
What's Changed
- Drop support to go 1.18 and update dependencies by @lucasmdrs in #139
Full Changelog: v5.4.0...v5.5.0
v5.4.0
What's Changed
- Support TLS of redis health checking. by @miya-masa in #114
- Add optional gocql config for customized cassandra connections by @boguth in #135
- Enhance test coverage: Add Go 1.21 to matrix and enable data race detection by @alesr in #119
- Minor/Patch dependencies bump by @dependabot
New Contributors
- @miya-masa made their first contribution in #114
- @alesr made their first contribution in #119
Full Changelog: v5.3.0...v5.4.0
v5.3.0
What's Changed
- Bump google.golang.org/grpc from 1.56.0 to 1.56.1 by @dependabot in #105
- Bump go.mongodb.org/mongo-driver from 1.11.7 to 1.12.0 by @dependabot in #106
- feat: add check for nats connection by @hosseio in #107
New Contributors
Full Changelog: v5.2.0...v5.3.0
v5.2.0
What's Changed
- disable empty-block revive rule in rabbitmq check by @lucasmdrs in #97
- Implement cassandra checks by @boguth in #96
- [APPSEC-480] Add dependabot configuration file to .github directory by @Taofeeqib in #98
- Update dependencies by @lucasmdrs in #104
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #99
- Remove unused function - RabbitMQ by @gmolinas in #93
New Contributors
- @boguth made their first contribution in #96
- @Taofeeqib made their first contribution in #98
- @dependabot made their first contribution in #99
- @gmolinas made their first contribution in #93
Full Changelog: v5.1.1...v5.1.2
v5.1.1
v5.1.0
v5.0.0
- Updated Redis v8 to v9 by @Lepidopteron in #78
- Add support to optionally opt-in on System metrics by @eliflores in #82
- Change the redis check to accept a DSNs with credentials by @eliflores in #83
- Prevent Check to send result to closed channel by @lucasmdrs in #85