Releases: moov-io/base
Releases · moov-io/base
v0.47.0 (Released 2023-09-26)
ADDITIONS
- http: Add
GetOrderBy(r *http.Request)
to get 'orderBy' vars from request
v0.46.0
v0.45.1
v0.45.0 (Released 2023-07-05)
ADDITIONS
- log: Added the ability to specify the format for log messages via
MOOV_LOG_FORMAT
with values ofnop
,json
, orlogfmt
- fix(deps): update module github.com/googleapis/go-sql-spanner to v1.1.0
v0.44.0 (Released 2023-05-31)
v0.44.0 (Released 2023-05-31)
ADDITIONS
- config: allows specifying a
embed.FS
to pull the default configuration from - database: allow specifying a
embed.FS
to pull migrations from
v0.43.0
IMPROVEMENTS
- config: clarify the naming of the mapstructure.DecoderConfig
- feat: detect mysql deadlock err
BUILD
- fix(deps): update module cloud.google.com/go/spanner to v1.46.0
- fix(deps): update module github.com/googleapis/gax-go/v2 to v2.9.0
- fix(deps): update module github.com/stretchr/testify to v1.8.3
v0.42.0
v0.41.0
ADDITIONS
- database: add
SpannerUniqueViolation
helper for mapping Spanner DB duplicate error - database: adjusted
UniqueViolation
helper to check for either MySQL or Spanner errors
BUILD
- fix(deps): update module cloud.google.com/go/spanner to v1.45.1
- fix(deps): update module github.com/go-sql-driver/mysql to v1.7.1
- fix(deps): update module github.com/prometheus/client_golang to v1.15.1