Releases: getsentry/sentry-rust
Releases · getsentry/sentry-rust
0.16.0
29 Jul 16:39
Compare
Sorry, something went wrong.
No results found
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
17 May 07:20
Compare
Sorry, something went wrong.
No results found
Fix backtraces with inline frames in newer Rust versions (#141 ).
0.15.4
28 Apr 09:18
Compare
Sorry, something went wrong.
No results found
Added a feature flag to disable the default sentry features in sentry-actix. (#139 )
0.15.3
26 Apr 21:21
Compare
Sorry, something went wrong.
No results found
Added with_rustls and with_native_tls features to control SSL in the default
reqwest transport. (#137 )
0.15.2
21 Mar 07:29
Compare
Sorry, something went wrong.
No results found
Added support for passing custom reqwest clients/curl handles to the transport (#130 )
0.15.1
25 Feb 09:21
Compare
Sorry, something went wrong.
No results found
Correct dependency bump for sentry types.
0.15.0
25 Feb 08:43
Compare
Sorry, something went wrong.
No results found
Upgraded to newer version of the internal sentry types crate.
0.14.2
22 Feb 11:58
Compare
Sorry, something went wrong.
No results found
Fixed a potential issue where an event might have been dropped if it was sent
right after the curl transport was created.
0.14.1
22 Feb 10:58
Compare
Sorry, something went wrong.
No results found
Fixed an issue where turning off the http transports would cause a compile error.
0.14.0
22 Feb 09:49
Compare
Sorry, something went wrong.
No results found
Added support for reading SENTRY_ENVIRONMENT and SENTRY_RELEASE environment
variables.
Added support for panicking with failure errors.
Added attach_stacktraces configuration option to logging integration
Fixed a bug where emit_breadcrumbs was incorrectly handled.
Restructured the transport system. You can now disbale the builtin HTTP
reqwest based transport or opt for the curl transport.
Fixed a potential issue where an event might have been dropped if it was sent
right after the transport was created.
Added support for server side symbolication for linux platforms.