Skip to content

Commit 828ff7e

Browse files
committed
meta: Updated changelog for 0.14.0
1 parent ba5d46f commit 828ff7e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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.

0 commit comments

Comments
 (0)