Skip to content

Commit 0f2be72

Browse files
authored
Prepare release 0.18.0 (#502)
1 parent a6f613d commit 0f2be72

File tree

1 file changed

+11
-36
lines changed

1 file changed

+11
-36
lines changed

CHANGELOG.md

Lines changed: 11 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,27 @@
11
Changelog
22
=========
33

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
395
------
406
* **Improvements**
417
- Add support for retaining cookies among http requests for LDAP and GSSAPI/PLAIN
428
SASL (#465)
439
Notes: Authentication cookie is enabled by default. The connect() API parameter
4410
auth_cookie_names is deprecated. If a user uses GSSAPI authentication with
4511
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.
4713
- 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)
4820

4921
* **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)
5025
- Convert the values of VARCHAR/CHAR columns to unicode strings (#457)
5126
- Add missing expect_more_rows argument (#453)
5227

0 commit comments

Comments
 (0)