Skip to content

Commit

Permalink
nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
urielha committed Oct 18, 2017
1 parent 1c10439 commit 140a6cd
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions log4stash.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>log4stash</id>
<version>2.0.4</version>
<version>2.0.5</version>
<authors>urielha</authors>
<owners>urielha</owners>
<title>log4stash - Elasticsearch log4net appender</title>
Expand All @@ -15,20 +15,15 @@
You can configure few filters to analyze log events before they got sended to Elasticsearch similar to the filters on logstash.
</description>
<releaseNotes>
* Breaking: BasicAuthUsername and BasicAuthPassword moved under AuthenticationMethod, see config example for more information.
* Breaking (from 2.0): Namespace has been renamed from "log4net.ElasticSearch" to "log4stash".
* Main Change: Add IndexOperationParams Configuratino parameter to supports _routing and more...

* Merged pull requests
** #11 (fix application crash on async index)
** #14 Add support for AWS Version 4 authorization header.
** #16 Change authentication method configuration with brand new tag.
** #18 Support configuring multiple elastic nodes.
** #20 Add document id source
** #22 Add Timeout option for requests
** #24 Add Xml filter.
* Add Convert Filter. Used for converting values to: [lower/upper] string, int or array
** #31 Add routing option
** #32 Add IndexOperationParams

Thanks to @erangil2 and @mfpalladino for their contributions.
Thanks a lot to @erangil2 for his tremendous contributions :)

And thanks to: @zhengziying, @triarc, @prime8, @henkish, @mfpalladino and @ignasv for their contributions.
</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>log logging exception elasticsearch log4net appender logstash filters</tags>
Expand Down

0 comments on commit 140a6cd

Please sign in to comment.