From 3fbcb17c9efb86f1786e3bde14c2bdf1c423f598 Mon Sep 17 00:00:00 2001 From: Naman Jain Date: Thu, 8 Jul 2021 15:49:07 +0530 Subject: [PATCH] chore: update changelog for v3.2103.1 (#1727) (cherry picked from commit 4944ea7a535ef2c6eb28ea9d54cc31e17754a656) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01cdd7c67..9dc49bac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [3.2103.1] - 2021-07-08 + +### Fixed + - fix(compaction): copy over the file ID when building tables #1713 + - fix: Fix conflict detection for managed DB (#1716) + - fix(pendingWrites): don't skip the pending entries with version=0 (#1721) + +### Features + - feat(zstd): replace datadog's zstd with Klauspost's zstd (#1709) + ## [3.2103.0] - 2021-06-02 ### Breaking