Skip to content

Releases: moov-io/base

v0.49.3

13 May 14:46
Compare
Choose a tag to compare

IMPROVEMENTS

  • database: enforce ordering of sql.DB config (SetConnMaxIdleTime before SetConnMaxLifetime)

v0.49.2

10 May 15:42
Compare
Choose a tag to compare

IMPROVEMENTS

  • strx: revert Go 1.22 simplification

BUILD

  • build: -short test on Windows
  • build: run oldstable Go, run go test on windows
  • database: fix cert paths in test
  • meta: downgrade Go to 1.21 until Openshift supports newer Go

v0.49.0

09 May 14:06
Compare
Choose a tag to compare

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

11 Jan 22:18
Compare
Choose a tag to compare

IMPROVEMENTS

  • http: Update default count value to 200

BUILD

  • fix(deps): update module cloud.google.com/go/spanner to v1.55.0

v0.48.4

09 Jan 21:59
Compare
Choose a tag to compare

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

13 Dec 18:52
Compare
Choose a tag to compare

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

10 Nov 18:58
Compare
Choose a tag to compare

IMPROVEMENTS

  • time: use generic logic for Friday-observed banking days

BUILD

  • fix(deps): update module github.com/gorilla/mux to v1.8.1

v0.48.1

10 Nov 15:37
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: Veteran's day is not observed today
  • test: check future Saturday holidays

v0.48.0

03 Nov 14:17
Compare
Choose a tag to compare

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)

26 Oct 21:49
967cfe2
Compare
Choose a tag to compare

IMPROVEMENTS

  • log: prevent nil pointer dereference when calling log.Stringer(nil)