-
Notifications
You must be signed in to change notification settings - Fork 148
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
Release 7.0.2 #589
Merged
Release 7.0.2 #589
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
ckadluba
commented
Oct 18, 2024
- Fixed issue Deprecated transitive dependency on Microsoft.NETCore.Targets #580: Removed deprecated transitive dependency on Microsoft.NETCore.Targets by removing runtime identifier (thanks to @david-brink-talogy)
- Fixed issues Level column length #540 and TimeStamp column nullable or not #541 in README
- Added performance tests including a GitHub actions workflow
- Minor cleanups and fixes
…1-version-bump Bumped patch version after release
Level column defaults to nvarchar(max) instead of nvarchar(128).
Removed an obsolete match pattern for *.sh. We do not have shell sripts anymore since we use PowerShell 7 for any build scripts.
The Timestamp column is nullable by default but the README.md stated the opposite. This was fixed now.
Fixed issue #541 in README.md
* New project in tests/Serilog.Sinks.MSSqlServer.PerformanceTests * Integrated into release.yml workflow (attach CSV report as file to GitHub release) * Added new perftest.yml workflow without trigger to manually run perf tests * Minor changes in .gitignore, etc.
Added Benchmark.NET Performance Tests
Create performance tests results artifact
…entifier Remove runtime identifiers, fixes #580
Removed unnecessary env parameter in nuget publish step.
* Support filters in RunPerfTests.ps1 * Run only a subset (QuickBenchmarks) in release.yml (renamed existing sink benchmarks) * Added more complex sink benchmarks (ExtendedBenchmarks) * Added unit test-like benchmarks for SqlBulkBatchWriter. Run them with a max of 20 iterations because otherwise they take too long.
The GitHub secret PERF_TESTS_FILTER will control which benchmarks are executed in perftests.yml. Using a plain GitHub repo variable did not work for some reason.
Improved Benchmark Tests
Build perf tests project during PR validation
Benchmarks added and improved
Updated CHANGES.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.