Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit c9874fb

Browse files
committed
Create new release
1 parent 0ceaf81 commit c9874fb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
== Changelog
2-
7.0
2+
3+
7.1
34
* DurableElasticsearchSink is rewritten to use the same base code as the sink for Serilog.Sinks.Seq. Nuget Serilog.Sinks.File is now used instead of deprecated Serilog.Sinks.RollingFile. Lots of new fintuning options for file storage is added in ElasticsearchSinkOptions. Updated Serilog.Sinks.Elasticsearch.Sample.Main with SetupLoggerWithPersistantStorage with all available options for durable mode.
45
* Changed datatype on singleEventSizePostingLimit from int to long? with default value null. to make it possible ro reuse code from Sinks.Seq .
56
* IndexDecider didnt worked well in buffer mode because of LogEvent was null. Added BufferIndexDecider.
67
* Added BufferCleanPayload and an example which makes it possible to cleanup your invalid logging document if rejected from elastic because of inconsistent datatype on a field. It'seasy to miss errors in the self log now its possible to se logrows which is bad for elasticsearch in the elastic log.
78
* Added BufferRetainedInvalidPayloadsLimitBytes A soft limit for the number of bytes to use for storing failed requests.
89
* Added BufferFileCountLimit The maximum number of log files that will be retained.
10+
* Formatting has been moved to seperate package.
11+
912
6.4
1013
* Render message by default (#160).
1114
* Expose interface-typed options via appsettings (#162)

GitVersion.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
next-version: 6.4.0
1+
next-version: 7.0.0
22
branches: {}
33
ignore:
44
sha: []

0 commit comments

Comments
 (0)