Skip to content

Commit 95b6e14

Browse files
Jessie212hashhar
authored andcommitted
Create changes file
1 parent 7c27faa commit 95b6e14

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

CHANGES.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# History of changes and releases
2+
3+
Release dates, binaries, and other information for the Trino Python client are
4+
available in the [tags
5+
list](https://github.com/trinodb/trino-python-client/tags), the
6+
[README](https://github.com/trinodb/trino-python-client/blob/master/README.md)
7+
and the [PyPI page](https://pypi.org/project/trino/).
8+
9+
## Trino Python client 0.315.0
10+
11+
* Add support for the `USE catalog.schema` statement.
12+
* Add support for the `SET ROLE` statement.
13+
* Make DBAPI errors PEP 249 compatible.
14+
15+
## Trino Python client 0.314.0
16+
17+
* Support for `time(p)` and `timestamp(p)` in SQLAlchemy.
18+
* Fix failure when building `INSERT` statement from `WITH` clause in SQLAlchemy.
19+
20+
## Trino Python client 0.313.0
21+
22+
* Support `executemany` method in DBAPI
23+
* Support keyring to securely cache the OAuth2 token
24+
* Support client tags
25+
* Improve type mapping
26+
27+
## Trino Python client 0.311.0
28+
29+
* Introduce `experimental_python_types` flag for decimal, date, time, timestamp
30+
with time zone and timestamp types.
31+
* Add JWT token support via connection string in sqlalchemy.
32+
* Get table comment from system catalog in sqlalchemy.
33+
34+
## Trino Python client 0.310.0
35+
36+
* Support SQLAlchemy in old server versions.
37+
* Fix handling transaction requests in auto-commit mode.
38+
* Add CertificateAuthentication class for cert based authentication.
39+
* Add support for `extra_credential`.
40+
* Fix `LIMIT` clause in SQLAlchemy.
41+
42+
## Trino Python client 0.309.0
43+
44+
* Add support for SQLAlchemy (requires Trino version >= 352).
45+
* Fix multiple challenges handling in OAuth2.
46+
47+
## Trino Python client 0.308.0
48+
49+
* Add support full OAuth2 flow for authentication.
50+
* Fix encode/decode error for session properties.
51+
* Expose info_uri from query status in Cursor.
52+
* Retry on 504 gateway timeout responses.
53+
* Use HTTPS when port is 443.
54+
55+
## Trino Python client 0.306.0
56+
57+
* Add support for JWT Authentication.
58+
* Remove support for Python 2.7.
59+
* Remove support for Python 3.5.
60+
61+
## Older releases
62+
63+
Details for older releases are available in the [tags
64+
list](https://github.com/trinodb/trino-python-client/tags), the code itself,
65+
and the
66+
[README](https://github.com/trinodb/trino-python-client/blob/master/README.md)
67+
documentation.

0 commit comments

Comments
 (0)