Skip to content

Releases: getsentry/sentry-rust

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.

0.14.1

22 Feb 10:58
Compare
Choose a tag to compare
  • Fixed an issue where turning off the http transports would cause a compile error.

0.14.0

22 Feb 09:49
Compare
Choose a tag to compare
  • 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.

0.13.0

11 Jan 15:49
Compare
Choose a tag to compare

Breaking Change: This release requires Rust 1.31 or newer.

  • Upgrade the logger integration to env_logger:0.6
  • Support debug identifiers of loaded images on Linux (#114)
  • Update sentry-types to the latest version
  • Fix log::log_enabled! when log integration is active