File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Changelog news also go to the
56
56
* Optimizations
57
57
* Speed up configuration reads on creating new PostgreSQL connections.
58
58
* utils::PeriodicTask now calls RCU Read two times less on each iteration.
59
+ * Reduced memory allocations count on each Redis request.
59
60
60
61
* Build
61
62
* Fixed build with ` USERVER_FEATURE_JEMALLOC=ON ` . Many thanks to [ Aleksey Ignatiev] ( https://github.com/ae-ignatiev )
@@ -70,7 +71,9 @@ Changelog news also go to the
70
71
* Added ` ubuntu-22.04-userver-pg-dev ` image with all the tools for development. Planning to switch to Ubuntu-24.04 and
71
72
leave only 2 containers: with build dependencies to build userver, and with prebuild userver.
72
73
* Added missing fmt11 headers. Thanks to [ Pavel Sidorovich] ( https://github.com/RayeS2070 ) for the PR!
73
- * Added ` USERVER_USE_STATIC_LIBS ` to link third-party libraries statically.
74
+ * Added ` USERVER_USE_STATIC_LIBS ` to link third-party libraries statically.
75
+ * Support ` pacman ` epoch in CMake version detection. Many thanks to [ Konstantin Goncharik] ( https://github.com/botanegg )
76
+ for the PR.
74
77
75
78
* Documentation
76
79
* Significant update of the @ref scripts/docs/en/userver/build/build.md
You can’t perform that action at this time.
0 commit comments