File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ typescript=4.9.5
110110aws-sdk-client-mock=2.1.1
111111aws-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
119120css-minimizer-webpack-plugin=3.4.1
120121dotenv=10.0.0
121122dotenv-expand=5.1.0
123+ eslint-config-prettier=8.8.0
122124eslint-config-standard-with-typescript=23.0.0
123125eslint-plugin-n=15.7.0
124126eslint-webpack-plugin=3.2.0
Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
You can’t perform that action at this time.
0 commit comments