Add release note for trace_partial_file_suffix

This commit is contained in:
Andrew Noyes 2021-08-03 16:16:01 -07:00
parent cf7b42e652
commit 1d3c185182
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
Release Notes
#############
6.3.19
======
* Add the ``trace_partial_file_suffix`` network option. This option will give unfinished trace files a special suffix to indicate they're not complete yet. When the trace file is complete, it is renamed to remove the suffix. `(PR #5330) <https://github.com/apple/foundationdb/pull/5330>`_
6.3.18
======
* The multi-version client API would not propagate errors that occurred when creating databases on external clients. This could result in a invalid memory accesses. `(PR #5221) <https://github.com/apple/foundationdb/pull/5221>`_