Releases: rootcause-rs/rootcause
Releases · rootcause-rs/rootcause
v0.12.1
v0.12.0
Immutable
release. Only release title and notes can be modified.
Added
- Added support for formatting the error sources for a context #94.
- This adds new fields to the
ContextFormattingStyleand theDefaultReportFormatter.
- This adds new fields to the
- Added support for mutating attachments #113.
Changed
- The contexts and attachments will by default use the same formatter (
Display/Debug) as the one used to format the report. #116
Fixed
v0.11.1
Immutable
release. Only release title and notes can be modified.
Added
- Added a
OptionExttrait #92 - Added a
rootcause::Resulttype alias #91 - Added methods to get the type name of contexts and attachments #100
- Implements
CloneforBacktraceandDisplayforLocation#100 - Added
ReportMut::attachandReportMut::attach_custom#101 - Added a
rootcause-tracingcrate #102
Fixed
- Added
#[track_caller]to two functions that were missing them #89
v0.11.0
Immutable
release. Only release title and notes can be modified.
v0.10.0
v0.9.1
Immutable
release. Only release title and notes can be modified.
v0.9.0
Immutable
release. Only release title and notes can be modified.
Added
- Added a new
compatmodule added poulated it witheyreanderror-stackcompatibility #55 - Added a
format_with_hookmethod on reports to format a report using a specific hook #57
Changed
- Refactored the
anyhow_compatmodule into the newcompatmodule #55
Fixed
- Removed an unintentional dependency on triomphe with default-features turned on #61
v0.8.1
Immutable
release. Only release title and notes can be modified.
v0.8.0
Immutable
release. Only release title and notes can be modified.