You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+61-55Lines changed: 61 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,122 +5,128 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [2.1.6] - 2024-07-02
9
+
10
+
### Security
11
+
12
+
- Upgraded vulnerable packages
13
+
8
14
## [2.1.5] - 2024-06-11
9
15
10
16
### Changed
11
17
12
-
* Updated MediaInsights version to v5.1.7
18
+
- Updated `Media Insights on AWS` version to v5.1.7
13
19
14
20
### Security
15
21
16
-
* Upgraded vulnerable packages
22
+
- Upgraded vulnerable packages
17
23
18
24
## [2.1.4] - 2024-03-29
19
25
20
26
### Security
21
27
22
-
* Upgraded vulnerable packages
28
+
- Upgraded vulnerable packages
23
29
24
30
## [2.1.3] - 2024-03-20
25
31
26
32
### Changed
27
33
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
31
37
32
38
### Security
33
39
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
36
42
37
43
## [2.1.2] - 2023-10-19
38
44
39
45
### Changed
40
46
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
45
51
46
52
## [2.1.1] - 2023-07-13
47
53
48
54
### Changed
49
55
50
-
* Upgraded vulnerable packages
56
+
- Upgraded vulnerable packages
51
57
52
58
## [2.1.0] - 2023-04-19
53
59
54
60
### Added
55
61
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
59
65
60
66
### Fixed
61
67
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
66
72
67
73
### Changed
68
74
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)
75
81
76
82
## [2.0.2] - 2023-01-11
77
83
78
84
### Fixed
79
85
80
-
* Updated python packages
81
-
* Replaced deprecated python command with python3
86
+
- Updated python packages
87
+
- Replaced deprecated python command with python3
82
88
83
89
## [2.0.1] - 2022-08-18
84
90
85
91
### Fixed
86
92
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
88
94
89
95
## [2.0.0] - 2022-03-01
90
96
91
97
### Added
92
98
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)
101
107
102
108
### Fixed
103
109
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)
0 commit comments