Releases: getsentry/sentry-rust
Releases · getsentry/sentry-rust
0.18.0
-
Upgrade most dependencies to their current versions (#183):
env_logger 0.7
reqwest 0.10
error-chain 0.12
url 2.1
sentry-types 0.14
-
Remove the log
and env_logger
integration from default features (#183).
-
Fix backtraces for newer failure
and backtrace
versions (#183).
-
Fix compilation of the with_rust_info
feature (#183).
-
Add "panics" sections to functions that may panic (#174).
-
Document all feature flags consistently.
0.17.0
- Upgrade findshlibs (#153)
0.16.0
- Bump the minimum required Rust version to 1.34.0.
- Fix potentially broken payloads when using the
curl
transport (#152).
- Report the SDK as
sentry.rust
for analytics (#142).
0.15.5
- Fix backtraces with inline frames in newer Rust versions (#141).
0.15.4
- Added a feature flag to disable the default sentry features in sentry-actix. (#139)
0.15.3
- Added
with_rustls
and with_native_tls
features to control SSL in the default
reqwest transport. (#137)
0.15.2
- Added support for passing custom reqwest clients/curl handles to the transport (#130)
0.15.1
- Correct dependency bump for sentry types.
0.15.0
- Upgraded to newer version of the internal sentry types crate.
0.14.2
- Fixed a potential issue where an event might have been dropped if it was sent
right after the curl transport was created.