Skip to content

Releases: moov-io/base

v0.30.0

02 Jun 15:21

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

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

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

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

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

Choose a tag to compare

ADDITIONS

  • database: add TLS support to MySQL

v0.24.0

10 Sep 21:54

Choose a tag to compare

ADDITIONS

  • log: add Int64(..) valuer

v0.23.0

12 Aug 16:23
cdee083

Choose a tag to compare

  • log: added additional valuers in #182

v0.22.0

09 Aug 20:02
e348096

Choose a tag to compare

  • log: added debug logging level

v0.21.0

15 Jul 21:37

Choose a tag to compare

IMPROVEMENTS

  • database: support disabling CGO by removing sqlite support when compiled without CGO
  • Set meaningful names for databases used in tests (#172)

BUILD

  • fix(deps): update module github.com/go-kit/kit to v0.11.0
  • fix(deps): update module github.com/google/uuid to v1.3.0
  • fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.8
  • fix(deps): update module github.com/spf13/viper to v1.8.1