Skip to content

Releases: moov-io/base

v0.36.3

02 Dec 23:20
c8c939e
Compare
Choose a tag to compare

IMPROVEMENTS

  • Fix MySQLUniqueViolation check to look for error dupe code more broadly
  • Fix MySQLDataTooLong check to look for error data length code more broadly

v0.36.2

14 Nov 23:03
Compare
Choose a tag to compare

BUILD

  • fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0
  • fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.16
  • fix(deps): update module github.com/prometheus/client_golang to v1.14.0
  • fix(deps): update module github.com/rickar/cal/v2 to v2.1.8
  • fix(deps): update module github.com/spf13/viper to v1.14.0

v0.35.0

12 Sep 15:17
Compare
Choose a tag to compare

IMPROVEMENTS

  • Added TLS client certs to TLS config for database connection
  • TLS client certs can be included via configuration

BUILD

  • fix(deps): update module github.com/spf13/viper to v1.13.0

v0.34.1

30 Aug 14:49
Compare
Choose a tag to compare

BUILD

  • fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.15
  • fix(deps): update module github.com/rickar/cal/v2 to v2.1.6

v0.34.0

11 Aug 20:28
Compare
Choose a tag to compare

IMPROVEMENTS

  • Add Int64OrNil method for logging
  • docs: describe liveness/readiness probes and metrics endpoints
  • test: ensure ID() length

BUILD

  • build: update deprecated io/ioutil functions
  • chore(deps): update module go to 1.19
  • fix(deps): update module github.com/prometheus/client_golang to v1.13.0

v0.33.0

11 Jul 22:40
Compare
Choose a tag to compare

BREAKING CHANGES

  • fix: quit converting times to UTC in Time

v0.32.0

06 Jul 22:00
Compare
Choose a tag to compare

ADDITIONS

  • database: add MySQLDataTooLong helper for detecting "data too long" errors (Code: 1406)

BUILD

  • fix(deps): update module github.com/stretchr/testify to v1.8.0

v0.31.0

15 Jun 18:45
1149fcd
Compare
Choose a tag to compare

ADDITIONS

  • feat: add AddBusinessDay to Time (#235)

IMPROVEMENTS

  • time: update test cases to make sure Juneteenth holiday is handled appropriately (#234)

BUILD

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

v0.30.0

02 Jun 15:21
Compare
Choose a tag to compare

ADDITIONS

  • feat: add IsBusinessDay to Time
  • log: add a helper for stdout logging during verbose test runs

IMPROVEMENTS

  • do not ignore error when walk dir in pkger

BUILD

  • fix(deps): update module github.com/spf13/viper to v1.12.0

v0.29.0

09 May 23:09
Compare
Choose a tag to compare

REMOVALS

  • database: remove test containers based on dockertest (aka database.CreateTestMySQLDB)

BUILD

  • fix(deps): update module github.com/stretchr/testify to v1.7.1
  • fix(deps): update module github.com/spf13/viper to v1.11.0
  • fix(deps): update module github.com/golang-migrate/migrate/v4 to v4.15.2