Skip to content

Releases: getsentry/sentry-rust

0.18.0

19 Feb 16:27
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Upgrade findshlibs (#153)

0.16.0

29 Jul 16:39
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fix backtraces with inline frames in newer Rust versions (#141).

0.15.4

28 Apr 09:18
Compare
Choose a tag to compare
  • Added a feature flag to disable the default sentry features in sentry-actix. (#139)

0.15.3

26 Apr 21:21
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added support for passing custom reqwest clients/curl handles to the transport (#130)

0.15.1

25 Feb 09:21
Compare
Choose a tag to compare
  • Correct dependency bump for sentry types.

0.15.0

25 Feb 08:43
Compare
Choose a tag to compare
  • Upgraded to newer version of the internal sentry types crate.

0.14.2

22 Feb 11:58
Compare
Choose a tag to compare
  • Fixed a potential issue where an event might have been dropped if it was sent
    right after the curl transport was created.