Skip to content

Releases: getsentry/sentry-rust

0.11.1

19 Sep 10:01
Compare
Choose a tag to compare
  • Fix compilation error in sentry-actix (#87)

0.11.0

17 Sep 22:38
Compare
Choose a tag to compare

This release causes a compilation error when using sentry-actix. Use 0.11.1 instead.

  • Added sentry::with_scope
  • Updated the sentry types to 0.8.x

0.10.0

12 Sep 12:00
Compare
Choose a tag to compare
release: 0.10.0

0.9.0

03 Sep 08:10
Compare
Choose a tag to compare
  • Removed drain_events. Events are now drained by calling Client::close or on the
    transport on Transport::shutdown.
  • Removed Hub::add_event_processor. This was replaced by Scope::add_event_processor
    which is easier to use (only returns factory function)/
  • Added various new client configuration values.
  • Unified option handling

This is likely to be the final API before 1.0

0.8.0

24 Aug 09:09
Compare
Choose a tag to compare
0.8.0

0.6.1

22 Jun 10:56
Compare
Choose a tag to compare
0.6.1

0.6.0

19 Jun 18:37
Compare
Choose a tag to compare
doc: Show 0.6.0 in the docs

0.5.4

05 Jun 12:55
Compare
Choose a tag to compare
release: 0.5.4

0.5.3

04 Jun 17:06
Compare
Choose a tag to compare
release: 0.5.3

0.5.2

01 Jun 06:11
Compare
Choose a tag to compare
style: Run rustfmt