From 2b01b160174d6ffd17adab017f40aa70b17ab8d9 Mon Sep 17 00:00:00 2001 From: Jian Li Date: Fri, 11 Aug 2023 17:58:21 -0700 Subject: [PATCH] update change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ee08b..1d2a637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [6.19.0] - 2023-08-14 +### Added +- Added variable `enable_hive_housekeeper` to support hive metastore lock house keeper. + ## [6.18.4] - 2023-06-28 ### Added - Added variable `hms_ro_request_partition_limit` & `hms_rw_request_partition_limit` to set hive metastore limit of partition requests.