1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-01 02:37:02 +08:00

Add 7.1.12, 7.1.13 release notes

This commit is contained in:
Jingyu Zhou 2022-07-07 13:21:41 -07:00
parent 59cdb8ae7c
commit 5b3521f7f0

@ -4,6 +4,20 @@
Release Notes
#############
7.1.13
======
* Same as 7.1.12 release with AVX enabled.
7.1.12
======
* Released with AVX disabled.
* Optimized out the version vector specific code on the client when version vector is disabled. `(PR #7528) <https://github.com/apple/foundationdb/pull/7528>`_
* Added pipelining for secondary queries in index prefetch. `(PR #7507) <https://github.com/apple/foundationdb/pull/7507>`_
* Fixed a connection failure bug when using DNS names. `(PR #7478) <https://github.com/apple/foundationdb/pull/7478>`_
* Fixed delays in version advancement that can be larger than knob MAX_COMMIT_BATCH_INTERVAL. `(PR #7518) <https://github.com/apple/foundationdb/pull/7518>`_
* Removed explicit degraded peer recovery in gray failure detection since this may be false positive. `(PR #7466) <https://github.com/apple/foundationdb/pull/7466>`_
* Fixed undefined behavior from accessing field of uninitialized object. `(PR #7430) <https://github.com/apple/foundationdb/pull/7430>`_
7.1.11
======
* Same as 7.1.10 release with AVX enabled.