chore(csharp): release v1.1.9 - #667
Merged
Merged
Conversation
Bump VersionPrefix to 1.1.9 and add the CHANGELOG entry for the fixes and features that landed on main since v1.1.8. Merging this to main triggers csharp-sync-latest.yml, which advances release/csharp/v1.1.latest, tags csharp/v1.1.9, and updates release/csharp/latest. Co-authored-by: Isaac <no-reply@databricks.com>
jadewang-db
approved these changes
Sep 4, 2026
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
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.
Summary
Cuts the v1.1.9 patch release of the C# Databricks ADBC driver.
VersionPrefixincsharp/Directory.Build.props:1.1.8→1.1.9[1.1.9]section tocsharp/CHANGELOG.mdfor the commits that landed onmainsincev1.1.8Release automation
Merging this to
maintriggers.github/workflows/csharp-sync-latest.yml, which:release/csharp/v1.1.latest,csharp/v1.1.9, andrelease/csharp/latest.What's included (since v1.1.8)
Added
net10.0(feat(csharp): make the driver AOT/trim-safe under net10.0 #509)Fixed
GetCrossReferenceby the seeded default catalog (fix(csharp): don't filter GetCrossReference by the seeded default catalog #660)GetCrossReferenceThrift and SEA paths on parent identifiers (fix(csharp): align GetCrossReference Thrift/SEA on parent identifiers #645)TABLE_TYPEtoTABLEinGetTables(fix(csharp): default empty/null TABLE_TYPE to "TABLE" in GetTables #654)Changed
The CloudFetch dispose/cancel work (#659) is intentionally not included — it is not yet merged to
main.This pull request and its description were written by Isaac.