From 166e07594bd30ef24518399095331147375f57e3 Mon Sep 17 00:00:00 2001 From: Naman Jain Date: Wed, 21 Jul 2021 13:22:04 +0530 Subject: [PATCH] chore: update changelog for v2.2007.3 (#1733) (cherry picked from commit 6c1e5bc54834ccfa0c8d187d1f542c2c0acd77bd) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b166a1f1..34396c99d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ 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/). +## [2.2007.3] - 2021-07-21 + +### Fixed + - fix(maxVersion): Use choosekey instead of KeyToList (#1532) #1533 + - fix(flatten): Add --num_versions flag (#1518) #1520 + - fix(build): Fix integer overflow on 32-bit architectures #1558 + - fix(pb): avoid protobuf warning due to common filename (#1519) + +### Features + - Add command to stream contents of DB into another DB. (#1486) + +### New APIs + - DB.StreamDB + - DB.MaxVersion + ## [2.2007.2] - 2020-08-31 ### Fixed