- Notifications
You must be signed in to change notification settings - Fork126
Reformat changelog#11
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,51 +1,59 @@ | ||
| # Release History | ||
| ## 2.x.x (Unreleased) | ||
| - Reorganised code to use Poetry for dependency management. | ||
| ## 2.0.2 (2022-05-04) | ||
| - Better exception handling in automatic connection close | ||
| ## 2.0.1(2022-04-21) | ||
| - Fixed Pandas dependency in setup.cfg to be >= 1.2.0 | ||
| ## 2.0.0(2022-04-19) | ||
| - Initial stable release of V2 | ||
| - Added better support for complex types, so that in Databricks runtime 10.3+, Arrays, Maps and Structs will get | ||
| deserialized as lists, lists of tuples and dicts, respectively. | ||
| - Changed the name of the metadata arg to http_headers | ||
| ## 2.0.b2(2022-04-04) | ||
| - Change import of collections.Iterable to collections.abc.Iterable to make the library compatible with Python 3.10 | ||
| - Fixed bug with .tables method so that .tables works as expected with Unity-Catalog enabled endpoints | ||
| ## 2.0.0b1(2022-03-04) | ||
| - Fix packaging issue (dependencies were not being installed properly) | ||
| - Fetching timestamp results will now return aware instead of naive timestamps | ||
| - The client will now default to using simplified error messages | ||
| ## 2.0.0b(2022-02-08) | ||
| - Initial beta release of V2. V2 is an internal re-write of large parts of the connector to use Databricks edge features. All public APIs from V1 remain. | ||
| - Added Unity Catalog support (pass catalog and / or schema key word args to the .connect method to select initial schema and catalog) | ||
| --- | ||
| **Note**: The code for versions prior to `v2.0.0b` is not contained in this repository. The below entries are included for reference only. | ||
Collaborator There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. I know that the code for v1 is not in this repo. But I think having the changelog for v1 publicly available somewhere may help to respond to end user's questions. Is the changelog for v1 publicly documented anywhere else? If the changelog for v1 is not publicly documented anywhere else I would keep it here. | ||
| --- | ||
| ## 1.0.0 (2022-01-20) | ||
| - Add operations for retrieving metadata | ||
| - Add the ability to access columns by name on result rows | ||
| - Add the ability to provide configuration settings on connect | ||
| ## 0.9.4(2022-01-10) | ||
| - Improved logging and error messages. | ||
| ## 0.9.3(2021-12-08) | ||
| - Add retries for 429 and 503 HTTP responses. | ||
| ## 0.9.2(2021-12-02) | ||
| - (Bug fix) Increased Thrift requirement from 0.10.0 to 0.13.0 as 0.10.0 was in fact incompatible | ||
| - (Bug fix) Fixed error message after query execution failed -SQLSTATE and Error message were misplaced | ||
| ## 0.9.1(2021-09-01) | ||
| - Public Preview release, Experimental tag removed | ||
| - minor updates in internal build/packaging | ||
| - no functional changes | ||
| ## 0.9.0(2021-08-04) | ||
| - initial (Experimental) release of pyhive-forked connector | ||
| - Python DBAPI 2.0 (PEP-0249), thrift based | ||
| - see docs for more info: https://docs.databricks.com/dev-tools/python-sql-connector.html | ||