Skip to content

Releases: moov-io/base

v0.53.0

30 Sep 20:00
Compare
Choose a tag to compare

IMPROVEMENTS

  • database: enable TLS with postgres tests
  • database: fix another printf
  • feat: Support PostgreSQL databases via config

BUILD

  • fix(deps): update module github.com/googleapis/go-sql-spanner to v1.7.2 (#438)
  • fix(deps): update module github.com/madflojo/testcerts to v1.3.0 (#435)

v0.52.0

20 Sep 16:36
Compare
Choose a tag to compare

IMPROVEMENTS

  • database: add RunMigrationsContext with tracing
  • test: verify ErrorList doesn't obviously panic
  • test: verify yaml:"x-foo" works

BUILD

  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-go action to v5
  • chore(deps): update github/codeql-action action to v3
  • fix(deps): update module cloud.google.com/go/spanner to v1.67.0
  • fix(deps): update module github.com/googleapis/go-sql-spanner to v1.7.1
  • fix(deps): update module github.com/prometheus/client_golang to v1.20.2
  • fix(deps): update module github.com/rickar/cal/v2 to v2.1.19
  • fix(deps): update module google.golang.org/grpc to v1.67.0
  • fix(deps): update opentelemetry-go monorepo to v1.29.0

v0.51.1

11 Jul 15:15
Compare
Choose a tag to compare

IMPROVEMENTS

  • config: include decoder fallback to parse time.Duration values

v0.51.0

11 Jul 14:57
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: allow config to unmarshal regexes as strings

BUILD

  • chore(deps): update mysql docker tag to v9
  • fix(deps): update module github.com/googleapis/go-sql-spanner to v1.5.0
  • fix(deps): update module github.com/rickar/cal/v2 to v2.1.17
  • fix(deps): update module google.golang.org/grpc to v1.65.0
  • fix(deps): update opentelemetry-go monorepo to v1.28.0

v0.50.0

19 Jun 13:48
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: allowing for the x-clean-statements during spanner migrations to be configurable

BUILD

  • fix(deps): update module github.com/rickar/cal/v2 to v2.1.16

v0.49.4

11 Jun 15:25
Compare
Choose a tag to compare

IMPROVEMENTS

  • time: if exactly 5pm, should go to next banking day

BUILD

  • fix(deps): update module cloud.google.com/go/spanner to v1.63.0
  • fix(deps): update module github.com/googleapis/go-sql-spanner to v1.4.0
  • fix(deps): update module github.com/madflojo/testcerts to v1.2.0
  • fix(deps): update module github.com/spf13/viper to v1.19.0
  • fix(deps): update module google.golang.org/grpc to v1.64.0
  • fix(deps): update opentelemetry-go monorepo to v1.27.0

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