@@ -6,6 +6,17 @@ list](https://github.com/trinodb/trino-python-client/tags), the
6
6
[ README] ( https://github.com/trinodb/trino-python-client/blob/master/README.md )
7
7
and the [ PyPI page] ( https://pypi.org/project/trino/ ) .
8
8
9
+ ## Release 0.333.0
10
+
11
+ * Improve handling of query results containing null error field.
12
+ ([ #512 ] ( https://github.com/trinodb/trino-python-client/pull/512 ) )
13
+ * Fix accessing spooled segments on S3 when authentication to Trino cluster
14
+ is used.
15
+ ([ #525 ] ( https://github.com/trinodb/trino-python-client/pull/525 ) )
16
+ * Simplify ` segment ` cursor API, that makes it easier to iterate over spooled
17
+ segments.
18
+ ([ #525 ] ( https://github.com/trinodb/trino-python-client/pull/525 ) )
19
+
9
20
## Release 0.332.0
10
21
11
22
* Add support for spooling protocol.
@@ -218,14 +229,14 @@ and the [PyPI page](https://pypi.org/project/trino/).
218
229
219
230
## Release 0.319.0
220
231
221
- * Improve the performance of ` get_view_names ` in SQLAlchemy.
232
+ * Improve the performance of ` get_view_names ` in SQLAlchemy.
222
233
([ #267 ] ( https://github.com/trinodb/trino-python-client/issues/267 ) )
223
234
* Fix possible ` ValueError ` when client receives empty HTTP headers.
224
235
([ #262 ] ( https://github.com/trinodb/trino-python-client/issues/262 ) )
225
236
* Fix a compatibility issue with ` _rfc_1738_quote ` in SQLAlchemy v1.4.42.
226
237
([ #273 ] ( https://github.com/trinodb/trino-python-client/issues/273 ) )
227
- * Return only tables in SQLAlchemy ` get_table_names ` . Previously, it
228
- also contained views.
238
+ * Return only tables in SQLAlchemy ` get_table_names ` . Previously, it
239
+ also contained views.
229
240
([ #266 ] ( https://github.com/trinodb/trino-python-client/issues/266 ) )
230
241
231
242
## Release 0.318.0
0 commit comments