Releases: ThalesGroup/flume
Releases · ThalesGroup/flume
Release 0.11.1
Add the options arg to the package level NewCore() function
Release 0.11.0
Adds an option for adding additional caller skips when building a Core. Useful when wrapping.
Release 0.10.3
- Make flumetest flags public. Can be easily toggled on and off in development while debugging tests
- Add a method to Core: WithArgs() is like With() but returns the concrete *Core type, for use by wrapper
Release 0.10.2
- Re-add WARN color to console logger
Release 0.10.0
- Removed deprecated methods
- Expose the core logger implementation (via NewCore()), which other packages can use to adapt to other logging interfaces
- Updated the build to use go modules, go1.13, and golangci-lint
Release 0.9.2
Fixed go.mod some more. Seems to work now.
Removed references to an obsolete package.
Changed the docker build to run in go1.11.
Release 0.9.1
Fixed go.mod file
Release v0.9.0
This initial release of flume.