Skip to content

Releases: fastbill/go-service-toolkit

v4.2.2

18 Jun 10:13
a9200ed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.1...v4.2.2

Make migrate path work on windows

02 Aug 06:55
2d88cbe
Compare
Choose a tag to compare
Merge pull request #33 from fastbill/fix-migrate-path-on-windows

Make migrate path compatible for windows

Update Go version, all dependencies, migrate to GH Actions, update linter

16 May 11:12
8309398
Compare
Choose a tag to compare
Merge pull request #32 from fastbill/update-go-and-deps

Update Go, dependencies, linter and fix bug with envloader

allow expections for MustApplyDatabaseSeed check

19 Apr 15:47
f720863
Compare
Choose a tag to compare
Merge pull request #31 from fastbill/allow-exceptions-in-seed-function

allow exceptions in MustApplyDatabaseSeed check

Fix error when seeding DB

15 Jan 07:37
320b914
Compare
Choose a tag to compare
Merge pull request #30 from fastbill/update-fixes

fix DB seeding function

Update to Go 1.15 and GORM v2

12 Jan 12:34
7e7072a
Compare
Choose a tag to compare
Merge pull request #29 from fastbill/go-update

Go update

v3.0.1: Merge pull request #26 from fastbill/improve-redis-error-logging

05 May 07:41
6c4e494
Compare
Choose a tag to compare

Make logged headers configurable for request logger

16 Mar 07:42
8063238
Compare
Choose a tag to compare

In version 2 a fixed set of headers was included when creating a logger with CopyẀithRequest. Now in version 3 the headers that should be considered need to be configured manually or nothing besides method and url will be added by that method. You can configure the headers via the ObsConfig:

toolkit.ObsConfig{
	LoggedHeaders: map[string]string{
		"FastBill-RequestId": "requestId",
	},
}

fix log level for echo logger "Print" method

10 Mar 12:35
5adc7c4
Compare
Choose a tag to compare
Merge pull request #24 from fastbill/fix-log-level-for-stack-trace

fix log level that is used when echo calls "Logger.Print"

v2.4.0: Merge pull request #23 from fastbill/add-db-seed-function

06 Mar 12:20
ca99031
Compare
Choose a tag to compare