Releases: getsentry/rust-debugid
Releases · getsentry/rust-debugid
0.8.0
Compare
Sorry, something went wrong.
No results found
Bump Minimal Supported Rust Version to 1.46 due to dependencies.
Update uuid dependency to 1.0.
0.7.3
Compare
Sorry, something went wrong.
No results found
Bump Minimal Supported Rust Version to 1.36 due to dependencies.
Add support for PDB 2.0 format.
0.7.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Remove deprecated implementation of Error::description on errors.
0.7.0
Compare
Sorry, something went wrong.
No results found
0.5.3
Compare
Sorry, something went wrong.
No results found
Only allow ASCII hex charactes in code identifiers.
Implement AsRef<str> for CodeId.
0.5.2
Compare
Sorry, something went wrong.
No results found
Implement conversion traits for CodeId.
Always coerce code identifiers to lower case.
0.6.0
Compare
Sorry, something went wrong.
No results found
Change CodeId to be a binary buffer instead of formatted string.
0.5.1
Compare
Sorry, something went wrong.
No results found
Implement Display and std::error::Error for ParseCodeIdError.
0.5.0
Compare
Sorry, something went wrong.
No results found
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".