This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
0.1.0-rc: Improved null-byte handling.
Pre-release
Pre-release
Added
- New
Map
trait that improves API ofEvent::add_exception
andset_context
.
Changed
- Changed null-byte handling,
String
s are now cut off at the first null-byte
position if any are found. - Improved links to the documentation for the
master
branch. - Improved general documentation.
- Update
vsprintf
to the new official version. - Improved
custom-transport
example.
Fixed
- Fixed
custom-transport
example which was crashing because of a
use-after-free. - Corrected
set_tag
andremove_tag
examples.