|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
4 | | -0.18a7 |
5 | | ------- |
6 | | -* **Improvements** |
7 | | - - Enable setting user_agent in http protocol (#498) |
8 | | - |
9 | | -0.18a6 |
10 | | ------- |
11 | | -* **Bug Fixes** |
12 | | - - Fix SSL connections (broken by THRIFT-5595) (#496) |
13 | | - |
14 | | -0.18a5 |
15 | | ------- |
16 | | -* **Bug Fixes** |
17 | | - - Fix parameter substitution in execetutemany() (#494) |
18 | | - |
19 | | -0.18a4 |
20 | | ------- |
21 | | -* **Improvements** |
22 | | - - Upgrade Thrift to 0.16.0 (#490) |
23 | | - Notes: this fixes compatibility with Python 3.10 |
24 | | - - Resolve py.test warnings (#482, #491) |
25 | | - |
26 | | -0.18a3 |
27 | | ------- |
28 | | -* **Improvements** |
29 | | - - Fix an issue where datetime or date is not correctly quoted as string when |
30 | | - performing sql substitutions (#487) |
31 | | - |
32 | | -0.18a2 |
33 | | ------- |
34 | | -* **Improvements** |
35 | | - - Add support for retaining cookies among http requests for NOSASL and JWT |
36 | | - authentication (#477) |
37 | | - |
38 | | -0.18a1 |
| 4 | +0.18.0 |
39 | 5 | ------ |
40 | 6 | * **Improvements** |
41 | 7 | - Add support for retaining cookies among http requests for LDAP and GSSAPI/PLAIN |
42 | 8 | SASL (#465) |
43 | 9 | Notes: Authentication cookie is enabled by default. The connect() API parameter |
44 | 10 | auth_cookie_names is deprecated. If a user uses GSSAPI authentication with |
45 | 11 | existing client code to call connect() API with auth_cookie_names set as None |
46 | | - explicitly, the auth cookie will be enabled after upgrading Impyla to 0.18a1. |
| 12 | + explicitly, the auth cookie will be enabled after upgrading Impyla to 0.18. |
47 | 13 | - Add support for authentication via JWT token (#463) |
| 14 | + - Add support for retaining cookies among http requests for NOSASL and JWT |
| 15 | + authentication (#477) |
| 16 | + - Upgrade Thrift to 0.16.0 (#490) |
| 17 | + Notes: this fixes compatibility with Python 3.10 |
| 18 | + - Enable supports_multivalues_insert in SQLAlchemy (#499) |
| 19 | + - Enable setting user_agent in http protocol (#498) |
48 | 20 |
|
49 | 21 | * **Bug Fixes** |
| 22 | + - Fix an issue where datetime or date is not correctly quoted as string when |
| 23 | + performing sql substitutions (#487) |
| 24 | + - Fix parameter substitution in executemany() (#494) |
50 | 25 | - Convert the values of VARCHAR/CHAR columns to unicode strings (#457) |
51 | 26 | - Add missing expect_more_rows argument (#453) |
52 | 27 |
|
|
0 commit comments