|
1 | 1 | ## 2.4.0 |
2 | | -- #62 Default fields added by serilog to splunk |
3 | | -- #63 Possible thread leak when ILogger instances are disposed |
| 2 | +- [#62](https://github.com/serilog/serilog-sinks-splunk/issues/62) Default fields added by serilog to splunk |
| 3 | +- [#63](https://github.com/serilog/serilog-sinks-splunk/issues/63) Possible thread leak when ILogger instances are disposed |
4 | 4 |
|
5 | 5 | ## 2.3.0 |
6 | | -- 59 Added ability to use custom fields with HEC. See http://dev.splunk.com/view/event-collector/SP-CAAAFB6. |
| 6 | +- [#59](https://github.com/serilog/serilog-sinks-splunk/issues/59) Added ability to use custom fields with HEC. See http://dev.splunk.com/view/event-collector/SP-CAAAFB6. |
7 | 7 |
|
8 | 8 | ## 2.2.1 |
9 | | -- #47 Tooling updates to VS2017 |
10 | | -- #48 |
11 | | -- #49 |
12 | | -- #52 |
| 9 | +- [#47](https://github.com/serilog/serilog-sinks-splunk/issues/47) Tooling updates to VS2017 |
| 10 | +- [#48](https://github.com/serilog/serilog-sinks-splunk/issues/48) |
| 11 | +- [#49](https://github.com/serilog/serilog-sinks-splunk/issues/49) |
| 12 | +- [#52](https://github.com/serilog/serilog-sinks-splunk/issues/52) |
13 | 13 |
|
14 | 14 | ## 2.1.3 |
15 | | -- #45 - Deadlock fix on UI thread. |
| 15 | +- [#45](https://github.com/serilog/serilog-sinks-splunk/issues/45) - Deadlock fix on UI thread. |
16 | 16 |
|
17 | 17 | ## 2.1.2 |
18 | | -- #43 - Extend sink & static configuration to allow for custom JSON formatter. |
| 18 | +- [#43](https://github.com/serilog/serilog-sinks-splunk/issues/43) - Extend sink & static configuration to allow for custom JSON formatter. |
19 | 19 |
|
20 | 20 | ## 2.1.1 |
21 | | -- #38(https://github.com/serilog/serilog-sinks-splunk/issues/38) - Fix for HttpEventlogCollector and sourceType |
| 21 | +- [#38](https://github.com/serilog/serilog-sinks-splunk/issues/38) - Fix for HttpEventlogCollector and sourceType |
22 | 22 | - Clean up of sample app using examples of host, sourcetype, source override |
23 | 23 |
|
24 | 24 | ## 2.1.0 |
25 | 25 |
|
26 | 26 | * Change to use a standalone formatter |
27 | | -* Resolves #32 & #26 by exposing `HttpMessageHandler` |
28 | | -* Resolves #30 by ignoring OSX build and including tests in `build.sh` for TravisCI |
| 27 | +* Resolves - [#32](https://github.com/serilog/serilog-sinks-splunk/issues/32) & - [#26](https://github.com/serilog/serilog-sinks-splunk/issues/26) by exposing `HttpMessageHandler` |
| 28 | +* Resolves - [#30](https://github.com/serilog/serilog-sinks-splunk/issues/30) by ignoring OSX build and including tests in `build.sh` for TravisCI |
29 | 29 |
|
30 | 30 | ## 2.0 |
31 | 31 | - Support for DotNet Core |
|
0 commit comments