Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
FantasticFiasco authored Aug 13, 2017
1 parent df541ac commit ea21b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionPrefix>4.1.0</VersionPrefix>
<AssemblyName>Serilog.Sinks.Http</AssemblyName>
<Description>Serilog event sink that sends HTTP POST requests over the network.</Description>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
Expand Down

0 comments on commit ea21b25

Please sign in to comment.