Skip to content

v0.2.2

Choose a tag to compare

@rstrahan rstrahan released this 01 Jun 17:38
· 718 commits to develop since this release

[0.2.2] - 2022-06-01

Fixed

  • Now supports audio filenames containing embedded ':' character (which previously caused jobs to fail) by replacing ':' with '-' when constructing Transcribe job name. Note, use '-' instead of ':' in any custom regex patterns specified in CF parameter, as regex is applied to the generated job name after replacement.