-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.0.0 Release #178
4.0.0 Release #178
Conversation
Bumps System.Net.Http from 4.3.3 to 4.3.4. Signed-off-by: dependabot[bot] <[email protected]>
Bumps System.Net.Http from 4.3.0 to 4.3.4. Signed-off-by: dependabot[bot] <[email protected]>
Bumps System.Net.Http from 4.3.3 to 4.3.4. Signed-off-by: dependabot[bot] <[email protected]>
Bumps System.Net.Http from 4.3.0 to 4.3.4. Signed-off-by: dependabot[bot] <[email protected]>
…ks.UDP/System.Net.Http-4.3.4 Bump System.Net.Http from 4.3.0 to 4.3.4 in /src/Serilog.Sinks.UDP
…nks.Splunk.Tests/System.Net.Http-4.3.4 Bump System.Net.Http from 4.3.3 to 4.3.4 in /test/Serilog.Sinks.Splunk.Tests
…ks.Splunk/System.Net.Http-4.3.4 Bump System.Net.Http from 4.3.0 to 4.3.4 in /src/Serilog.Sinks.Splunk
…ystem.Net.Http-4.3.4 Bump System.Net.Http from 4.3.3 to 4.3.4 in /sample/Sample
Feat async sinks
* Sample: Target net6.0. Added additional logging statements. * Docker: Splunk 9.1. * Tests: Target net6.0 and updated nuget packages. * Added constant for services/collector. Event request trims / from uri. Updated collector URL for Splunk 9.1
* Updated dependencies to Serilog 3.1 and Periodic Batching Sink to 4.0.0 * Update version to 4.0.0 due to the breaking constructor changes on the EventCollectorSink * Update Dockerfile with net6.0 versions * Use the latest version of Splunk The 7.2 label does not appear to be available anymore. * Add in missing build for net6.0 * Use forward slash for ignore This should work on Windows as well * Use the same Framework reference for the sample Everything else is using at least net6.0 so the Sample should as well --------- Co-authored-by: Justin Pfifer <[email protected]> Co-authored-by: Jeff Parker, PE <[email protected]>
* Fixes #161 add subsecond decimal configuration * Fixes #167 Add a flag for RenderedMessage * Update SubSecondPrecision to use an enum. Based on 3,6,9 decimals, see https://docs.splunk.com/Documentation/Splunk/9.2.0/SearchReference/Commontimeformatvariables * Add unit tests and update documentation * Invert renderMessage check * Update sample docker-compose project - add new tests - add a docker-compose vscode project - allow subsecond precision. * Add comment for configuring splunk * Fix formatting for nanoseconds * Enable all tests in sample app --------- Co-authored-by: Victorio Berra <[email protected]>
* Enable GitHub Actions * Main branch is called master in this repo * Ignore .idea * No need to offset builds by 200 * work on build for new project format * add automatic release notes --------- Co-authored-by: EEParker <[email protected]>
* Add dependabot configuration * Add codeql * Add security policy * Update dependabot.yml add newline * update branches
Great job @EEParker!!! |
FYI, I removed the master branch for now. To make a release simply tag a commit on the dev branch. The automation works better with in line commits, the squash commit to master skipped the change log. |
Got it. Any reason why to remove the master branch? |
It wasn't serving any purpose and might make the release process more confusing. I also don't have access to change branch settings, so just working off dev and feature branches seems best for now. |
All changes from 3.7.0 to 4.0.0.
4.0.0
once merged to master