debugid
Common reusable types for implementing the sentry.io protocol.
0.8.0
129M downloads/mo
#694 most downloaded on crates.io
getsentry/rust-debugid
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 1.8 years
Nearly every release is documented
notes for 15 of 15 stable releases
1 version withdrawn
withdrawn after publishing
8 years old
16 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
16 releases · Mar 2018 to Apr 2022
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 16-
0.8.026 Apr 2022Release notes
Open source →- Bump Minimal Supported Rust Version to 1.46 due to dependencies.
- Update
uuiddependency to1.0.
Release notes
Open source →- Bump Minimal Supported Rust Version to 1.46 due to dependencies.
- Update
uuiddependency to1.0.
-
0.7.317 Feb 2022Release notes
Open source →- Bump Minimal Supported Rust Version to 1.36 due to dependencies.
- Add support for PDB 2.0 format.
Release notes
Open source →- Bump Minimal Supported Rust Version to 1.36 due to dependencies.
- Add support for PDB 2.0 format.
-
0.7.216 Apr 2020Release notes
Open source →- Implement stricter and more consistent validation in
FromStr for DebugId. DebugId::from_breakpadnow properly validates the identifier.- Remove internal dependencies on
regexandlazy_static.
Release notes
Open source →- Implement stricter and more consistent validation in
FromStr for DebugId. DebugId::from_breakpadnow properly validates the identifier.- Remove internal dependencies on
regexandlazy_static.
- Implement stricter and more consistent validation in
-
0.7.124 Mar 2020 -
0.7.008 Nov 2019 -
0.6.001 Apr 2019 withdrawn -
0.5.308 May 2019Release notes
Open source →- Only allow ASCII hex charactes in code identifiers.
- Implement
AsRef<str>forCodeId.
Release notes
Open source →- Only allow ASCII hex charactes in code identifiers.
- Implement
AsRef<str>forCodeId.
-
0.5.207 May 2019Release notes
Open source →- Implement conversion traits for
CodeId. - Always coerce code identifiers to lower case.
Release notes
Open source →- Implement conversion traits for
CodeId. - Always coerce code identifiers to lower case.
- Implement conversion traits for
-
0.5.119 Mar 2019 -
0.5.004 Mar 2019Release notes
Open source →- Add
CodeId, an identifier for code files. - Add
DebugId::nilto create an empty id. This is the default. - Add
DebugId::is_nilto check whether a debug ID is empty. - Breaking Change: The serde feature is now only called
"serde".
Release notes
Open source →- Add
CodeId, an identifier for code files. - Add
DebugId::nilto create an empty id. This is the default. - Add
DebugId::is_nilto check whether a debug ID is empty. - Breaking Change: The serde feature is now only called
"serde".
- Add
-
0.4.024 Jan 2019Release notes
Open source →- Breaking Change: Require Rust 1.31.0 (Edition 2018) or newer
- Make parsing from string future-proof
-
0.3.105 Oct 2018 -
0.3.014 Sep 2018 -
0.2.008 May 2018Release notes
Open source →Renamed
DebugIdParseErrortoParseDebugIdError, according to Rust naming guidelines. -
0.1.127 Apr 2018 -
0.1.028 Mar 2018