From fdc1241d6125dee81ef83e0bfa7c2a1ae188c2ff Mon Sep 17 00:00:00 2001 From: Meng Xin Zhu <843303+zxkane@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:06:06 +0800 Subject: [PATCH] chore: update changelog for v1.1.5 (#954) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00b3141fc..87eebcba61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.5] - 2024-03-08 + +### Updated + +* onboard QuickSight in AWS China Beijing region +* set the materialized views of Redshift backup YES +* optimize the waiting backoff when copying data to Redshift +* optimize the waiting backoff when creating or updating database schema in Redshift + +### Fixed + +* handle multiple source IPs in single event +* filter event date happened in future +* incorrect cron validation when configuring data processing interval + ## [1.1.4] - 2024-02-28 ### Fixed