All Versions
23
Latest Version
Avg Release Cycle
28 days
Latest Release
1629 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.17.0
August 26, 2020 -
v0.16.2 Changes
January 16, 2020๐ Fixed
WithField
return type
-
v0.16.1 Changes
January 16, 2020๐ Fixed
- ๐ฒ Log event assertion output
-
v0.16.0 Changes
January 15, 2020โ Added
LoggerContext
interfaceLoggerFacade
interface (combination ofLogger
andLoggerContext
)LoggerContextFunc
logger function wrapperNoopHandler
no-op error handler- โ
TestLoggerContext
,TestLoggerSet
test error handlers
๐ Changed
- ๐ Improved conformance tests
๐ Fixed
- ๐ฒ gRPC format log functions
๐ Deprecated
NewNoopLogger
no-op logger. UseNoopLogger
instead.- โ
NewTestHandler
test handler factory. UseTestHandler
instead. - ๐ฆ
LoggerTestSuite
test suite. Use the newconformance
package instead. LogEventsEqual
function. UseLogEvent.Equals
andLogEvent.AssertEquals
instead.
-
v0.15.1 Changes
November 12, 2019โ Added
WithField
as a shortcut forWithFields
- Github Actions workflow
-
v0.15.0 Changes
August 22, 2019๐ Changed
- Import path to
logur.dev/logur
- Import path to
-
v0.14.0 Changes
August 22, 2019โ Removed
- Adapter implementations. Use the ones from the new organization
- Integration implementations (with external dependencies). Use the ones from the new organization
-
v0.13.0 Changes
August 22, 2019๐ Deprecated
- Adapter implementations. Use the ones from the new organization
- Integration implementations (with external dependencies). Use the ones from the new organization
-
v0.12.0 Changes
August 16, 2019๐ Changed
- ๐ Renamed
ContextualLogger
tofieldLogger
- ๐ Examples are moved to a separate module
โ Removed
- Error handler (use emperror.dev/handler/logur instead)
- ๐ Renamed
-
v0.11.2 Changes
July 18, 2019๐ Fixed
- Minimum Logrus version (#49)