From a23d316f9793be631eccec22752eb4ce7a9c90bf Mon Sep 17 00:00:00 2001 From: antoshkka Date: Wed, 18 Sep 2024 16:25:59 +0300 Subject: [PATCH] feat docs: release 2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tests: протестировано CI commit_hash:69207f34e32e421921433fa77b0a268feb686dd8 --- cmake/GetUserverVersion.cmake | 2 +- scripts/docs/en/userver/roadmap_and_changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cmake/GetUserverVersion.cmake b/cmake/GetUserverVersion.cmake index e014d4e2b2b0..04f1a42f3588 100644 --- a/cmake/GetUserverVersion.cmake +++ b/cmake/GetUserverVersion.cmake @@ -23,7 +23,7 @@ else() endif() set(USERVER_MAJOR_VERSION 2) -set(USERVER_MINOR_VERSION 4-rc) +set(USERVER_MINOR_VERSION 4) set(USERVER_VERSION "${USERVER_MAJOR_VERSION}.${USERVER_MINOR_VERSION}") string(REPLACE "-" "_" USERVER_VERSION_STR "${USERVER_VERSION}") diff --git a/scripts/docs/en/userver/roadmap_and_changelog.md b/scripts/docs/en/userver/roadmap_and_changelog.md index 5a1b39c5a898..c3104742ccb2 100644 --- a/scripts/docs/en/userver/roadmap_and_changelog.md +++ b/scripts/docs/en/userver/roadmap_and_changelog.md @@ -40,6 +40,10 @@ Changelog news also go to the headers for new requests. * PostgreSQL span names are now a little bit more informative. Thanks to [TertiumOrganum1](https://github.com/TertiumOrganum1) for the PR! +* Kafka now has a `client.id` static option. Many thanks to + [Nikolay Pervushin](https://github.com/Greenvi4) for the PR. +* PostgreSQL type errors become more informative. Thanks to + [farmovit](https://github.com/farmovit) for the report! * Optimizations: * HTTP/2 server implementation now does not copy data to send, saving CPU