Skip to content

Release 5.7.1 #402

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

Merged
merged 36 commits into from
Jun 17, 2022
Merged

Release 5.7.1 #402

merged 36 commits into from
Jun 17, 2022

Conversation

ckadluba
Copy link
Member

  • Exclude logging from DB transactions and added sink option EnlistInTransaction (thanks to @ @Daniel-Svensson for the idea and original PR).
  • Fixed issue Issue - No log entry written when message is too long #209: Add trimming to rendered message and message template (thanks to @studiopasokon)
  • Fixed documentation regarding supported .NET versions (thanks to @GhalamborM).
  • Migrated sink to new GitHub and nuget.org organizations.
  • Use GitHub Actions for build including automatic release documentation.

GhalamborM and others added 30 commits February 15, 2022 14:05
First step: only run build script.
Added create release step in pipeline.
* Read version from csproj file.
* Create release with correct name and files.
Debug release files upload in github action.
Debug github release file upload.
* Build script option -SkipTests instead of -RunTests
* Use version suffix only on dev branch
Fixed github action nuget publish
Use nuget api token in release action
Use nuget api key in release workflow
* Removed AppVeyor pipeline file. We use GH actions now.
* Updated URL all references to MSSQL sink repo.
* Updated build badge in README.
* Bumped version patch number.
* Renamed 'master' branch to 'main'.
* Better names for jobs
* Fixed typo
* Added class SqlConnectionStringBuilderWrapper to add Enlist= parameter. Used in in SqlConnectionFactory.
* Added new sink option PreventEnlistInTransaction in code and documented it in README.
* Tests
* Renamed PreventEnlistInTransactions to EnlistInTransaction and changed default to false.
* Fixed typos in README.
…run from all other tests to avoid side effects with other DB tests. Ugly but the only feasible way to get this stable.
* Increased connection timeout when deleting or creating DB in DB tests (enables stable parallel execution of all DB tests including the transaction test).
* Let all tests execute in one run again. No more separation of transaction DB test necessary.
…abase fields are smaller than the rendered text
@ckadluba ckadluba merged commit 4a80fd4 into main Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants