- Notifications
You must be signed in to change notification settings - Fork 249
Update docs dependancies #619
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
Closed
dkropachev wants to merge 170 commits into datastax:master from scylladb:dk/update-docs-dependancies
Closed
Update docs dependancies #619
dkropachev wants to merge 170 commits into datastax:master from scylladb:dk/update-docs-dependancies
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
…x-patch Apply driver matrix patch and migrate to github actions
Parse scylla sharding
Add shard awareness
Run unit tests in CICD and make it work
In order for Scylla to send the tablet info, the driver must tell the database during connection handshake that it is able to interpret it.
Add parsing TABLETS_ROUTING_V1 extension
chore(deps): update actions/setup-dotnet action to v5
chore(deps): update dependency system.valuetuple to 4.6.1
chore(deps): update dependency nunit3testadapter to v5
chore(deps): update dependency newtonsoft.json to v13.0.4
Those are not going to be supported by the driver.
codewide: remove DataStax-specific functionalities
chore(deps): update dependency xunitxml.testlogger to v6
fix(deps): update dependency myst-parser to v4
.NET Framework is an ancient platform at this point and maintaining compatibility with it is a burden. Eventually, we will drop support for .NET Standard 2.0 as well, because .NET 5+ is now the mainstream .NET platform and .NET Standard is effectively deprecated; moreover, we need .NET 5+ to have a good interop story with the Rust driver via FFI.
codewide: drop support for .NET Framework
NUnit 4 has different Assert API. So, some test code changes needed.
chore(deps): update dotnet monorepo
Upgrade NUnit to 4.4.0
chore(deps): update dotnet monorepo to v9 (major)
…ation.json-4.x chore(deps): update dependency system.runtime.serialization.json to 4.3.0
New version has int? in SshCommand.ExitStatus instead of int. Small code changes needed to address that.
Update ssh.net to 2025.0.0
API for `Callback` had changed, small fix for code is needed.
chore(deps): update dependency k4os.compression.lz4 to 1.3.8
Updated Moq to 4.20.72
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.
No description provided.