Skip to content

Commit e841d31

Browse files
committed
Update CHANGELOG.md for 2025-06-01
1 parent 003c739 commit e841d31

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* 18352:Added database audit logs in console's tablet.[#18352](https://github.com/ydb-platform/ydb/pull/18352) ([flown4qqqq](https://github.com/flown4qqqq))
77
* 18298:Limited the creation of ReassignerActor to only one active instance to prevent [SelfHeal](https://ydb.tech/docs/ru/maintenance/manual/selfheal) from overloading BSC. [#18298](https://github.com/ydb-platform/ydb/pull/18298) ([Sergey Belyakov](https://github.com/serbel324))
88
* 18294:Changed version format from Year.Major.Minor.Hotfix to Year.Major.Minor.Patch.Hotfix [#18294](https://github.com/ydb-platform/ydb/pull/18294) ([Sergey Belyakov](https://github.com/serbel324))
9+
* 19056:fixed "Failed to set up listener on port 9092 errno# 98 (Address already in use)" [#19056](https://github.com/ydb-platform/ydb/pull/19056) ([Nikolay Shestakov](https://github.com/nshestakov))
910

1011
### Bug fixes
1112

@@ -16,3 +17,12 @@
1617
* 18296:Fixed replication continuing to consume disk space when storage was low, which caused VDisks to become read-only. [#18296](https://github.com/ydb-platform/ydb/pull/18296) ([Sergey Belyakov](https://github.com/serbel324))
1718
* 18271:Fix replication bug #10650 [#18271](https://github.com/ydb-platform/ydb/pull/18271) ([Alexander Rutkovsky](https://github.com/alexvru))
1819
* 18231:Fix segfault that could happen while retrying Whiteboard requests. [#18231](https://github.com/ydb-platform/ydb/pull/18231) ([Andrei Rykov](https://github.com/StekPerepolnen))
20+
* 19012:fix low performance in stream lookup on many reads https://github.com/ydb-platform/ydb/issues/19010
21+
add simple overload logic https://github.com/ydb-platform/ydb/issues/19011 [#19012](https://github.com/ydb-platform/ydb/pull/19012) ([Vitalii Gridnev](https://github.com/gridnevvvit))
22+
* 18938:In the table description columns are returned in the same order as they were specified in CREATE TABLE. [#18938](https://github.com/ydb-platform/ydb/pull/18938) ([Ilnaz Nizametdinov](https://github.com/CyberROFL))
23+
* 18794:Move changes from #18614
24+
25+
Issue #18615
26+
27+
Temporarily removed the checks for `StartOffset` and `EndOffset` at the start of the partition actor. [#18794](https://github.com/ydb-platform/ydb/pull/18794) ([Alek5andr-Kotov](https://github.com/Alek5andr-Kotov))
28+

0 commit comments

Comments
 (0)