Releases: getsentry/rust-debugid
Releases · getsentry/rust-debugid
0.8.0
26 Apr 11:03
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
17 Feb 13:30
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
16 Apr 09:17
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
24 Mar 08:16
Compare
Sorry, something went wrong.
No results found
Remove deprecated implementation of Error::description on errors.
0.7.0
08 Nov 13:56
Compare
Sorry, something went wrong.
No results found
0.5.3
08 May 10:00
Compare
Sorry, something went wrong.
No results found
Only allow ASCII hex charactes in code identifiers.
Implement AsRef<str> for CodeId.
0.5.2
07 May 15:41
Compare
Sorry, something went wrong.
No results found
Implement conversion traits for CodeId.
Always coerce code identifiers to lower case.
0.6.0
01 Apr 09:54
Compare
Sorry, something went wrong.
No results found
Change CodeId to be a binary buffer instead of formatted string.
0.5.1
19 Mar 14:05
Compare
Sorry, something went wrong.
No results found
Implement Display and std::error::Error for ParseCodeIdError.
0.5.0
04 Mar 13:12
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".