Skip to content

Releases: moov-io/base

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

Additional database metrics

11 Jan 18:19
7cb9b5f
Compare
Choose a tag to compare

Adds in additional database metrics where it copies the values from the database stats into prometheus gauges.

v0.27.2

10 Jan 01:26
3a27ee1
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix(deps): update module github.com/spf13/viper to v1.10.1
  • fix(deps): update module github.com/ory/dockertest/v3 to v3.8.1
  • database: Fix ApplyConnectionsConfig

v0.27.1

14 Dec 21:42
74bc42c
Compare
Choose a tag to compare

IMPROVEMENTS

  • log: add nil pointer check in adding log contexts
  • database: close sql test resources

BUILD

  • fix(deps): update github.com/mitchellh/mapstructure to v1.4.3

v0.25.0

28 Sep 20:46
341c64e
Compare
Choose a tag to compare

ADDITIONS

  • database: add TLS support to MySQL

v0.24.0

10 Sep 21:54
Compare
Choose a tag to compare

ADDITIONS

  • log: add Int64(..) valuer

v0.23.0

12 Aug 16:23
cdee083
Compare
Choose a tag to compare
  • log: added additional valuers in #182