Skip to content

Releases: ThalesGroup/flume

Release 0.11.1

26 Sep 22:19
Compare
Choose a tag to compare

Add the options arg to the package level NewCore() function

Release 0.11.0

26 Sep 22:01
Compare
Choose a tag to compare

Adds an option for adding additional caller skips when building a Core. Useful when wrapping.

Release 0.10.3

20 Sep 20:13
Compare
Choose a tag to compare
  • 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

20 Sep 18:46
Compare
Choose a tag to compare
  • Re-add WARN color to console logger

Release 0.10.0

19 Sep 22:18
Compare
Choose a tag to compare
  • 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

04 Oct 19:26
Compare
Choose a tag to compare

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

04 Oct 18:30
Compare
Choose a tag to compare

Fixed go.mod file

Release v0.9.0

17 Aug 21:31
375ee8e
Compare
Choose a tag to compare

This initial release of flume.