Skip to content

Commit 03fa336

Browse files
author
lexeyo
committed
cc docs: changelog 2.16 fixes
commit_hash:fd44941819527658f243e7a8f49704a83fbb415b
1 parent 35d3a29 commit 03fa336

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

scripts/docs/en/userver/roadmap_and_changelog.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ Changelog news also go to the
4343
userver for quite some time. Use C++20 or even a more modern C++.
4444
* New readiness notification flow for tasks, futures, events and other awaitable objects. It provides a lightweight and
4545
efficient framework for more efficient implementation of waiting objects/methods like @ref engine::WaitAny,
46-
@ref engine::FdPoller, @ref engine::TaskBase::BlockingWait .
47-
* Ydb: @ref ydb::Transaction and @ref ydb::TableClient::ExecuteDataQuery switched from Table Client to Query Client API.
46+
@ref engine::io::FdPoller, @ref engine::TaskBase::BlockingWait .
47+
* Ydb: @ref ydb::Transaction and `ydb::TableClient::ExecuteDataQuery` switched from Table Client to Query Client API.
4848
* Multicast support for sockets. See @ref engine::io::IpMreq .
4949
Many thanks to [Dmitry Borchuk](https://github.com/dmitryborchuk) for the contribution!
5050
* SAX parsing in Chaotic codegen. See @ref scripts/docs/en/userver/chaotic.md .
5151
* HttpClient: New Websocket client. See @ref scripts/docs/en/userver/tutorial/websocket_client.md .
5252
* gRPC: Retry limiter. See @ref ugrpc::client::RetryLimiter .
53+
5354
* Separate log for components loading that simplifies components loading issues debugging.
5455
See `components_manager.boot-log-path` in @ref components::ManagerControllerComponent .
5556
* Redis: Valkey and Redis dynamic client component. See @ref components::DynamicRedis .
@@ -60,7 +61,7 @@ Changelog news also go to the
6061
for the contribution!
6162
* Kafka: Added `group_instance_id` option to @ref kafka::ConsumerComponent .
6263
* gRPC: Perform retry on the next channel.
63-
* Ydb: New transaction modes support. See @ref ydb::TransactionMode .
64+
* Ydb: New transaction modes support. See `ydb::TransactionMode`.
6465
* Ydb: New AsContainer() method in cursor. See @ref ydb::Cursor::AsContainer .
6566
* Redis: New @ref storages::redis::Client::EvalReadOnly and @ref storages::redis::Client::EvalShaReadOnly functions.
6667
* Per-handler metrics in HTTP server. See `SetHandlerMetricsShard` in @ref server::request::RequestContext .
@@ -107,10 +108,10 @@ Changelog news also go to the
107108

108109
* Build and testing
109110
* Updated Google benchmark to 1.9.5. Many thanks to [Konstantin Goncharik](https://github.com/botanegg) for the PR!
110-
* Userver devcontainer. See @ref scripts/docs/en/userver/build/userver.md#devcontainers_userver .
111+
* Userver dev container. See @ref scripts/docs/en/userver/build/userver.md .
111112
* New `component_manager.coro_pool.unoptimized_stack_size_multiplier` option to automatically increase stack size
112113
in unoptimized builds. See @ref components::ManagerControllerComponent .
113-
* gRPC: @ref @ref pytest_userver.grpc._client.PreCallClientInterceptor accessible from testsuite.
114+
* gRPC: @ref pytest_userver.grpc._client.PreCallClientInterceptor accessible from testsuite.
114115
* New @ref utils::StartPeriodicTask method that allows deterministic testing of periodic tasks in testsuite.
115116
* Upgraded CPM.cmake to 0.42.1. Many thanks to [Konstantin Goncharik](https://github.com/botanegg) for the PR!
116117

0 commit comments

Comments
 (0)