Skip to content

Releases: getsentry/rust-debugid

0.8.0

Choose a tag to compare

@getsentry-bot getsentry-bot released this 26 Apr 11:03
  • Bump Minimal Supported Rust Version to 1.46 due to dependencies.
  • Update uuid dependency to 1.0.

0.7.3

Choose a tag to compare

@getsentry-bot getsentry-bot released this 17 Feb 13:30
  • Bump Minimal Supported Rust Version to 1.36 due to dependencies.
  • Add support for PDB 2.0 format.

0.7.2

Choose a tag to compare

@jan-auer jan-auer released this 16 Apr 09:17
  • 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

Choose a tag to compare

@jan-auer jan-auer released this 24 Mar 08:16
  • Remove deprecated implementation of Error::description on errors.

0.7.0

Choose a tag to compare

@jan-auer jan-auer released this 08 Nov 13:56
  • Update uuid to 0.8.1.

0.5.3

Choose a tag to compare

@jan-auer jan-auer released this 08 May 10:00
  • Only allow ASCII hex charactes in code identifiers.
  • Implement AsRef<str> for CodeId.

0.5.2

Choose a tag to compare

@jan-auer jan-auer released this 07 May 15:41
  • Implement conversion traits for CodeId.
  • Always coerce code identifiers to lower case.

0.6.0

Choose a tag to compare

@jan-auer jan-auer released this 01 Apr 09:54
  • Change CodeId to be a binary buffer instead of formatted string.

0.5.1

Choose a tag to compare

@jan-auer jan-auer released this 19 Mar 14:05
  • Implement Display and std::error::Error for ParseCodeIdError.

0.5.0

Choose a tag to compare

@jan-auer jan-auer released this 04 Mar 13:12
  • 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".