Releases: moov-io/base
Releases · moov-io/base
v0.19.0
Admin Server Subrouter
Added Subrouter()
function to admin Server
to create a subrouter.
v0.18.0
v0.16.0
BREAKING CHANGES
- Adding timezone/location parameter to time Now func
IMPROVEMENTS
- docs: update "Getting Help" section
BUILD
- chore(deps): update module golang-migrate/migrate/v4 to v4.14.1
- chore(deps): update module google/uuid to v1.2.0
- chore(deps): update module mattn/go-sqlite3 to v1.14.6
- chore(deps): update module ory/dockertest/v3 to v3.6.3
- chore(deps): update module prometheus/client_golang to v1.9.0
v0.15.4
v0.15.0
v0.14.1
v0.14.0
v0.13.1
v0.13.0
BREAKING CHANGES
- log:
Logger.LogError
andLogger.LogErrorf
no longer return anerror
, they will returnLoggedError
which can be called withErr()
to return anerror
- database: changed signature of
New
andNewAndMigrate
functions by reordering arguments and changing return types - database: renamed Sqlite to SQlite and MySql to MySQL in database config
ADDITIONS
- database: load sql files for migrations from
/migrations
directory
FIXES:
- database: fix leaked DB connection created by migrator