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