Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit a329539

Browse files
authored
Merge pull request #411 from aws-solutions/v2.1.6
Release v2.1.6
2 parents 5f36d96 + 20b738f commit a329539

File tree

5 files changed

+88
-79
lines changed

5 files changed

+88
-79
lines changed

CHANGELOG.md

Lines changed: 61 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -5,122 +5,128 @@ 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.1.6] - 2024-07-02
9+
10+
### Security
11+
12+
- Upgraded vulnerable packages
13+
814
## [2.1.5] - 2024-06-11
915

1016
### Changed
1117

12-
* Updated MediaInsights version to v5.1.7
18+
- Updated `Media Insights on AWS` version to v5.1.7
1319

1420
### Security
1521

16-
* Upgraded vulnerable packages
22+
- Upgraded vulnerable packages
1723

1824
## [2.1.4] - 2024-03-29
1925

2026
### Security
2127

22-
* Upgraded vulnerable packages
28+
- Upgraded vulnerable packages
2329

2430
## [2.1.3] - 2024-03-20
2531

2632
### Changed
2733

28-
* Added resource dependency on OpensearchServiceDomain
29-
* Upgraded to Media Insights on AWS v5.1.6
30-
* Enabled versioning on website bucket
34+
- Added resource dependency on OpensearchServiceDomain
35+
- Upgraded to Media Insights on AWS v5.1.6
36+
- Enabled versioning on website bucket
3137

3238
### Security
3339

34-
* Upgraded vulnerable packages
35-
* Replaced some bootstrap-vue code that was incompatible with Vue 2 to 3 migration build
40+
- Upgraded vulnerable packages
41+
- Replaced some bootstrap-vue code that was incompatible with Vue 2 to 3 migration build
3642

3743
## [2.1.2] - 2023-10-19
3844

3945
### Changed
4046

41-
* Upgraded to Media Insights on AWS v5.1.4
42-
* Consolidated policy statements into one S3 bucket policy for the website bucket
43-
* Updated instructions in README to opt out of metric reporting
44-
* Updated all Lambda functions Python Runtime version to 3.11
47+
- Upgraded to Media Insights on AWS v5.1.4
48+
- Consolidated policy statements into one S3 bucket policy for the website bucket
49+
- Updated instructions in README to opt out of metric reporting
50+
- Updated all Lambda functions Python Runtime version to 3.11
4551

4652
## [2.1.1] - 2023-07-13
4753

4854
### Changed
4955

50-
* Upgraded vulnerable packages
56+
- Upgraded vulnerable packages
5157

5258
## [2.1.0] - 2023-04-19
5359

5460
### Added
5561

56-
* Added ServiceCatalog AppRegistry resources
57-
* Added unit tests for lambda code written in Python
58-
* Added KMS Key parameter to Auth stack and KMS permissions to Cognito Admin role
62+
- Added ServiceCatalog AppRegistry resources
63+
- Added unit tests for lambda code written in Python
64+
- Added KMS Key parameter to Auth stack and KMS permissions to Cognito Admin role
5965

6066
### Fixed
6167

62-
* The "Download Data" button on the **Celebrities** tab works now.
63-
* Fixed upload of WebVTT files as "Existing Subtitles".
64-
* Incorrect Cloudformation template in public bucket (#365)
65-
* Updated object ownership configuration on ContentAnalysisWebsiteBucket
68+
- The "Download Data" button on the **Celebrities** tab works now.
69+
- Fixed upload of WebVTT files as "Existing Subtitles".
70+
- Incorrect Cloudformation template in public bucket (#365)
71+
- Updated object ownership configuration on ContentAnalysisWebsiteBucket
6672

6773
### Changed
6874

69-
* Removed Hawkeye scan from github actions (deprecated)
70-
* Upgrade Media Insights on AWS dependency to v5.1.1
71-
* Refactored some code for maintainability
72-
* Updated e2e tests for bug fixes and compatibility with new Media Insights on AWS version
73-
* Updated references to "Media Insights Engine" to "Media Insights on AWS"
74-
* Separated s3 sync commands in build script to a separate script (sync-s3-dist.sh)
75+
- Removed Hawkeye scan from github actions (deprecated)
76+
- Upgrade Media Insights on AWS dependency to v5.1.1
77+
- Refactored some code for maintainability
78+
- Updated e2e tests for bug fixes and compatibility with new Media Insights on AWS version
79+
- Updated references to "Media Insights Engine" to "Media Insights on AWS"
80+
- Separated s3 sync commands in build script to a separate script (sync-s3-dist.sh)
7581

7682
## [2.0.2] - 2023-01-11
7783

7884
### Fixed
7985

80-
* Updated python packages
81-
* Replaced deprecated python command with python3
86+
- Updated python packages
87+
- Replaced deprecated python command with python3
8288

8389
## [2.0.1] - 2022-08-18
8490

8591
### Fixed
8692

87-
* Version bumped python runtime for web helper lambda function which was preventing successful deployment
93+
- Version bumped python runtime for web helper lambda function which was preventing successful deployment
8894

8995
## [2.0.0] - 2022-03-01
9096

9197
### Added
9298

93-
* Upgrade MIE dependency to v4.0.1
94-
* Add support for using custom language models with Transcribe (#297)
95-
* Document instructions for starting workflows from the command line and from an S3 trigger. (#266)
96-
* Record the state machine ARN for the VideoWorkflow in cloud formation outputs. This makes it easier to find the video workflow in AWS Step Functions. (#268)
97-
* Support the new languages and variants recently added to Transcribe and Translate (#263)
98-
* Add option to see API requests for computer vision results in the front-end (#303)
99-
* Save filenames to Opensearch so assets can be found by searching for their filename (#249)
100-
* Add an option to auto-detect source language (#209)
99+
- Upgrade MIE dependency to v4.0.1
100+
- Add support for using custom language models with Transcribe (#297)
101+
- Document instructions for starting workflows from the command line and from an S3 trigger. (#266)
102+
- Record the state machine ARN for the VideoWorkflow in cloud formation outputs. This makes it easier to find the video workflow in AWS Step Functions. (#268)
103+
- Support the new languages and variants recently added to Transcribe and Translate (#263)
104+
- Add option to see API requests for computer vision results in the front-end (#303)
105+
- Save filenames to Opensearch so assets can be found by searching for their filename (#249)
106+
- Add an option to auto-detect source language (#209)
101107

102108
### Fixed
103109

104-
* Fix missing data in line chart for computer vision results (#303)
105-
* Fix opensearch throttling (#303)
106-
* Remove unused subtitles checkbox from Upload view (#300)
107-
* Avoid showing empty operator configurations in media summary view (#299)
108-
* Fix miscellaneous bugs in the workflow configuration used to save subtitle edits (#286, #289)
109-
* Fix invalid table format that's used when saving custom vocabularies (#260)
110-
* Fix video load error that occurs with large caption data (#239)
111-
* Support filenames with multiple periods (#237)
112-
* Make language selection for Translate behave more intuitively (#228)
113-
* Fix forever spinner that occurs when there is no data (#225)
114-
* Fix the missing red video player position marker (#224)
115-
* Add missing option to download SRT formatted subtitles (#272)
116-
* Fix broken video player for S3 triggered workflows (#271)
117-
* Fix invalid table format that's used when saving custom vocabularies (#260)
118-
* Use the correct source language when saving a new or updated custom vocabulary (#258)
119-
* Fix bug in WebCaptions that occurs when using source language autodetection in Transcribe (#306)
120-
* Removed profanity checker due to insufficient support for non-english languages (#256)
110+
- Fix missing data in line chart for computer vision results (#303)
111+
- Fix opensearch throttling (#303)
112+
- Remove unused subtitles checkbox from Upload view (#300)
113+
- Avoid showing empty operator configurations in media summary view (#299)
114+
- Fix miscellaneous bugs in the workflow configuration used to save subtitle edits (#286, #289)
115+
- Fix invalid table format that's used when saving custom vocabularies (#260)
116+
- Fix video load error that occurs with large caption data (#239)
117+
- Support filenames with multiple periods (#237)
118+
- Make language selection for Translate behave more intuitively (#228)
119+
- Fix forever spinner that occurs when there is no data (#225)
120+
- Fix the missing red video player position marker (#224)
121+
- Add missing option to download SRT formatted subtitles (#272)
122+
- Fix broken video player for S3 triggered workflows (#271)
123+
- Fix invalid table format that's used when saving custom vocabularies (#260)
124+
- Use the correct source language when saving a new or updated custom vocabulary (#258)
125+
- Fix bug in WebCaptions that occurs when using source language autodetection in Transcribe (#306)
126+
- Removed profanity checker due to insufficient support for non-english languages (#256)
121127

122128
## [1.0.0] - 2021-11-03
123129

124130
### Added
125131

126-
* CHANGELOG version 1.0.0 release
132+
- CHANGELOG version 1.0.0 release

NOTICE

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ or in the "license" file accompanying this file. This file is distributed on an
88
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
99
specific language governing permissions and limitations under the License.
1010

11-
**********************
11+
---
12+
1213
THIRD PARTY COMPONENTS
13-
**********************
14+
15+
---
16+
1417
This software includes third party software subject to the following copyrights:
1518

1619
attrs under the Massachusetts Institute of Technology license
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests
2-
urllib3==1.26.18
2+
urllib3==2.2.2

source/website/package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "content-localization-on-aws",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)