Releases: Sija/raven.cr
Releases · Sija/raven.cr
v1.9.5
What's Changed
- Switched to
Time::Format::RFC_3339.formatforEvent#to_hash[:timestamp]in 1e42a8d - Fixed calls to deprecated
HTTP::Request#host_with_portmethod in a43f452 - Cleaned up
Configurationcode a bit in 6e336ef - Added specs for
Event#to_hash[{:event_id,:timestamp}]in 22e1ab4 - Fixed ameba issues
- Bumped rlespinasse/github-slug-action from 4 to 5 by @dependabot[bot] in #95
- Bumped actions/checkout from 4 to 5 by @dependabot[bot] in #99
Full Changelog: v1.9.4...v1.9.5
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
@errorsivar by @Sija in #94 - Made several
Configurationclass methods private - Removed obsolete
Log::Entryclass 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_patterninstead