|
1 |
| -v2.0.2 - May 4, 2022 |
| 1 | +# Release History |
| 2 | + |
| 3 | +## 2.x.x (Unreleased) |
| 4 | + |
| 5 | +- Reorganised code to use Poetry for dependency management. |
| 6 | +## 2.0.2 (2022-05-04) |
2 | 7 | - Better exception handling in automatic connection close
|
3 | 8 |
|
4 |
| -v2.0.1 - April 21, 2022 |
| 9 | +## 2.0.1 (2022-04-21) |
5 | 10 | - Fixed Pandas dependency in setup.cfg to be >= 1.2.0
|
6 | 11 |
|
7 |
| -v2.0.0 - April 19, 2022 |
| 12 | +## 2.0.0 (2022-04-19) |
8 | 13 | - Initial stable release of V2
|
9 | 14 | - Added better support for complex types, so that in Databricks runtime 10.3+, Arrays, Maps and Structs will get
|
10 | 15 | deserialized as lists, lists of tuples and dicts, respectively.
|
11 | 16 | - Changed the name of the metadata arg to http_headers
|
12 | 17 |
|
13 |
| -v2.0.b2 - April 4, 2022 |
| 18 | +## 2.0.b2 (2022-04-04) |
14 | 19 | - Change import of collections.Iterable to collections.abc.Iterable to make the library compatible with Python 3.10
|
15 | 20 | - Fixed bug with .tables method so that .tables works as expected with Unity-Catalog enabled endpoints
|
16 | 21 |
|
17 |
| -v2.0.0b1 - March 4, 2022 |
| 22 | +## 2.0.0b1 (2022-03-04) |
18 | 23 | - Fix packaging issue (dependencies were not being installed properly)
|
19 | 24 | - Fetching timestamp results will now return aware instead of naive timestamps
|
20 | 25 | - The client will now default to using simplified error messages
|
21 | 26 |
|
22 |
| -v2.0.0b - February 8, 2022 |
| 27 | +## 2.0.0b (2022-02-08) |
23 | 28 | - 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.
|
24 | 29 | - Added Unity Catalog support (pass catalog and / or schema key word args to the .connect method to select initial schema and catalog)
|
25 | 30 |
|
26 |
| -**Note**: The code for versions prior to `v2.0.0b` is not contained in this repository. |
| 31 | +--- |
| 32 | + |
| 33 | +**Note**: The code for versions prior to `v2.0.0b` is not contained in this repository. The below entries are included for reference only. |
27 | 34 |
|
28 |
| -v1.0.0 - January 20, 2022 |
| 35 | +--- |
| 36 | +## 1.0.0 (2022-01-20) |
29 | 37 | - Add operations for retrieving metadata
|
30 | 38 | - Add the ability to access columns by name on result rows
|
31 | 39 | - Add the ability to provide configuration settings on connect
|
32 | 40 |
|
33 |
| -v0.9.4 - January 10, 2022 |
| 41 | +## 0.9.4 (2022-01-10) |
34 | 42 | - Improved logging and error messages.
|
35 | 43 |
|
36 |
| -v0.9.3 - December 8, 2021 |
| 44 | +## 0.9.3 (2021-12-08) |
37 | 45 | - Add retries for 429 and 503 HTTP responses.
|
38 | 46 |
|
39 |
| -v0.9.2 - December 2, 2021 |
| 47 | +## 0.9.2 (2021-12-02) |
40 | 48 | - (Bug fix) Increased Thrift requirement from 0.10.0 to 0.13.0 as 0.10.0 was in fact incompatible
|
41 |
| -- (Bug fix) Fixed error message after query execution failed - SQLSTATE and Error message were misplaced |
| 49 | +- (Bug fix) Fixed error message after query execution failed -SQLSTATE and Error message were misplaced |
42 | 50 |
|
43 |
| -v0.9.1 - Sept 1, 2021 |
| 51 | +## 0.9.1 (2021-09-01) |
44 | 52 | - Public Preview release, Experimental tag removed
|
45 | 53 | - minor updates in internal build/packaging
|
46 | 54 | - no functional changes
|
47 | 55 |
|
48 |
| -v0.9.0 - Aug 4, 2021 |
| 56 | +## 0.9.0 (2021-08-04) |
49 | 57 | - initial (Experimental) release of pyhive-forked connector
|
50 | 58 | - Python DBAPI 2.0 (PEP-0249), thrift based
|
51 | 59 | - see docs for more info: https://docs.databricks.com/dev-tools/python-sql-connector.html
|
0 commit comments