File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.14.0
4+
5+ - Added support for reading ` SENTRY_ENVIRONMENT ` and ` SENTRY_RELEASE ` environment
6+ variables.
7+ - Added support for panicking with failure errors.
8+ - Added ` attach_stacktraces ` configuration option to logging integration
9+ - Fixed a bug where ` emit_breadcrumbs ` was incorrectly handled.
10+ - Restructured the transport system. You can now disbale the builtin HTTP
11+ reqwest based transport or opt for the curl transport.
12+ - Fixed a potential issue where an event might have been dropped if it was sent
13+ right after the transport was created.
14+ - Added support for server side symbolication for linux platforms.
15+
316## 0.13.0
417
518** Breaking Change** : This release requires Rust 1.31 or newer.
You can’t perform that action at this time.
0 commit comments