This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
v9.0.0
What's Changed
- Fix indentation by @Leh2 in #128
- [WIP] Added more extensive error handling by @mivano in #127
- correct 'nog' to 'not' by @ColoradoOrion in #141
- Get rid of 'deprecated' warnings in Elastic 5.6.2 by @VanHuychemG in #142
- Added logLevelSwitch option by @piaste in #139
- Add support for dynamic Pipeline by @Kahbazi in #136
- Fix field index option for 6.1+ template to use boolean value. by @jnus in #148
- Updated to elasticsearch 6 libraries by @EamonHetherton in #153
- Extend LoggerConfiguration.Elasticsearch with additional attributes by @letargis in #150
- Explain use of
AutoRegisterTemplateVersion
in the README by @piaste in #157 - Render message by default , Could disable MessageTemplate by @klettier in #160
- Expose interface-typed options via appsettings by @reedz in #162
- Merge dev to master by @mivano in #168
- New NuGet API Key by @merbla in #172
- feature: add option to skip sending oversized data to Elasticsearch by @MinhNguyenDev in #169
- Changed FailureSink from FileSink(deprecated) to RollingFileSink by @josoder in #190
- fixing repository url by @MaximRouiller in #192
- for ES v6 use "index_patterns" instead of "template" field by @CaringDev in #207
- only build packaging-related commits by @MV10 in #195
- Using durable seq by @pierresetteskog in #205
- Ship formatters in separate nuget package by @vhatsura in #208
- Notes about formatters in readme by @vhatsura in #209
- fix title of changelog by @tomap in #211
- add .netstandard2.0 target by @vhatsura in #222
- Update serilog nuget package to 2.8.0 version by @vhatsura in #225
- Added FormatStackTraceAsArray option to write StackTrace as an array by @oscarmorasu in #230
- Format stacktrace as array by @oscarmorasu in #233
- Delete ElasticSearch.Net dependency for formatter package by @vhatsura in #234
- Update NuGet API Key by @merbla in #241
- Elasticsearch.Net 7.0.0 support, V7 templates by @kanadaj in #249
- Feature/7.x support by @Mpdreamz in #256
- Fixes two problems, needing to use indexers on a dynamic, and a logic… by @matthewDDennis in #266
- [Urgent] Fix KeyNotFoundException when
items[i].errors
is undefined by @piaste in #271 - Updated README.md by @SirSeven in #279
- Fix log events not being written to Sink when exception has no stacktrace by @marcin-brzozowski in #285
- Fixed two issues regarding BufferCleanPayload by @daniel-oster in #295
- Adding aliases when creating index. by @jorjika in #290
- Added tests for 0 replicas by @mivano in #303
- Minor comment fix in ElasticsearchSinkOptions.cs by @connorads in #308
- ExceptionAsObjectJsonFormatter add renderMessageTemplate param by @deathgore in #304
- added TemplateCustomSettings as Dictionary<string,string> by @tresoldigiorgio in #311
- Merge dev to master to create new 8.1 release by @mivano in #330
- templateCustomSettings loaded from settings.json file by @tresoldigiorgio in #315
- Upgrade Elasticsearch.Net to 7.8.1 by @uvw in #343
- Update README.md by @chucklu in #344
- Fixed small spelling issue in issue template. by @SeppPenner in #352
- add async methods by @HassanHashemi in #349
- Fix HasProperty when settings is a Dictionary by @Evolva in #358
- Issue nr: 14594 - removing old implementation where fields where dot-… by @rajmondburgaj in #351
- use snupkg by @mivano in #360
- Added support for controlling the op_type when indexing by @orjan in #356
- Make sure the sink (and app) do not crash when the ES is unreachable … by @mivano in #359
- Corrected docs for batchAction config by @orjan in #363
- Override type name if specified by @orjan in #365
- Create v9.0.0 by @mivano in #509
New Contributors
- @Leh2 made their first contribution in #128
- @ColoradoOrion made their first contribution in #141
- @VanHuychemG made their first contribution in #142
- @piaste made their first contribution in #139
- @Kahbazi made their first contribution in #136
- @jnus made their first contribution in #148
- @EamonHetherton made their first contribution in #153
- @letargis made their first contribution in #150
- @reedz made their first contribution in #162
- @MinhNguyenDev made their first contribution in #169
- @josoder made their first contribution in #190
- @MaximRouiller made their first contribution in #192
- @CaringDev made their first contribution in #207
- @MV10 made their first contribution in #195
- @pierresetteskog made their first contribution in #205
- @vhatsura made their first contribution in #208
- @tomap made their first contribution in #211
- @oscarmorasu made their first contribution in #230
- @kanadaj made their first contribution in #249
- @matthewDDennis made their first contribution in #266
- @SirSeven made their first contribution in #279
- @marcin-brzozowski made their first contribution in #285
- @daniel-oster made their first contribution in #295
- @jorjika made their first contribution in #290
- @connorads made their first contribution in #308
- @deathgore made their first contribution in #304
- @tresoldigiorgio made their first contribution in #311
- @uvw made their first contribution in #343
- @chucklu made their first contribution in #344
- @SeppPenner made their first contribution in #352
- @HassanHashemi made their first contribution in #349
- @Evolva made their first contribution in #358
- @rajmondburgaj made their first contribution in #351
- @orjan made their first contribution in #356
Full Changelog: 5.4.0...v9.0.0