Skip to content

Commit

Permalink
feat docs: release 2.4
Browse files Browse the repository at this point in the history
Tests: протестировано CI
commit_hash:69207f34e32e421921433fa77b0a268feb686dd8
  • Loading branch information
apolukhin committed Sep 18, 2024
1 parent a8bd97f commit a23d316
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/GetUserverVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
4 changes: 4 additions & 0 deletions scripts/docs/en/userver/roadmap_and_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a23d316

Please sign in to comment.