Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: databricks/databricks-sql-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.3
Choose a base ref
...
head repository: databricks/databricks-sql-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.4
Choose a head ref
  • 3 commits
  • 14 files changed
  • 3 contributors

Commits on Jan 1, 2026

  1. Fixed the exception handler close() on _TelemetryClientHolder (#723)

    Fixed the exception handler calls close() on _TelemetryClientHolder objects instead of accessing the client inside them.
    msrathore-db authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    9b4e577 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. created util method to normalise http protocol in http path (#724)

    * created util method to normalise http protocol in http path
    
    Signed-off-by: Nikhil Suri <[email protected]>
    
    * Added impacted files using util method
    
    Signed-off-by: Nikhil Suri <[email protected]>
    
    * Fixed linting issues
    
    Signed-off-by: Nikhil Suri <[email protected]>
    
    * fixed broken test with mock host string
    
    Signed-off-by: Nikhil Suri <[email protected]>
    
    * mocked http client
    
    Signed-off-by: Nikhil Suri <[email protected]>
    
    * made case sensitive check in url utils
    
    Signed-off-by: Nikhil Suri <[email protected]>
    
    * linting issue resolved
    
    Signed-off-by: Nikhil Suri <[email protected]>
    
    * removed unnecessary md files
    
    Signed-off-by: Nikhil Suri <[email protected]>
    
    * made test readbale
    
    Signed-off-by: Nikhil Suri <[email protected]>
    
    * changes done in auth util as well as sea http
    
    Signed-off-by: Nikhil Suri <[email protected]>
    
    ---------
    
    Signed-off-by: Nikhil Suri <[email protected]>
    nikhilsuri-db authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    946a265 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. New minor version release 4.2.4 (#725)

    New minor version release
    samikshya-db authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    03eb369 View commit details
    Browse the repository at this point in the history
Loading