@@ -28,11 +28,13 @@ and the [PyPI page](https://pypi.org/project/trino/).
2828
2929* Add support for ` SET SESSION AUTHORIZATION ` .
3030 ([ #349 ] ( https://github.com/trinodb/trino-python-client/issues/349 ) )
31- * Add support for GSSAPI based Kerberos authentication. Use ` auth=GSSAPIAuthentication(...) ` to use it.
31+ * Add support for GSSAPI based Kerberos authentication. Use
32+ ` auth=GSSAPIAuthentication(...) ` to use it.
3233 ([ #454 ] ( https://github.com/trinodb/trino-python-client/issues/454 ) )
3334* Add support to SQLAlchemy dialect for ` ROW ` and ` ARRAY ` DDL generation.
3435 ([ #458 ] ( https://github.com/trinodb/trino-python-client/issues/458 ) )
35- * Fix possible OAuth2 authentication failures when identity providers return multiple challenges.
36+ * Fix possible OAuth2 authentication failures when identity providers return
37+ multiple challenges.
3638 ([ #444 ] ( https://github.com/trinodb/trino-python-client/issues/444 ) )
3739
3840## Release 0.328.0
@@ -122,7 +124,8 @@ and the [PyPI page](https://pypi.org/project/trino/).
122124 ([ #359 ] ( https://github.com/trinodb/trino-python-client/issues/359 ) )
123125* Support using timezone aware ` datetime.time ` params in prepared statements.
124126 ([ #360 ] ( https://github.com/trinodb/trino-python-client/issues/360 ) )
125- * Allow accessing ` ROW ` type fields using their names in addition to their indices.
127+ * Allow accessing ` ROW ` type fields using their names in addition to their
128+ indices.
126129 ([ #338 ] ( https://github.com/trinodb/trino-python-client/issues/338 ) )
127130* Interpret ` roles ` without catalog name as system roles for convenience.
128131 ([ #341 ] ( https://github.com/trinodb/trino-python-client/issues/341 ) )
@@ -134,8 +137,8 @@ and the [PyPI page](https://pypi.org/project/trino/).
134137* Provide a read-only property ` query ` on the DB-API ` Cursor ` which contains
135138 the query text submitted through the cursor when available.
136139 ([ #323 ] ( https://github.com/trinodb/trino-python-client/issues/323 ) )
137- * Automatically determine ` http_scheme ` , ` host ` and ` port ` from ` host ` if it's a
138- valid URL.
140+ * Automatically determine ` http_scheme ` , ` host ` and ` port ` from ` host ` if it's
141+ a valid URL.
139142 ([ #340 ] ( https://github.com/trinodb/trino-python-client/issues/340 ) )
140143* Fix query cancellation to follow the protocol. Before this change cancelling
141144 a query could lead to errors from the Trino server.
@@ -154,7 +157,8 @@ and the [PyPI page](https://pypi.org/project/trino/).
154157 ([ #315 ] ( https://github.com/trinodb/trino-python-client/issues/315 ) )
155158* Add support for chaining methods on ` Cursor.execute ` .
156159 ([ #279 ] ( https://github.com/trinodb/trino-python-client/issues/279 ) )
157- * Fix bug where passing ` roles ` to ` Connection ` did not enable the provided roles.
160+ * Fix bug where passing ` roles ` to ` Connection ` did not enable the provided
161+ roles.
158162 ([ #311 ] ( https://github.com/trinodb/trino-python-client/issues/311 ) )
159163
160164### Breaking Changes
@@ -182,9 +186,11 @@ and the [PyPI page](https://pypi.org/project/trino/).
182186
183187* Fix handling of expired access tokens when using OAuth 2 authentication.
184188 ([ #284 ] ( https://github.com/trinodb/trino-python-client/issues/284 ) )
185- * Support ` None ` values in array, map and row types when ` experimental_python_types ` is enabled.
189+ * Support ` None ` values in array, map and row types when
190+ ` experimental_python_types ` is enabled.
186191 ([ #269 ] ( https://github.com/trinodb/trino-python-client/issues/269 ) )
187- * Expose query id of most recently executed query on a cursor as ` Cursor.query_id ` .
192+ * Expose query id of most recently executed query on a cursor as
193+ ` Cursor.query_id ` .
188194 ([ #295 ] ( https://github.com/trinodb/trino-python-client/issues/295 ) )
189195
190196## Release 0.319.0
0 commit comments