Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: userver-framework/userver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop@{1day}
Choose a base ref
...
head repository: userver-framework/userver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 9 commits
  • 50 files changed
  • 7 contributors

Commits on Apr 28, 2026

  1. feat userver: support PQsendPipelineSync

    commit_hash:398e6ddac4e063d70280adb586d1b9d29d962c71
    romankoshelev committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    1787e82 View commit details
    Browse the repository at this point in the history
  2. cc core: cleanup wait-all-checked-upgrade experiment

    Removes the old WaitAllChecked implementation and cleans up the related experiment.
    commit_hash:fcd3a1cc43e3858f76fc3f7f172529f01511387c
    lexeyo committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    2142e76 View commit details
    Browse the repository at this point in the history
  3. feat build: provide a userver/version.hpp file

    Tests: протестировано CI
    Closes: #1174
    commit_hash:43846101ef0d972348e42c253853801dcb19a5a2
    apolukhin committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    063166d View commit details
    Browse the repository at this point in the history
  4. cc engine: add tests for critical task cancellation

    commit_hash:3ff5e3b9ee94fc59a4c232b6d26a392288f02c9e
    Anton3 committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    8b432b7 View commit details
    Browse the repository at this point in the history
  5. fix chaotic: fixup chrono milliseconds convert

    Tests: протестировано CI
    
    ---
    
    Pull Request resolved: #1195
    
    Co-authored-by: antoshkka <antoshkka@userver.tech>
    commit_hash:9a73d342ab276357c57b27707df398165dbff73c
    2 people authored and robot-piglet committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    9a0dc8e View commit details
    Browse the repository at this point in the history
  6. cc rabbitmq: fix ubuntu tests

    commit_hash:cf262ceb5de32a8336ad10cd0d94dcc79e18da4f
    Anton3 committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    d9bb339 View commit details
    Browse the repository at this point in the history
  7. cc rabbitmq: fix macos tests

    commit_hash:de8ad0052ef76890a95460adbba75eea8e9c466d
    Anton3 committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    10da651 View commit details
    Browse the repository at this point in the history
  8. fix universal: use std::addressof in FindOrNullptr

    Fixes #1184
    Tests: протестировано CI
    
    ---
    
    Pull Request resolved: #1196
    
    Co-authored-by: antoshkka <antoshkka@userver.tech>
    Co-authored-by: antoshkka <antoshkka@userver.tech>
    Co-authored-by: antoshkka <antoshkka@userver.tech>
    commit_hash:94c5fac1d860840ea0d5a6f3df5e81070c1ad450
    2 people authored and robot-piglet committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    22dbc4b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2026

  1. feat redis: add CLUSTER SHARDS option

    Adding support for CLUSTER SHARDS to determine topology instead of CLUSTER SLOTS.
    Unlike cluster slots, it includes unavailable hosts (marked with "health": "failed") in the list of shards. This is important for determining the source of the problem: whether we cannot connect to the host, or the host is unavailable and the cluster itself is aware of it.
    commit_hash:2fccb9fbebd76ec9093937b77b4f89c1635ead20
    vaninvv committed Apr 29, 2026
    Configuration menu
    Copy the full SHA
    4661929 View commit details
    Browse the repository at this point in the history
Loading