Bump to version 4.3.0rc1#841
Merged
Merged
Conversation
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
jprakash-db
approved these changes
Jun 11, 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
Bump version to
4.3.0rc1and add the4.3.0rc1section toCHANGELOG.md. First release candidate of 4.3.0, carrying the optional[kernel]extra.Notable changes since v4.2.7
use_kernel=True, installable via the newdatabricks-sql-connector[kernel]extra (requires Python >= 3.10). Routes connections through the nativedatabricks-sql-kernelclient, with parity work across cursor-state tracking, metadata, logging, staging fail-loud behavior, error context, and sync cancel (feat(kernel): surface kernel logs through Python logging on use_kernel #824, feat(kernel): wire CUJ-gap fixes — staging fail-loud, error context, sync cancel #825, fix(kernel): stop premature sync statement close (H4); bump KERNEL_REV to batch 2 #830, fix(kernel): server-sourced async state + cursor-state/metadata parity for use_kernel #838, build(kernel): add optional [kernel] extra for use_kernel=True #839).Test plan
pytest tests/unit -m "not realkernel"passes locally (864 passed)universe/peco/correctness/pythonpassed for 4.3.0rc1 (PythonSuite thrift + sea on 18.x; PythonUnityCatalogSuite thrift on 17.3.x — the 18.x UC run hit a known, non-driver test-harness env flake)This is a release-candidate (
4.3.0rc1); unpinnedpip installusers continue to resolve to the latest stable. Published to PyPI via the secure-release pipeline.This pull request was AI-assisted by Isaac.