-
Notifications
You must be signed in to change notification settings - Fork 146
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
Release 5.7.1 #402
Conversation
This file contains hidden or 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
Update README.md
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
…nfiguration sources.
* 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
…field lengths are set to a specific size
…aximum field length
…d' to 'Truncated'
…ng the exception message
…alue settings of the Message and MessageTemplate columns, and rename trimming to truncating
Added example how to customize the standard columns.
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.
EnlistInTransaction
(thanks to @ @Daniel-Svensson for the idea and original PR).