Skip to content

Commit 89cbe28

Browse files
committed
Add 0.333.0 release notes
1 parent 9b28484 commit 89cbe28

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGES.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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+
## 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+
920
## Release 0.332.0
1021

1122
* Add support for spooling protocol.
@@ -218,14 +229,14 @@ and the [PyPI page](https://pypi.org/project/trino/).
218229

219230
## Release 0.319.0
220231

221-
* Improve the performance of `get_view_names` in SQLAlchemy.
232+
* Improve the performance of `get_view_names` in SQLAlchemy.
222233
([#267](https://github.com/trinodb/trino-python-client/issues/267))
223234
* Fix possible `ValueError` when client receives empty HTTP headers.
224235
([#262](https://github.com/trinodb/trino-python-client/issues/262))
225236
* Fix a compatibility issue with `_rfc_1738_quote` in SQLAlchemy v1.4.42.
226237
([#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.
229240
([#266](https://github.com/trinodb/trino-python-client/issues/266))
230241

231242
## Release 0.318.0

0 commit comments

Comments
 (0)