Skip to content

Releases: aws-solutions/content-localization-on-aws

Content Localization on AWS version 2.1.1

13 Jul 21:05
8174818
Compare
Choose a tag to compare

[2.1.1] - 2023-07-13

Changed

  • Upgraded vulnerable packages

Contributors

Content Localization on AWS version 2.1.0

25 Apr 17:51
e532eda
Compare
Choose a tag to compare

[2.1.0] - 2023-04-19

Added

  • Added ServiceCatalog AppRegistry resources
  • Added unit tests for lambda code written in Python
  • Added KMS Key parameter to Auth stack and KMS permissions to Cognito Admin role

Fixed

  • The "Download Data" button on the Celebrities tab works now.
  • Fixed upload of WebVTT files as "Existing Subtitles".
  • Incorrect Cloudformation template in public bucket (#365)
  • Updated object ownership configuration on ContentAnalysisWebsiteBucket

Changed

  • Removed Hawkeye scan from github actions (deprecated)
  • Upgrade Media Insights on AWS dependency to v5.1.1
  • Refactored some code for maintainability
  • Updated e2e tests for bug fixes and compatibility with new Media Insights on AWS version
  • Updated references to "Media Insights Engine" to "Media Insights on AWS"
  • Separated s3 sync commands in build script to a separate script (sync-s3-dist.sh)

Contributors

Content Localization on AWS version 2.0.2

12 Jan 07:44
Compare
Choose a tag to compare

Fixed:

  • Updated python packages
  • Replaced deprecated python command with python3

Content Localization on AWS version 2.0.1

12 Jan 07:43
Compare
Choose a tag to compare

Fixed:

  • Version bumped python runtime for web helper lambda function which was preventing successful deployment

Content Localization on AWS version 2.0.0

01 Mar 00:30
713cae1
Compare
Choose a tag to compare

This release features support for custom language models and source language auto-detection in Amazon Transcribe.

New:

  • Upgrade MIE dependency to v4.0.1
  • Add support for using custom language models with Transcribe (#297)
  • Document instructions for starting workflows from the command line and from an S3 trigger. (#266)
  • 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)
  • Support the new languages and variants recently added to Transcribe and Translate (#263)
  • Add option to see API requests for computer vision results in the front-end (#303)
  • Save filenames to Opensearch so assets can be found by searching for their filename (#249)
  • Add an option to auto-detect source language (#209)

Fixed:

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

Content Localization on AWS version 1.0.0

04 Nov 04:17
37cdf66
Compare
Choose a tag to compare

This is the first major version release of the Content Localization on AWS solution implementation!

What's Changed

Alot of clean up the project and get it ready for future iterative development.

  • Name of project is "Content Localization on AWS"
  • Use the correct solution id in the one click deploy
  • Ensure Workflow and Operator keys are set in elasticsearch data
  • add sample curl commands for workflow execution
  • update copyright statements in all the files
  • update kibana instructions by
  • Add polly to workflow configuration options
  • Replace ElasticSearch with OpenSearch
  • Update templates for AWS Solutions
  • upgrade npm packages
  • Resolve lint warnings
  • Update 3rd party packages in NOTICE

Some Bug fixes

  • Fix UI errors in Upload
  • Fix OpensearchNodeSize parameter to CloudFormation in GitHub actions
  • fix video load error ll/223

Full Changelog: v0.1.0...v1.0.0

Content Localization v0.1.0

04 Oct 23:16
Compare
Choose a tag to compare

This release contains the code published for v0.1.0 of the AWS Content Localization solution

Content Localization v1.0.6 (Alpha 6)

11 Jun 23:13
840fff9
Compare
Choose a tag to compare

Minor update

Fix one-click deploy
Security patching

Content Localization 1.0.0-alpha.3

30 Apr 17:08
ce89565
Compare
Choose a tag to compare

Rename to content-localization in code
Merge with media-insight UI

  • player speed control
  • defect fixes
    Refactoring and defect fixes

Content Localization 1.0.0-alpha.2

11 Mar 04:44
bbe6f4e
Compare
Choose a tag to compare

Features

  • Add Parallel Data input for Translations
  • Update compatible MIE version to 2.0.4

Refactoring and defect fixes

  • Remove redundant operators and stages from content localization MIE workflow

Infrastructure

  • Automation for pull requests using GitHub Actions