Releases: Sija/raven.cr
Releases · Sija/raven.cr
v1.9.4
What's Changed
- Bumped actions/checkout from 3 to 4 by @dependabot in #91
- Bumped ameba to
~> 1.6.0
- Refactored error handling by removing the reliance on the
@errors
ivar by @Sija in #94 - Made several
Configuration
class methods private - Removed obsolete
Log::Entry
class monkey-patch - Removed obsolete conditional code targeting crystal pre 1.0 versions
- Removed user feedback support in frontend by @Sija in #92
Full Changelog: v1.9.3...v1.9.4
v1.9.3
v1.9.2
v1.9.1
v1.9.0
- Spider Gazelle's ActionContoller integration #77, thanks @caspiano! ❤️
- Backtrace parsing extracted to the backtracer shard
- Removed
Configuration#in_app_pattern
, useConfiguration#app_dirs_pattern
instead
v1.8.1
v1.8.0
v1.7.2
v1.7.1
v1.7.0
- 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