@@ -28,11 +28,13 @@ and the [PyPI page](https://pypi.org/project/trino/).
28
28
29
29
* Add support for ` SET SESSION AUTHORIZATION ` .
30
30
([ #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.
32
33
([ #454 ] ( https://github.com/trinodb/trino-python-client/issues/454 ) )
33
34
* Add support to SQLAlchemy dialect for ` ROW ` and ` ARRAY ` DDL generation.
34
35
([ #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.
36
38
([ #444 ] ( https://github.com/trinodb/trino-python-client/issues/444 ) )
37
39
38
40
## Release 0.328.0
@@ -122,7 +124,8 @@ and the [PyPI page](https://pypi.org/project/trino/).
122
124
([ #359 ] ( https://github.com/trinodb/trino-python-client/issues/359 ) )
123
125
* Support using timezone aware ` datetime.time ` params in prepared statements.
124
126
([ #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.
126
129
([ #338 ] ( https://github.com/trinodb/trino-python-client/issues/338 ) )
127
130
* Interpret ` roles ` without catalog name as system roles for convenience.
128
131
([ #341 ] ( https://github.com/trinodb/trino-python-client/issues/341 ) )
@@ -134,8 +137,8 @@ and the [PyPI page](https://pypi.org/project/trino/).
134
137
* Provide a read-only property ` query ` on the DB-API ` Cursor ` which contains
135
138
the query text submitted through the cursor when available.
136
139
([ #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.
139
142
([ #340 ] ( https://github.com/trinodb/trino-python-client/issues/340 ) )
140
143
* Fix query cancellation to follow the protocol. Before this change cancelling
141
144
a query could lead to errors from the Trino server.
@@ -154,7 +157,8 @@ and the [PyPI page](https://pypi.org/project/trino/).
154
157
([ #315 ] ( https://github.com/trinodb/trino-python-client/issues/315 ) )
155
158
* Add support for chaining methods on ` Cursor.execute ` .
156
159
([ #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.
158
162
([ #311 ] ( https://github.com/trinodb/trino-python-client/issues/311 ) )
159
163
160
164
### Breaking Changes
@@ -182,9 +186,11 @@ and the [PyPI page](https://pypi.org/project/trino/).
182
186
183
187
* Fix handling of expired access tokens when using OAuth 2 authentication.
184
188
([ #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.
186
191
([ #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 ` .
188
194
([ #295 ] ( https://github.com/trinodb/trino-python-client/issues/295 ) )
189
195
190
196
## Release 0.319.0
0 commit comments