Skip to content

Releases: moov-io/base

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

v0.22.0

09 Aug 20:02
e348096
Compare
Choose a tag to compare
  • log: added debug logging level

v0.21.0

15 Jul 21:37
Compare
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

v0.20.1

25 Jun 17:08
7287929
Compare
Choose a tag to compare
Set meaningful names for databases used in tests (#172)

* set meaningful database name for tests

* protect against out of bounds error

* add backticks to allow hypens

* fix last breaking test

v0.20.0

25 Jun 20:02
Compare
Choose a tag to compare

ADDITIONS

  • database: mask mysql password in JSON marshaling

BUILD

  • fix(deps): update module github.com/prometheus/client_golang to v1.11.0
  • fix(deps): update module github.com/ory/dockertest/v3 to v3.7.0
  • build: update gotilla/websocket and spf13/viper