IMPORTANT: This release contains two breaking changes:
1. The way jobs are queued has changed, so a migration script has to be run if you have jobs in progress, or if you have ever cancelled jobs by deleting them from the queue.
2. The ASR models API has been renamed. If you are using the /languageModels endpoint you must change your code to use the /asr-models endpoint
New features
Lexical model adaptation API and worker
New ASR models can new be created by adapting the lexical model of existing ASR models with an API. This was previously only available as a command line script, and only one model could be built at once. This new release also adds a worker, allowing multiple models to be built at once and making it easier to see the status of in-progress builds.
Enabling and Disabling ASR models
INT-2909 New APIs available to enable and disable the use of specific loaded ASR models. All models are in the enabled state by default. Disabled models cannot be used for processing.
API for deleting groups
INT-2910 New DELETE method for the /groups API. This method immediately deletes all data for an entire group.
Retry functionality
INT-2689 New API available to retry import of failed items.
Item processing moved to scheduler
INT-2970 Items are no longer processed immediately but instead run from a scheduler. IMPORTANT: this change requires a migration script to be run if you have jobs in progress or have ever deleted jobs from the queue
Enhancements
IV Connect for Relativity
INT-2953 Include attachment names for emails
INT-2923 Include list of languages used for indexing each voice recording
INT-2956 Delete archived folders after a configurable number of days
API option for deleting items without deleting the media file
INT-2880 A new query parameter deleteMediaFile=false or deleteMediaFile=true for the DELETE request of /items endpoint.
Model information and word alternatives added to /items endpoint
INT-2822 /items endpoint now includes the ASR model ids using to process the item on a per-word basis, and a complete lattice for each model used.
INT-2898 /items endpoint now includes the alternatives for each word in the SRTs (in addition to the lattice)
Model information and timing data added to /imports endpoint
INT-2931 /imports endpoint now includes list of models used to process the items
INT-2904 /imports endpoint now includes timestamps for each processing step
Known Issues
IMPORTANT: INT-2926 transcribing with multiple models and with multiple GPUs can fail if system memory is not larger than all models in use
IMPORTANT: INT-3039 multi-channel ASR sometimes fails - workaround must be applied
INT-3030 Deleting a model deletes the .tar files but it doesn't delete the .md5 files.
INT-3033 Retry Functionality doesn't work for csv imports
INT-2827 Failure processing emails with attached email which have attachments.
INT-3022 Cannot import youtube videos
INT-2946 - Importing a large file stopped the whole of IV system
Downloads
superseded by IV 4.8.1