Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit e634ce9

Browse files
authored
Update to version v2.3.3 (#150)
1 parent 53bb6ab commit e634ce9

File tree

289 files changed

+1195
-2698
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

289 files changed

+1195
-2698
lines changed

CHANGELOG.md

+29-15
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,28 @@ 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+
## [2.3.3] - 2024-08-20
9+
10+
### Security
11+
12+
- Patched axios vulnerability
13+
814
## [2.3.2] - 2024-08-06
915

1016
### Security
17+
1118
- Patched fast-xml-parser vulnerability
1219

1320
## [2.3.1] - 2024-07-02
1421

1522
### Security
23+
1624
- Fixed security vulnerabilities
1725

1826
## [2.3.0] - 2024-03-12
1927

20-
### Updated
28+
### Changed
29+
2130
- Updated Python Lambda function runtime to Python 3.11
2231
- Updated Node Lambda function runtime to NodeJS 20
2332
- Patch security vulnerabilities
@@ -27,17 +36,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2736
- Updated QuickSight template to remove Twitter references
2837

2938
### Fixed
39+
3040
- Updated QuickSight template to fix issue with platform menu on Topic Analysis page
3141
- Fixed connection timeout issue when uploading images on S3
3242

3343
## [2.2.1] - 2023-10-18
3444

3545
### Security
46+
3647
- Fixed security vulnerabilities
3748

3849
## [2.2.0] - 2023-09-21
3950

40-
### Updated
51+
### Changed
52+
4153
- Migrated to AWS CDK v2
4254
- Migrated to AWS SDK V3
4355
- Updated Node Lambda runtime to Node 18
@@ -47,18 +59,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4759
- Updated outdated libraries
4860
- Operational metrics to include additional deployment attributes for Reddit ingestion and attributes indicating if particular ingestion type is enabled
4961

50-
### Fixed
62+
### Fixed
63+
5164
- Youtube Search query when OR (|) expression is used in query parameter
5265
- Reddit comment ingestion issue for highly active subreddits
5366
- UrlLib issue in RssNewsFeed Ingestion Lambda
5467

5568
### Removed
69+
5670
- Python NewCatcher library
5771
- npm snoowrap package
5872

5973
## [2.1.4] - 2023-06-07
6074

61-
### Updated
75+
### Changed
6276

6377
- AWS SDK Node and Python libraries
6478

@@ -93,7 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
93107

94108
- Github [issue #69](https://github.com/aws-solutions/discovering-hot-topics-using-machine-learning/issues/69). The fix required the ingestion infrastructure code in CDK to be pass the AWS CloudFormation parameter to be passed to the Reddit nested stack.
95109

96-
### Updated
110+
### Changed
97111

98112
- CDK version 1.177.0
99113
- AWS SDK verson 2.1223.0
@@ -104,15 +118,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104118

105119
- The capability to ingest Subreddit comments using the Reddit API
106120

107-
### Updated
121+
### Changed
108122

109123
- CDK version 1.152.0
110124
- AWS SDK version 2.1127.0
111125
- Amazon QuickSight dashboard to support NLP analysis on Subreddit comments
112126

113127
## [1.7.1] - 2022-03-29
114128

115-
### Updated
129+
### Changed
116130

117131
- node and python module version dependencies
118132

@@ -122,7 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
122136

123137
- The capability to ingest custom data by uploading files as JSON, XLSX, or CSV files
124138

125-
### Updated
139+
### Changed
126140

127141
- Use Amazon Kinesis Data Firehose partition projection to store and partition the data by source date (instead of system processing date)
128142
- Use Amazon Athena dynamic partitioning features to run SQL queries on data stored in S3 bucket
@@ -139,7 +153,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139153

140154
- GitHub [issue #42](https://github.com/aws-solutions/discovering-hot-topics-using-machine-learning/issues/42). To fix the issue, RSS feed ingestion lambda function and SQLs related to the Amazon QuickSight dashboard were updated.
141155

142-
### Updated
156+
### Changed
143157

144158
- AWS CDK version to 1.125.0
145159
- AWS SDK version to 2.1008.0
@@ -150,7 +164,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
150164

151165
- Capability to ingest YouTube comments
152166

153-
### Updated
167+
### Changed
154168

155169
- AWS CDK version to 1.121.0
156170
- AWS SDK version to 2.991.0
@@ -162,7 +176,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
162176

163177
- Ingest RSS feeds from over ~3000+ news websites across the world
164178

165-
### Updated
179+
### Changed
166180

167181
- AWS CDK version to 1.110.1
168182
- AWS SDK version to 2.945.0
@@ -182,7 +196,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
182196
- New visuals and sheets (tabs) on Amazon QuickSight to perform analysis using geo coordinates (when available with tweets)
183197
- Additional remediation to handle throttling conditions from Twitter v1.1 API calls and push additional information to Amazon CloudWatch Logs that can be used to create alarms or notifications using CloudWatch Metric Filters
184198

185-
### Updated
199+
### Changed
186200

187201
- Switched to AWS Managed KMS keys for AWS Glue Security Configuration
188202
- AWS CDK version to 1.83.0
@@ -197,7 +211,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
197211
- aws-kinesisstreams-lambda
198212
- aws-lambda-step-function
199213

200-
### Updated
214+
### Changed
201215

202216
- The join condition for Topic Modeling in Amazon QuickSight dataset to provide accurate topic identification for a specific run
203217
- ID and name generation for Amazon QuickSigh resource to use dynamic value based on the stack name
@@ -210,14 +224,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
210224

211225
- New and simplified interactive Amazon QuickSight dashboard that is now automatically generated through an AWS CloudFormation deployment and that customers can extend to suit their business case
212226

213-
### Updated
227+
### Changed
214228

215229
- Updated to AWS CDK v1.69.0
216230
- Consolidate Amazon S3 access Log bucket across the solution. All access log files have a prefix that corresponds to the bucket for which they are generated
217231

218232
## [1.1.0] - 2020-09-29
219233

220-
### Updated
234+
### Changed
221235

222236
- S3 storage for inference outputs to use Apache Parquet
223237
- Add partitioning to AWS Glue tables

0 commit comments

Comments
 (0)