Skip to content

Commit 6808317

Browse files
authored
chore: changelog update for 1.0.2 (#191)
1 parent b748f39 commit 6808317

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.viperlightignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ typescript=4.9.5
110110
aws-sdk-client-mock=2.1.1
111111
aws-sdk-client-mock-jest=2.1.1
112112
@svgr/webpack=5.5.0
113+
@testing-library/jest-dom=5.16.5
113114
@testing-library/react=13.4.0
114115
@testing-library/user-event=13.5.0
115116
@types/jest=27.5.2
@@ -119,6 +120,7 @@ camelcase=6.3.0
119120
css-minimizer-webpack-plugin=3.4.1
120121
dotenv=10.0.0
121122
dotenv-expand=5.1.0
123+
eslint-config-prettier=8.8.0
122124
eslint-config-standard-with-typescript=23.0.0
123125
eslint-plugin-n=15.7.0
124126
eslint-webpack-plugin=3.2.0

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.2] - 2023-08-31
9+
10+
### Fixed
11+
12+
- schema 'items' type for data modeling
13+
- create Athena stack when disabling Redshift in pipeline
14+
- inconsistently set the warm pool size
15+
- can not update endpoint path of ingestion sever
16+
- cors not working when specifying specific domain(s)
17+
- let domain name pattern comply with TLD standard
18+
- web sdk integration guide
19+
- UI spell typo
20+
821
## [1.0.1] - 2023-07-24
922

1023
### Fixed
@@ -13,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1326
- can not update the CORS configuration of the existing pipeline
1427
- incorrectly check the QuickSight availability in China regions
1528
- can not retry when putting events into KDS throttled
16-
- time filter does not work for the visuals of device and rentention reports
29+
- time filter does not work for the visuals of device and retention reports
1730
- increase the timeout to avoid some stacks left after deleting the project
1831
- the typos in web console UI
1932
- incorrect plugin descriptions in web console

0 commit comments

Comments
 (0)