File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## 0.14.1
4
9
5
10
- Fixed an issue where turning off the http transports would cause a compile error.
11
16
- Added support for panicking with failure errors.
12
17
- Added ` attach_stacktraces ` configuration option to logging integration
13
18
- 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
15
20
reqwest based transport or opt for the curl transport.
16
21
- 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.
18
23
- Added support for server side symbolication for linux platforms.
19
24
20
25
## 0.13.0
You can’t perform that action at this time.
0 commit comments