raven.cr v1.7.0 Release Notes
Release Date: 2020-06-21 // about 2 years ago-
- ๐ Crystal 0.35.0 compatible, fixes #64
- ๐จ Refactored logging to go through
Raven::Log
instance + scraped all usage of (deprecated now)Logger
- except the optional breadcrumb logger integration (thanks @wout!) - ๐ New
Log::Backend
classRaven::BreadcrumbLogBackend
which records logged messages as breadcrumbs (incl. metadata), fixes #67 - ๐จ Small tweaks and refactors
- โฌ๏ธ Bumped ameba to
v0.13