Skip to content

Releases: getsentry/sentry-rust

0.30.0

24 Feb 10:52
Compare
Choose a tag to compare

Breaking Changes:

  • The minimum supported Rust version was bumped to 1.66.0 due to CI workflow misconfiguration.

Fixes:

  • Switch to checked version of from_secs_f64 in timestamp_to_datetime function to prevent panics (#554) by @olksdr

Internal:

  • Disable unnecessary default regex features for sentry-backtrace (#552) by @xfix
  • Use correct Rust toolchain for MSRV jobs (#555) by @kamilogorek

0.29.3

09 Feb 13:15
Compare
Choose a tag to compare

Features:

  • debug_images is now a default feature. (#545
  • Added a from_path_raw function to Envelope that reads an envelope from a file without parsing anything. (#549)
  • Added a data method to performance::Span that gives access to the span's attached data. (#548)

Fixes:

  • Envelopes will be discarded rather than blocking if the transport channel fills up. (#546)

0.29.2

25 Jan 09:53
Compare
Choose a tag to compare

Various fixes & improvements

  • fix: Prefer match_pattern over match_name in actix (#539) by @wuerges
  • feat(profiling): Add profile context to transaction. (#538) by @viglia
  • Re-disable scheduled jobs on forks (#537) by @MarijnS95
  • fix: Avoid Deadlock popping ScopeGuards out of order (#536) by @Swatinem
  • sentry-core: make TraceContext publicly readable (#534) by @tommilligan
  • sentry-core: make TransactionContext.trace_id readable (#533) by @tommilligan
  • docs: fix outdated native-tls/rustls info in README (#535) by @seritools
  • features: Make tower-http enable the tower feature (#532) by @Turbo87

0.29.1

02 Dec 10:48
Compare
Choose a tag to compare

Features:

  • Users of TransactionContext may now add custom context to it. This may be used by traces_sampler to decide sampling rates on a per-transaction basis. (#512)

Fixes:

  • Correctly strip crates hashes for v0 symbol mangling. (#525)

Internal:

  • Simplify Hub::run and SentryFuture by using a scope-guard for Hub switching. (#524, #529)

Thank you:

Features, fixes and improvements in this release have been contributed by:

0.29.0

17 Nov 12:19
Compare
Choose a tag to compare

Features

  • Allow traces_sampler to inspect well known properties of TransactionContext (#514)

0.28.0

04 Nov 14:37
Compare
Choose a tag to compare

Breaking Changes:

  • The minimum supported Rust version was bumped to 1.60.0 due to requirements from dependencies. (#498)
  • Added the traces_sampler option to ClientOptions. This allows the user to customise sampling rates on a per-transaction basis. (#510)

Features:

  • Add support for Profiling feature. (#479)
  • Add SSL_VERIFY option to control certificate verification. (#508)
  • Add Windows OS version to OS context (#499)
  • Add a tower-http feature as a shortcut (#493)

Internal:

  • Take advantage of weak features in Rust 1.60 for TLS enablement (#454)
  • Turn off pprof default features (#491)
  • Change session update logic to follow the spec (#477)
  • Extract public event_from_error fn in sentry-anyhow (#476)

Thank you:

Features, fixes and improvements in this release have been contributed by:

0.27.0

20 Jun 10:57
Compare
Choose a tag to compare

Breaking Changes:

  • The minium supported Rust version was bumped to 1.57.0 due to requirements from dependencies. (#472)
  • Add the rust-version field to the manifest. (#473)
  • Update to edition 2021. (#473)

Features:

  • Implement Envelope::from_path and Envelope::from_slice. (#456)
  • Add basic attachment support. (#466)

Internal:

  • Replace ancient lazy_static crate with once_cell or const slices. (#471)

Thank you:

Features, fixes, and improvements in this release have been contributed by:

0.26.0

20 May 11:42
Compare
Choose a tag to compare

Breaking Changes:

  • Updated the debugid and uuid dependencies to versions 0.8.0 and 1.0.0 respectively.

Features:

  • Request data can now be attached to Transactions and Spans via set_transaction. (#439)
  • macOS versions are now reported instead of the Darwin kernel version. (#451)
  • Support capturing the error of functions instrumented with #[instrument(err)]. (#453)
  • Support capturing span data of instrumented functions. (#445)
  • Expose the debug_images function from sentry-debug-images.

Fixes:

  • Generate a more correct request URL in the sentry-tower integration. (#460)
  • Do not panic on invalid HTTP(S)_PROXY env. (#450)

Internal:

  • Project Ids in DSN are treated as opaque strings. (#452)

Thank you:

Features, fixes and improvements in this release have been contributed by:

0.25.0

02 Mar 10:09
Compare
Choose a tag to compare

Breaking Changes:

  • The minium supported Rust version was bumped to 1.54.0 due to requirements from dependencies.
  • Updated the sentry-actix integration to actix-web@4. (#437)

Features:

  • Calling Scope::set_transaction will override the Transaction name of any currently running performance monitoring transaction. (#433)

Fixes:

  • Make sure Spans/Transactions have a meaningful/non-empty name. (#434)

Thank you:

Features, fixes and improvements in this release have been contributed by:

0.24.3

08 Feb 13:18
Compare
Choose a tag to compare

Features:

  • Added ureq transport support. (#419)
  • Added GpuContext to the Context. (#428)

Fixes:

  • Remove unused serde_json feature from curl dependency. (#420)
  • sentry-tracing: When converting a tracing event to a sentry event, don't create an exception if the original event doesn't have one (#423)
  • sentry-tracing: Add line numbers and tags into custom Contexts sections. (#430)

Thank you:

Features, fixes and improvements in this release have been contributed by: