Skip to content
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
Compare
Choose a tag to compare
@daxpedda daxpedda released this 19 Aug 10:33
· 148 commits to release since this release
aefc4d0

Added

  • New Map trait that improves API of Event::add_exception and set_context.

Changed

  • Changed null-byte handling, Strings 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 and remove_tag examples.