Skip to content

Commit 2d82d95

Browse files
committed
Remove incomplete list of changes from older releases
1 parent 95b6e14 commit 2d82d95

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

CHANGES.md

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -6,58 +6,6 @@ list](https://github.com/trinodb/trino-python-client/tags), the
66
[README](https://github.com/trinodb/trino-python-client/blob/master/README.md)
77
and the [PyPI page](https://pypi.org/project/trino/).
88

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-
619
## Older releases
6210

6311
Details for older releases are available in the [tags

0 commit comments

Comments
 (0)