New
3.1.0 - 2019-02-25
Changed
Timber.InvalidAPIKeyErroris nowTimber.Errors.InvalidAPIKeyError- Events are no longer nested under the
eventkey. - Custom events are no longer nested under the
event.customkey, they have simply been moved to the root of the document. - Custom contexts are no longer nested under the
context.customkey, they have simply been moved to the root of the document. - JSON representations of log events no longer include the
$schemakey since Timber 2.0 does not strictly require a schema anymore. - All
Timber.Events.*andTimber.Contexts.*structs have been deprecated in favor of simple maps since Timber 2.0 no longer requires a strict schema. Module docs for each module has been updated accordingly. - Errors are no longer automatically parsed in the logger backend. Please use the
:timber_exceptionslibrary if you'd like to structure errors. This is a proper approach to structuring these events. - Handle unencodable content