Skip to content

Releases: elgopher/yala

v0.17.2

29 Jan 22:20
Compare
Choose a tag to compare
v0.17.2 Pre-release
Pre-release

What's Changed

  • [docs] Add basic documentation for public functions in #73

Full Changelog: v0.17.1...v0.17.2

v0.17.1

29 Jan 20:05
Compare
Choose a tag to compare
v0.17.1 Pre-release
Pre-release

Bugfixes

  • [glog] Add missing space between message and fields in #71

Full Changelog: v0.17.0...v0.17.1

v0.17.0 context.Context parameter moved to Info method

29 Jan 12:36
Compare
Choose a tag to compare

Breaking changes

  • Move context.Context parameter to Info method in #65

Full Changelog: v0.16.0...v0.17.0

v0.16.0: Change logger.Level type to int8

27 Jan 23:12
660b3e5
Compare
Choose a tag to compare

Incompatible changes

  • Change type of logger.Level to int8 in #62

Full Changelog: v0.15.0...v0.16.0

v0.15.0

27 Jan 21:19
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

Incompatible changes

  • [glog] Use glog depth to print caller information in #58
  • [log] Fix caller information presented by logadapter in #60

Full Changelog: v0.14.1...v0.15.0

v0.14.1: Performance tuning

27 Jan 13:27
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Optimize adapters performance (zap, zerolog and glog) in #57

Full Changelog: v0.14.0...v0.14.1

v0.14.0: split printer package to 3: printer, console and logadapter

27 Jan 10:07
Compare
Choose a tag to compare

Incompatible changes

  • split printer package in #56

Full Changelog: v0.13.0...v0.14.0

v0.13.0

26 Jan 20:55
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

Incompatible changes

  • [logfmt] Change formatting in #54

Full Changelog: v0.12.0...v0.13.0

v0.12.0

26 Jan 19:50
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

Breaking changes

  • [merge] Remove the merge package in #44
  • [contextadapter] Remove package contextadapter in #47
  • Convert logger.Local from function to struct in #51

Others

  • [bugfix] Fix race condition in logger.Global in #49

Full Changelog: v0.11.0...v0.12.0

v0.11.0

23 Jan 15:29
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

Breaking changes

  • Rename package name from github.com/jacekolszak/yala to github.com/elgopher/yala in #40

Full Changelog: v0.10.1...v0.11.0