Releases: evilpilaf/HoneycombSerilogSink
Releases · evilpilaf/HoneycombSerilogSink
2.0.1
2.0.0
Improvements
Merge pull request #63 from evilpilaf/eol Fix End_Of_Line
1.2.0
1.1.0: Merge pull request #34 from evilpilaf/new-batching
Use new batching approach
V1
Beta 2
Changes:
- ee42d21 Merge pull request #28 from evilpilaf/pre
- d8a5f9d Enable sourcelink
- fbda6a8 package upgrade
- f9d0ede Add icon to package
- 0aeee4b Merge pull request #25 from evilpilaf/coverage
- 6ff83fa Add Cobertura for code coverage
- 816c927 Merge pull request #23 from evilpilaf/coverage
- 934cd61 add code coverage badge
- b48850e publish test results of build
- 6bf2e14 [autoformat]
See More
- 4e95445 Add build history to the readme
- 3a6b71c Merge pull request #21 from evilpilaf/nuget-pre-shield
- 9d93af8 Add shield for preview nuget version
- d7bec36 Merge pull request #20 from evilpilaf/dependabot/nuget/Microsoft.NET.Test.Sdk-16.5.0
- 04358c6 Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0
This list of changes was auto generated.
1.0.0-beta.1
Changes:
- f7bc9de Merge pull request #19 from evilpilaf/code-improvements
- c2eecad random
- 18698e5 Use SocketsHttpHandler to improve performance in netcore applications by reusing connections
- 1fef073 Merge pull request #17 from evilpilaf/dependabot/nuget/coverlet.collector-1.2.0
- 1a613db Bump coverlet.collector from 1.1.0 to 1.2.0
This list of changes was auto generated.
Base sink on Batched Event Sink
Changes:
- 46494a7 Merge pull request #18 from evilpilaf/bugs
- 3d8482b Fix tests
- 3cbe13c Refactor to use PeriodicBatching instead of direct calls and improve the serialization of messages
- 53f9bbe Properly serialize exception text and complex properties
- 07b645c Stop locking the async message
- d34c57b Adjust base url and request url
- 5f333e8 [fix] set content-type header in correct location
- 4497729 Bump FluentAssertions from 5.9.0 to 5.10.0 (#16)
- 66c2984 Bump FluentAssertions from 5.9.0 to 5.10.0
- 28d6566 Add Code of Conduct (#15)
See More
- ac7f8b5 exclude CoC from build triggers
- 5e241e1 add code of conduct
- 8541754 Add more details to the csproj (#14)
- ed85e54 Add more details to the csproj
- dc8c099 Readme2 (#13)
- 06ef276 Add task to publish test results
- 01461a4 Add build and nuget badges
- e542a3b Add readme (#12)
- b1a3b0c add readme
- e6f8695 Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0 (#1)
- 110f6b8 Remove wrong task
- 3ae8c64 add missing variables for release pipeline (#11)
- c80c9e1 Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0
- 91dd9ed add missing variables for release pipeline
- 7e34299 And more tinkering (#10)
- 3e3ffa6 And more
- 5e2f01e add new pipeline file for publishing releases (#9)
- d170bbb Moarrr
- 0b51eaf More pipeline tinkering
- b524764 add custom build name back
- 584c897 adjust trigger and github service connection
- 86193b7 Restructure azure pipelines
- aa6b254 add new pipeline file for publishing releases
- 381d642 Echo variables (#8)
- 816c8ef Rename task to be more explicit
- 4b314a9 Echo the build variables
- ab567cb use PowerShell core for multi PS support
- dc300d3 Rename build name to say the version being built (#7)
- 90eb98c Rename build name to say the version being built
- 1cb276b Restructure build pipeline and csproj metadata (#6)
- c46d4c6 Restructure build pipeline and csproj metadata
- d5daa3a Create nuget on master build (#5)
- bb5b268 Configure the triggers
- 362ebb0 Add tasks to package and publish the package
- e8869c5 Add SemVer to the project (#4)
- e1a80f1 Fix csproj formatting
- 3f5077f Remove uneeded reference
- 694cff4 Add more package metadata
- a9fcce1 Add package license expression
- 66e34dc Set build id based on the value from the build server
- 75a2fed Add Minver reference
- 8d5be2b Flatten the log event properties and add tests (#3)
- 02c0c68 Add tests for the log properties as well
- e6b8d3f Replace log event formatting to do it by hand to flatten the properties
- ac9f39f Check for main log event properties
- b3f6e79 Reference System.Text.Json
- 2bfd822 Expose request content
- 7c1a5ee Change from compact to full json formatter
- c12ed0f Add test to check for the team id being used in the params
- 13cac7c Tests wip (#2)
- 28f6282 remove redundant test param
- 5e1a943 collect test results
- a91539a remove invalid parameter
- e7cbde3 remove elements from strategy matrix
- 67815d3 test on selecting target frameworks in linux
- 232bac1 Comment out linux and mac builds for now and also add dotnet core 2.1 to the agent
- 42c29a1 Merge branch 'master' of https://dev.azure.com/evilpilaf/Honeycomb%20Serilog%20sink/_git/Honeycomb%20Serilog%20sink into tests-wip
- 1702be0 Fix version format
- 5d1ca31 Add task to set the version of .net core to use
- 43706e2 Try fix the solution route
- ae2cd77 Set up CI with Azure Pipelines
- ea65dab Add tests to check for the sending of the configured ApiKey
- ff61615 Adjust helpers for http client setup
- 4463c11 WiP
- 3e2eeb8 Multi-target test assembly
- 6b7a0cf Multi-target library
- a983af3 Make internals visible to the test project
- 7f59677 Add Nuke to the tools
- 73af240 Add base helper for http client
- d47107e Add test project
- ad51d0b Update packages
- 4245e06 Add extensions for the sink
- b216508 Rename file and class
- f37fa21 Initial implementation
This list of changes was auto generated.
Stabilization of nuget creation
Add more details to the csproj (#14) Add more details to the csproj