Add 7.1.30, 7.1.31 release notes (#9823)

This commit is contained in:
Jingyu Zhou 2023-03-28 13:13:11 -07:00 committed by GitHub
parent ed722ce1c0
commit f94257e9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,18 @@
Release Notes
#############
7.1.31
======
* Same as 7.1.30 release with AVX enabled.
7.1.30
======
* Released with AVX disabled.
* Fixed storage server finishedQueries metric when using getMappedRange. `(PR #9785) <https://github.com/apple/foundationdb/pull/9785>`_
* Fixed unnecessary transaction system recovery when excluding the servers that are already excluded/failed. `(PR #9809) <https://github.com/apple/foundationdb/pull/9809>`_
* Fixed the exclusion of stateless processes by skipping the free capacity check. `(PR #9789) <https://github.com/apple/foundationdb/pull/9789>`_
* Fixed an issue where the new worker cannot get ServerDBInfo update. `(PR #9778) <https://github.com/apple/foundationdb/pull/9778>`_
7.1.29
======
* Same as 7.1.28 release with AVX enabled.