-
Notifications
You must be signed in to change notification settings - Fork 150
Release 9.0.0 #640
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 9.0.0 #640
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
Member
ckadluba
commented
Oct 17, 2025
- Updated SqlClient to 6.1.1 and removed Azure.Identity workaround for issue Security issue in dependency Microsoft.Identity.Client #624
- Updated all dependencies except .NET 9 NuGets
- Implemented Allow configuring index direction for TimeStamp.NonClusteredIndex #636: Added support for non-clustered index sort direction (thanks to @gumbarros)
Bumped minor version after release
Azure.Identity dependency was added as a workaround to fix security issue #624 caused by SqlClient. Now SqlClient was updated to 6.1.1 which does not cause the issue anymore and Azure.Identity could be removed again.
After SqlClient update from 5.2.3 to 6.1.1 we move the sink to major version 9.
…client-update Updated SqlClient to 6.1.1 and other deps and removed workaround for issue #624
# Conflicts: # README.md
* Added unit tests for MicrosoftExtensionsColumnOptionsProvider, MicrosoftExtensionsColumnOptionsProviderTests and SqlCreateTableWriter * Added SetProperty.IfEnumNotNull<T>() and SetProperty.IfEnumProvided<T>() to handle enum column option reading from configuration * Use NonClusteredIndexDirection in WorkerServiceDemo Related issue: #636
Add support for specifying non-clustered index sort direction
* The routine changes for creating a release. * Fixed an error in DEVELOPMENT.md
Prepare release 9.0.0 on dev
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.