Dalet is excited to present the August releases of Dalet Flex 2024.7.0.
This release of Dalet Flex provides the new features, quality and security enhancements, bug fixes, and other changes listed below.
Important Information regarding MariaDB and Dalet Flex 2024.7.0
Flex 2024.7.0 is NOT compatible with MariaDB 10.4. You MUST upgrade MariaDB to 10.11 if upgrading Flex to 2024.7.0 or later versions.
Please plan for a full back-up restore operation when upgrading to 2024.7.0 and beyond.
Dalet Flex
New Features
Migration from Elasticsearch to OpenSearch (2024.7.0)
Flex 2024.7.0 is the first version of Flex to use OpenSearch instead of Elasticsearch. Dalet Flex does not support migrating data from Elasticsearch to OpenSearch and two upgrade strategies for moving to OpenSearch are available when upgrading to Flex 2024.7.0 or above. Additional information is available here or from your Dalet representative.
Add `external ID` as a unique identifier for SAML login (2024.7.0)
Dalet Flex supports managing external users via an external SAML IdP. From Flex 2024.7.0, a unique external identifier can now be added to the representation of Flex users managed by SAML. If the `externalUniqueUserId` attribute is sent by the IdP as part of the SAML claims, Flex will use this identifier to uniquely identify users in Flex. If the `externalUniqueUserId` is not sent, the previous behavior is retained, relying on one of the `login` or `email` attributes to act as a unique identifier for the user.
Where the `externalUniqueUserId` is provided:
- It is stored in the Flex DB and displayed in the User View in Flex CORE
- If any of the username, first name, last name or email address provided in SAML attributes do not match the values stored in Flex, those values will be updated in Flex at the time of user login.
Infrastructure for Flex-Vantage Telestream Lightspeed integration: Recording and previewing live (growing) content (2024.7.0)
Vantage Telestream Lightspeed servers are used to accelerate video processing. From 2024.7.0 Dalet Flex supports importing a growing OP1a MXF + H.264 DASH from Vantage Telestream Lightspeed and previewing it in FlexMAM.
To enable the e2e integration of recording live feeds and previewing the growing media in Dalet Flex, the dedicated "Open Stream – Import Workflow" must be deployed using the preconfigured open-stream-recording-cmbundle. This workflow processes recording files using a proprietary integration protocol. High res and proxy recordings can be recorded simultaneously. Discovery of growing files in the target hot folders triggers two workflows to import the MXF and the MPD files to Dalet Flex and uses filename based pairing to set the proxy asset as a child of the high res asset.
Import Action with Resource Item and Files in Subpath under Resource Storage Basepath as Managed Assets (2024.7.0)
From Flex 2024.7.0, Import Action performed on assets located in a subpath of the base Storage Resource are imported as Managed Assets as follows:
- Resource Item with subpath is supported and generates a Managed Asset
- Target Move and Copy with subpath are supported and generate a Managed Asset
- "Source Storage Resource Subpath + Filename" Copy-Target Storage Resource Subpath” and “Move- Target Storage Resource Subpath” options in the Import Action configuration should be used.
- These fields in the Import Action are deprecated: Source VFSLocation, Source Resource Item, Move > Target Storage Folder Resource, Move > Target VFS Location, Copy > Target Storage Folder Resource and Copy > Target VFS Location and are not recommended for use.
For more information please see this article or contact your Dalet Flex representative.
Mitigate Risk on Segmented Asset purge/move/copy/delete-with-move operations, e.g. MPEG-DASH not in individual and unique folders (2024.7.0)
When Flex Stream Processor creates a Flex Segmented Asset, it creates a unique folder that contains the manifest file and media files related to the Flex Segmented Asset. When performing copy/move/purge/delete with move the Flex Segmented Asset, Flex was assuming that all relevant objects are auto-contained in the “parent” folder, so it went to the parent container (mpd|m3u8) and performed the actions on this folder.
MPEG-DASH (.mpd) files created in Flex by a 3rd party, such as Brio, are not created in unique folders but are created in a flat folder that contains multiple manifest files and multiple media files. This means that when Flex tries to copy/move/purge/delete with move files, there is no unique parent file to perform the action on and unconnected Segmented Assets are also copied/moved/purged. This risks impacting other files in this folder not belonging to the Segmented Asset.
This release includes multiple enhancements and bug fixes that address functionality issues discovered with respect of Flex Segmented Assets. The improvements mean that copy/move/purge/delete with move actions support flat folder structure for Segmented Assets. The implemented checks and fixes ensure that in any case where the folder targeted by the action might contain files unrelated to the Segmented Asset, the operation fails. Instructions on how to identify Segmented Assets that might have an issue with Asset Import and Purge Action plugin scan be found here. Information on the checks and changes made to Delete/Delete with Move/Purge actions can be found here. For additional information please contact your Dalet Flex representative.
Integrate Flex scripts with an SCM system (2024.7.0)
Since Flex 2023.7.0 the recommended way to provide scripts to scriptable actions is to host them in Git. This allows scripts to be:
- Version controlled
- Tagged with well-known working configurations
- Peer-reviewed via pull requests
- Easily promoted between Flex environments
Flex scripts have been integrated via a Git repository. Detailed information can be found here.
Changelog
2024.7.0
Enhancements DaletFlex
- Remove deleted assets from the denormalisedAssetsAndAnnotations index once the asset is destroyed.
- Add field filter in JEF Copy/Move action for includesRegex/excludesRegex options. Running copy/move with includesRegex and excludesRegex, FlexFileProcessor considers the supplied expression.
- JEF Execution and Plugin Grafana update & revision (I): Grafana dashboard alignment changes, Executor Thread Pool, Step Executor Thread Pool, Job Completion Rate and Job Completion Rate per Node.
- Add event data for medadata definition modified event to indicate what changed, for example which fields are added, removed, reordered etc.
- Added support for keyframes as PNG output format in Flex Enterprise and Flex MAM (in addition to JPG.)
- JEF Copy/Move: Add checks to fail jobs for Segmented Assets if manifestFileName != mediaFolderName.
-
Warn and prevent saving a configuration with nested Storage Resource where the basepath of the SR is under an existing SR for all vfs-providers (S3, file, azure). Introduce a KV flex-enterprise.featureToggles.allowResourceWithSameBasePath that defaults to false. When KV is false and `isSameHostNameResource && isSameBasePathResource && isSameBucketResource` then fail saving the new Storage Resource with a validation error that declares the clashing resource name. `isSameBasePathResource` means one resource fullPath is the basePath of another resource. When KV is true and `isSameHostNameResource && isSameBasePathResource && isSameBucketResource` then save the new Storage Resource and publish an event with a message that warns about the clashing resource. See this article for information on a Stored Procedure that can be used to identify storage resources in an environment with the same base path or contact your DAlet Flex representative..
- Add optional configuration for Delete and Purge actions for Segmented Assets (Packages?) to enable a check to limit maximum number of files to delete/purge. Action fails if the check finds a number of files larger than the configured maximum limit.
- Add support for MessageTemplate and TimedAction services to JEF SDK.
- Add the ability to return system events to the "get events by user" end-point.
- Return workflow system events to the SDK method `flexSdkClient.workflowService.getHistory()`.
- Add support of expression for the fields under Selection of frames section in the Extract Keyframe and extract-tiled-keyframe plugins.
- FlexMAM: OpAtom asset should not be visible in FlexMAM – set `fmpVisible = false`.
- Add user’s timezone information to user end-point of FO.
- Java Enterprise Client Library: use non-FQDN from microservices when calling Enterprise.
- The feature toggle "queueJobOnCreation" is enabled by default. Queue jobs on creation ONLY if quota is not applicable.
- Support forcing check of source folders on object storage before performing folder based copy/move operations in FFP so that the job fails when the folder does not exist as opposed to succeeding but not having any effect so that the fact that the specified resource does not exist is essentially hidden.
- Invert the workflow state check in job scheduler to continue queueing jobs if it is NOT in pending state.
- SDK: use non-FQDN when calling Enterprise.
- Prepare an SQL query to find potential assets which point to wrong location and might remove all files from storage resource when purged. Relevant for assets imported using "Asset Import" Plugin.
- Flex Enterprise API should return 409 for `OptimisticLockException`.
- Add support for a timecode overlay property to be wrapped at 24 hrs and begin recounting from 00:00:00:00. Set the Consul KV flex/flex-streamprocessor-service/enableDefaultTimecodeOverlayWrap24Hours to true and restart FlexStreamProcessor. Alternatively add wrap24Hours: true within the timecodeOverlay portion of the job request.
- Updated legacy Flex Enterprise Copy and Move action to fail the job if `manifestFileName == mediaFolderName` with a recommendation to use JEF copy/move action plugins when media folder is at the same level as manifest file for segmented asset. Also, added new checks when the job runs i.e. "Multiple Manifest Check" and "Other Files in Same Package".
- Change SDK locks from Redis to Hazelcast.
- Expose /sessionAbsoluteExpiryTime endpoint in Global Header app to return the current absolute expiry of the existing session token.
- Add index for metadataDefinitionId field in metadata collections in Arango db.
- Asset indexing: Use distributed Hazelcast lock to prevent concurrent indexing of the same asset.
- Remove customisability of Elastic/OpenSearch index prefixes. Consul KV flex/shared/elasticsearch/indexPrefix to override the default prefix for internal Flex search indices from flex to something else removed.
- File Access Service - Create new service setup. Service will be used to manage keyframes better.
- Update blue on black text in FlexTRACK app.
- Support server to server copy for S3 files when there is a possibility of instance role
- Add meta tag <meta name="robots" content="noindex, nofollow" /> to login HTML to prevent search engines from indexing the Flex login page.
- Fix mediainfo stream closing issue.
- Ensure Xtend Adobe app can run in a local development environment.
Fixed Issues DaletFlex
Enhancements FlexMAM
- Blue on black text difficult to read in Flex Track for asset hyperlinks. Blue changed to improve accessibility.
- Audio Asset: Do not display frame in timecode. Always show duration in milliseconds for all references to audio timecode in FlexMAM and other apps.
- [New FlexMOVE]: Support uploading files before metadata is filled in. Import workflow is triggered once the metadata has been added.
- Selected marker should always be highlighted in the Summary page when user moves back and forth from the Manage page.
- Bulk metadata edit should show toast message when edit fails on a particular asset that has READ_ONLY permission. The toast message lists the asset ids for which edit failed.
- Change font to “Noto Sans” font for all languages in FlexMAM, Flex REVIEW and FlexMOVE.
- Shift the logic of checking duplicate UDO names to Enterprise and remove from FlexMAM.
- Enhance the scrubbing behavior of Flex Player
- Clip range default name changed to <assetName>.clip.<inTC>.to.<outTC>
- Reactivate Navigate to Object (redirection) link icon on Task metadata form for object, asset and UDO drilldown fields.
- Suggestion form and chip modal –taxonomy and udo sort suggestions alphabetically. Sort is performed for the last node in the hierarchy of the suggestion displayed and not for the ancestors (higher levels).
Fixed Issues FlexMAM
- Fixed a UI issue where when creating many Sub Collections the new objects overlap in the interface.
- Upload: Fixed an issue where having taxonomy fields with multiplicity in the upload metadata form caused the upload to fail.
- Fixed an issue where subtitle switcher is not available in the task panel player for the asset associated with the subtitle. Subtitle switcher is now displayed.
- Fixed an issue where an incorrect tooltip (object object) is displayed in Workflow Notifications panel.
- Add the quick option to add images to the active collections from the 3 dot menu on an asset in Search results.
- Fixed an issue where manifest extraction failed to identify audio url so that the MPD file could not be previewed.
- Fixed an issue where the configuration for 'Duplicate Name Supported' field for root UDOs and child UDOs was not properly respected.
- Fixed an issue where the Upload button was not enabled. Issue caused because the CSRF token was not cleared on logout and an invalid token was sent on re-login.
- Fixed an issue where wizard progress bar was not updating. Progress bar proceeds for these statuses: Pending, Running, Completed, Failed.
- Fixed an issue where a clip is added to a collection in relative TC and a marker is added to the collection using absolute TC and the marker cannot be previewed. Issue caused because a system has not migrated fully to relative TC and so the marker TC is calculated incorrectly.
- Support HEVC extension Upload via Flex Web Transfer.
- Fixed an issue where wizard launch and legacy upload freeze when the associated metadataDefinition includes a drilldown udo type.
- FlexMAM Summary Page: Fixed an issue where metadata drop-down values are hidden by the Player in Summary Page in Player expand mode.
- Task Panel Player: Fixed an issue where Audio track name is shown as "und" when clicking Audio switcher icon.
- Fixed an issue on bulk edit metadata on any field inside complex fields with multiplicity 0...1, original values are erased.
- Fixed an issue where Collection item is shown as a double entry in the Working Collections after it has been activated.
- Fix the Idle Timeout dialog so it behaves correctly, reflecting the underlying session state.
- Translation string mistakes fixed in Manage and Search pages in FlexMAM and in FlexADMIN and FlexREVIEW.
- Fixed an issue where Shift-click selection was not working on the second page of the bulk edit metadata page.
- Fixed an issue where it was not possible to search asset by metadata field user type. Issue fixed by sending user id to FQL as a number and not a string.
- Fixed an issue where adding a search filter for drilldown field (taxonomy & udo) and closing the filter modal and filter is not added in the chip bar. Drill down search is working for chip bar/table column and custom marker column in Summary and Manage page.
- Udo Summary panel takes a long time to load when UDO has many children.
- Metadata Form: Fixed an issue where metadata in a complex field of a complex field was not saved properly.
- Fixed an issue where a multi option field with multiple default values did not persist all the default values in the asset metadata in FlexMAM Summary and Manage, Tasks, FlexREVIEW, FlexMOVE.
List of Services upgraded between 2024.5.x (LTS) and 2024.7.0
For the new 2024.7.0 release, most services have changed.
.
Comments
0 comments
Please sign in to leave a comment.