All Versions
14
Latest Version
Avg Release Cycle
43 days
Latest Release
1549 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.8.0 Changes
August 05, 2020- โ Added dedicated
Log
backend:Raven::LogBackend
- Added
Exception#__raven_event_id
andRaven.captured_exception?
- useful for avoiding re-capturing same exception multiple times - ๐จ Usual bit of cleanups and refactors
- โ Added dedicated
-
v1.7.2 Changes
June 24, 2020- ๐ Skipped rendering user feedback view if response is closed, fixes #61
-
v1.7.1 Changes
June 21, 2020- ๐ Fixed an initalzation loop when
BreadcrumbLogBackend
is being used with catch all source ("*"
). - ๐ Relaxed
crystal
version requirement (effectively to< 1.0
)
- ๐ Fixed an initalzation loop when
-
v1.7.0 Changes
June 21, 2020- ๐ 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
-
v1.6.0 Changes
February 13, 2020- Crystal 0.33.0 compatible
- ๐ฑ Invoking
Instance#{user,extra,tags}_context
with a block, will set passed context within the executed block body (โ ๏ธ non-MT friendly) - Initialize
Context
from JSON-encoded ENV variables (SENTRY_CONTEXT_{USER,EXTRA,TAGS}
) - fixes #62 - Several small tweaks
-
v1.5.5 Changes
December 13, 2019 -
v1.5.4 Changes
November 22, 2019- โ Removed memoizing of
HTTP::Client
inRaven::Transport::HTTP
, fixes #57
- โ Removed memoizing of
-
v1.5.3 Changes
November 18, 2019- Don't capture output in
crash_handler
to avoid memory bloat - ๐ Fixed README examples
- Don't capture output in
-
v1.5.2 Changes
November 16, 2019Raven::Client#send_{event,feedback}
methods will silently bail out for invalid connections (like no DSN set), closes #54- โ Removed redundant
#{exception.class.name}:
prefix within the logged message - Messages are now trimmed with ellipsis suffix string added (
[...]
)
-
v1.5.1 Changes
October 01, 2019- ๐ Fixed specs to work with Crystal
0.31.0
- ๐ Fixed deprecation warnings
- Only warn for
4xx
errors from Sentry - ๐ Fixed infinite backoff under pressure
- ๐ Fixed specs to work with Crystal