Releases: getsentry/sentry-rust
Releases · getsentry/sentry-rust
0.18.1
14 May 13:52
Compare
Sorry, something went wrong.
No results found
Fix potential segfault with with_debug_meta (#211 ).
Fix panic when running inside of tokio (#186 ).
0.18.0
19 Feb 16:27
Compare
Sorry, something went wrong.
No results found
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
27 Aug 13:51
Compare
Sorry, something went wrong.
No results found
Upgrade findshlibs (#153 )
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.