From ea21b2544e991e13fb101ff7827cad761558210b Mon Sep 17 00:00:00 2001 From: "Mattias Kindborg @FantasticFiasco" Date: Sun, 13 Aug 2017 11:43:05 +0200 Subject: [PATCH] Release 4.1.0 Added - #22 Batch formatter `ArrayBatchFormatter` which is compatible with the Logstash HTTP input plugin configured to use the JSON codec Fixed - Prevent posting HTTP messages without any log events Fixes #22 --- CHANGELOG.md | 2 ++ src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91fe0a88..933390a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi ## Unreleased +## [4.1.0] - 2017-08-13 + ### Added - [#22](https://github.com/FantasticFiasco/serilog-sinks-http/issues/22) Batch formatter `ArrayBatchFormatter` which is compatible with the Logstash HTTP input plugin configured to use the JSON codec diff --git a/src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj b/src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj index 56d56c5c..525ca1d3 100644 --- a/src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj +++ b/src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj @@ -1,7 +1,7 @@  - 4.0.0 + 4.1.0 Serilog.Sinks.Http Serilog event sink that sends HTTP POST requests over the network. net45;netstandard1.3