Skip to content

Media Insights Engine 2.0.2

Compare
Choose a tag to compare
@brandold brandold released this 22 Jan 20:58
954bcfa

Version 2.0.2 of MIE added many new features to help developer usability and resolved several bugs. Notable changes include; simpler command line usage of the build script with named parameters, MIE / API versions returned via a new API route and as a Cloudformation Output, and tagging of all MIE resources.

We also have a new Github pages site that contains API reference documentation:

https://awslabs.github.io/aws-media-insights-engine/

Changes:

All MIE resources are now tagged #292
New Transcribe operators that can be used for either video or audio files #280
New auto-documenting API functionality that parses API method docstrings #295
Added a new API route /service to the workflow api for AWS Service configuration #312
Added new API routes /version to both MIE APIs that return MIE version and API version #301
Several build script updates #293
Missing docstrings in APIs added #326

Bug Fixes:

Fixed issue where build script would fail if docker was not running #64
Fixed issue where resource names being too long caused stack create failure #304
Fixed issue in GET /asset/metadata test #285

Security:

Implemented a security mechanism that allows the StepFunction role to be scoped down to MIE specific lambdas #291

Documentation:

New documentation website that is hosted on Github Pages #295

Misc:

Build no longer compiles mediainfo from source and instead uses the published version #265