Releases: moov-io/base
Releases · moov-io/base
v0.49.3
v0.49.2
v0.49.0
IMPROVEMENTS
- config: merge arbitrary map's together
- feat: AddBankingTime
- strx: simplify implementation in Go 1.22+
BUILD
- chore(deps): update mysql docker tag to v8.4
- chore(deps): update dependency go to v1.22.3
- fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1
- fix(deps): update module cloud.google.com/go/spanner to v1.61.0
- fix(deps): update module github.com/google/uuid to v1.6.0
- fix(deps): update module github.com/stretchr/testify to v1.9.0
- fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.4
- fix(deps): update module github.com/googleapis/go-sql-spanner to v1.3.1
- fix(deps): update module github.com/prometheus/client_golang to v1.19.1
- fix(deps): update module github.com/golang-migrate/migrate/v4 to v4.17.1
- fix(deps): update module github.com/rickar/cal/v2 to v2.1.14
- fix(deps): update module github.com/rickar/cal/v2 to v2.1.15
- fix(deps): update module google.golang.org/grpc to v1.63.2
- fix(deps): update opentelemetry-go monorepo to v1.26.0
v0.48.5
v0.48.4
IMPROVEMENTS
- fix: proper printf verbs
BUILD
- build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
- fix(deps): update module github.com/golang-migrate/migrate/v4 to v4.17.0
- fix(deps): update module github.com/prometheus/client_golang to v1.18.0
- fix(deps): update module github.com/spf13/viper to v1.18.2
- fix(deps): update module google.golang.org/grpc to v1.60.1
v0.48.3
IMPROVEMENTS
- chore: add better logging around running migrations
- chore: check for some rare null pointers
- test: checking ErrorList conditions
- test: verify upcoming holidays calculate correctly
BUILD
- fix(deps): update google.golang.org/grpc to v1.60.0
- fix(deps): update module cloud.google.com/go/spanner to v1.53.1
- fix(deps): update opentelemetry-go monorepo to v1.20.0
v0.48.2
v0.48.1
v0.48.0
ADDITIONS
- feat: add
build
package to log runtime information - feat: add
sql
package to instrument SQL statements - feat: add
telemetry
package to instrument OpenTracing in applications
BUILD
- chore(deps): update mysql docker tag to v8.2
- fix(deps): update module github.com/google/uuid to v1.4.0
v0.47.1 (Released 2023-10-26)
IMPROVEMENTS
- log: prevent nil pointer dereference when calling
log.Stringer(nil)