@@ -15,58 +15,6 @@ list](https://github.com/trinodb/trino-python-client/tags) and the
15
15
having same name and schema exist in different catalogs. (#217 )
16
16
* Remove spurious logging of HTTP responses when query is cancelled. (#216 )
17
17
18
- ## Trino Python client 0.315.0
19
-
20
- * Add support for the ` USE catalog.schema ` statement.
21
- * Add support for the ` SET ROLE ` statement.
22
- * Make DBAPI errors PEP 249 compatible.
23
-
24
- ## Trino Python client 0.314.0
25
-
26
- * Support for ` time(p) ` and ` timestamp(p) ` in SQLAlchemy.
27
- * Fix failure when building ` INSERT ` statement from ` WITH ` clause in SQLAlchemy.
28
-
29
- ## Trino Python client 0.313.0
30
-
31
- * Support ` executemany ` method in DBAPI
32
- * Support keyring to securely cache the OAuth2 token
33
- * Support client tags
34
- * Improve type mapping
35
-
36
- ## Trino Python client 0.311.0
37
-
38
- * Introduce ` experimental_python_types ` flag for decimal, date, time, timestamp
39
- with time zone and timestamp types.
40
- * Add JWT token support via connection string in sqlalchemy.
41
- * Get table comment from system catalog in sqlalchemy.
42
-
43
- ## Trino Python client 0.310.0
44
-
45
- * Support SQLAlchemy in old server versions.
46
- * Fix handling transaction requests in auto-commit mode.
47
- * Add CertificateAuthentication class for cert based authentication.
48
- * Add support for ` extra_credential ` .
49
- * Fix ` LIMIT ` clause in SQLAlchemy.
50
-
51
- ## Trino Python client 0.309.0
52
-
53
- * Add support for SQLAlchemy (requires Trino version >= 352).
54
- * Fix multiple challenges handling in OAuth2.
55
-
56
- ## Trino Python client 0.308.0
57
-
58
- * Add support full OAuth2 flow for authentication.
59
- * Fix encode/decode error for session properties.
60
- * Expose info_uri from query status in Cursor.
61
- * Retry on 504 gateway timeout responses.
62
- * Use HTTPS when port is 443.
63
-
64
- ## Trino Python client 0.306.0
65
-
66
- * Add support for JWT Authentication.
67
- * Remove support for Python 2.7.
68
- * Remove support for Python 3.5.
69
-
70
18
## Older releases
71
19
72
20
Details for older releases are available in the [ tags
0 commit comments