Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacBlanco committed Feb 4, 2025
1 parent ea34afb commit c62e0eb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions presto-docs/src/main/sphinx/release/release-0.291.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ Cassandra Connector Changes
___________________________
* Improve cryptographic protocol in response to `Weak SSL/TLS protocols should not be used <https://sonarqube.ow2.org/coding_rules?open=java%3AS4423&rule_key=java%3AS4423>`_. `#24436 <https://github.com/prestodb/presto/pull/24436>`_

Clickhouse Connector Changes
____________________________
* Add ``DateTime64`` type support. `#24344 <https://github.com/prestodb/presto/pull/24344>`_

Delta Connector Changes
_______________________
* Add ``catalog.system.invalidate_metastore_cache`` procedure to invalidate all, or portions of, the metastore cache. `#23401 <https://github.com/prestodb/presto/pull/23401>`_
Expand Down Expand Up @@ -121,11 +125,6 @@ MongoDB Connector Changes
_________________________
* Add steps to connect to MongoDB cluster with TLS CA File to :doc:`/connector/mongodb`. `#24352 <https://github.com/prestodb/presto/pull/24352>`_


Clickhouse Connector Changes
----------------------------
* Add ``DateTime64`` type support. `#24344 <https://github.com/prestodb/presto/pull/24344>`_

SPI Changes
___________
* Improve ExpressionOptimizer#optimize method with a variable resolver to return ``RowExpression``. `#24287 <https://github.com/prestodb/presto/pull/24287>`_
Expand Down

0 comments on commit c62e0eb

Please sign in to comment.