From 8dc918e51b5da48f7f36d3f4633e66dfa42eba25 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Thu, 24 Oct 2024 10:58:08 -0700 Subject: [PATCH] Add 463 release notes entries While HTTP/2 was supported before, now it is used by default with CLI as well as the JDBC driver. --- docs/src/main/sphinx/release/release-463.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/main/sphinx/release/release-463.md b/docs/src/main/sphinx/release/release-463.md index afe04c29cc78..c1ce4c2d7e53 100644 --- a/docs/src/main/sphinx/release/release-463.md +++ b/docs/src/main/sphinx/release/release-463.md @@ -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`) @@ -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`)