Skip to content

Commit 664ad09

Browse files
committed
meta: Update changelog
1 parent b27f3cf commit 664ad09

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.14.2
4+
5+
- Fixed a potential issue where an event might have been dropped if it was sent
6+
right after the curl transport was created.
7+
38
## 0.14.1
49

510
- Fixed an issue where turning off the http transports would cause a compile error.
@@ -11,10 +16,10 @@
1116
- Added support for panicking with failure errors.
1217
- Added `attach_stacktraces` configuration option to logging integration
1318
- Fixed a bug where `emit_breadcrumbs` was incorrectly handled.
14-
- Restructured the transport system. You can now disbale the builtin HTTP
19+
- Restructured the transport system. You can now disable the builtin HTTP
1520
reqwest based transport or opt for the curl transport.
1621
- Fixed a potential issue where an event might have been dropped if it was sent
17-
right after the transport was created.
22+
right after the reqwest transport was created.
1823
- Added support for server side symbolication for linux platforms.
1924

2025
## 0.13.0

0 commit comments

Comments
 (0)