|
2 | 2 | Release Notes |
3 | 3 | ############# |
4 | 4 |
|
| 5 | +7.4.7 |
| 6 | +===== |
| 7 | +* Same as 7.4.6 release with AVX enabled. |
| 8 | + |
| 9 | +7.4.6 |
| 10 | +===== |
| 11 | + |
| 12 | +* Fixed a restore stuck bug where readLogData() errors were not propagated correctly. `(PR #12433) <https://github.com/apple/foundationdb/pull/12433>`_ |
| 13 | +* Fixed FdbDecode memory issues. `(PR #12495) <https://github.com/apple/foundationdb/pull/12495>`_ |
| 14 | +* Fixed decode range file keys and values interpretation bug. `(PR #12420) <https://github.com/apple/foundationdb/pull/12420>`_ |
| 15 | +* Fixed the flags used for opening the backup encryption key file. `(PR #12424) <https://github.com/apple/foundationdb/pull/12424>`_ |
| 16 | +* Fixed backup encryption on S3. `(PR #12289) <https://github.com/apple/foundationdb/pull/12289>`_ |
| 17 | +* Added support for backup encryption via fdbbackup modify command. `(PR #12591) <https://github.com/apple/foundationdb/pull/12591>`_ |
| 18 | +* Added support for backup worker to use proxy from command line to upload to S3. `(PR #12566) <https://github.com/apple/foundationdb/pull/12566>`_ |
| 19 | +* Added metadata for encrypted backups. `(PR #12354) <https://github.com/apple/foundationdb/pull/12354>`_ |
| 20 | +* Added FileLevelEncryption field to BackupDescription JSON output. `(PR #12626) <https://github.com/apple/foundationdb/pull/12626>`_ |
| 21 | +* Added encryption key info to status JSON. `(PR #12657) <https://github.com/apple/foundationdb/pull/12657>`_ |
| 22 | +* Added SNI in TLS handshake. `(PR #12385) <https://github.com/apple/foundationdb/pull/12385>`_ |
| 23 | +* Added ARM support for Docker images. `(PR #12425) <https://github.com/apple/foundationdb/pull/12425>`_ |
| 24 | +* Added restore validation feature allowing backup/restore validation in a single cluster. `(PR #12648) <https://github.com/apple/foundationdb/pull/12648>`_ |
| 25 | +* Downgraded RocksDB to 8.11.5. `(PR #12651) <https://github.com/apple/foundationdb/pull/12651>`_ |
| 26 | + |
| 27 | +7.4.5 |
| 28 | +===== |
| 29 | +* Same as 7.4.4 release with AVX enabled. |
| 30 | + |
| 31 | +7.4.4 |
| 32 | +===== |
| 33 | + |
| 34 | +* Fixed a race that could cause recovery to be stuck when purging old generations. `(PR #12214) <https://github.com/apple/foundationdb/pull/12214>`_ |
| 35 | +* Fixed TSS mismatch handling crashes. `(PR #12330) <https://github.com/apple/foundationdb/pull/12330>`_ |
| 36 | +* Fixed potential DatabaseContext leaks in multi-version client. `(PR #12308) <https://github.com/apple/foundationdb/pull/12308>`_ |
| 37 | +* Fixed double-encoding of URIs in requests to S3BlobStore. `(PR #12302) <https://github.com/apple/foundationdb/pull/12302>`_ |
| 38 | +* Fixed "Unknown error" when configuring regions. `(PR #12314) <https://github.com/apple/foundationdb/pull/12314>`_ |
| 39 | +* Improved TLS handshake process to avoid blocking main thread. `(PR #12346) <https://github.com/apple/foundationdb/pull/12346>`_ |
| 40 | +* Fixed an issue in TLog server code that was causing OOMs. `(PR #12298) <https://github.com/apple/foundationdb/pull/12298>`_ |
| 41 | + |
5 | 42 | 7.4.3 |
6 | 43 | ===== |
7 | 44 | * Same as 7.4.2 release with AVX enabled. |
|
0 commit comments