Skip to content

Commit

Permalink
Add 463 release notes entries
Browse files Browse the repository at this point in the history
While HTTP/2 was supported before, now it is used by default with
CLI as well as the JDBC driver.
  • Loading branch information
mosabua committed Oct 25, 2024
1 parent 93fb674 commit 8dc918e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/main/sphinx/release/release-463.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Enable HTTP/2 for internal communication by default. The previous behavior can
be restored by setting `internal-communication.http2.enabled` to `false`. ({issue}`21793`)
* Support connecting over HTTP/2 for client drivers and client applications. ({issue}`21793`)
* Add {func}`timezone` functions to extract the timezone identifier from from a
`timestamp(p) with time zone` or `time(p) with time zone`. ({issue}`20893`)
* Include table functions with `SHOW FUNCTIONS` output. ({issue}`12550`)
Expand All @@ -12,6 +13,14 @@
{func}`dense_rank`, {func}`percent_rank`, {func}`cume_dist`, and
{func}`row_number`. ({issue}`23742`)

## JDBC driver

* Support connecting over HTTP/2. ({issue}`21793`)

## CLI

* Support connecting over HTTP/2. ({issue}`21793`)

## ClickHouse connector

* Improve performance for queries with `IS NULL` expressions. ({issue}`23459`)
Expand Down

0 comments on commit 8dc918e

Please sign in to comment.