Skip to content

Releases: getsentry/rust-debugid

0.8.0

26 Apr 11:03

Choose a tag to compare

  • Bump Minimal Supported Rust Version to 1.46 due to dependencies.
  • Update uuid dependency to 1.0.

0.7.3

17 Feb 13:30

Choose a tag to compare

  • Bump Minimal Supported Rust Version to 1.36 due to dependencies.
  • Add support for PDB 2.0 format.

0.7.2

16 Apr 09:17

Choose a tag to compare

  • Implement stricter and more consistent validation in FromStr for DebugId.
  • DebugId::from_breakpad now properly validates the identifier.
  • Remove internal dependencies on regex and lazy_static.

0.7.1

24 Mar 08:16

Choose a tag to compare

  • Remove deprecated implementation of Error::description on errors.

0.7.0

08 Nov 13:56

Choose a tag to compare

  • Update uuid to 0.8.1.

0.5.3

08 May 10:00

Choose a tag to compare

  • Only allow ASCII hex charactes in code identifiers.
  • Implement AsRef<str> for CodeId.

0.5.2

07 May 15:41

Choose a tag to compare

  • Implement conversion traits for CodeId.
  • Always coerce code identifiers to lower case.

0.6.0

01 Apr 09:54

Choose a tag to compare

  • Change CodeId to be a binary buffer instead of formatted string.

0.5.1

19 Mar 14:05

Choose a tag to compare

  • Implement Display and std::error::Error for ParseCodeIdError.

0.5.0

04 Mar 13:12

Choose a tag to compare

  • Add CodeId, an identifier for code files.
  • Add DebugId::nil to create an empty id. This is the default.
  • Add DebugId::is_nil to check whether a debug ID is empty.
  • Breaking Change: The serde feature is now only called "serde".