Releases: veo-labs/openveo-publish
Releases · veo-labs/openveo-publish
14.0.3
14.0.2
14.0.2 / 2022-05-27
BUG FIXES
- Fix server crash when aborting upload while adding a media
- Fix migration to version >= 14.0.0 which could failed when encountering very old medias
14.0.1
14.0.1 / 2022-04-19
BUG FIXES
- Fix media page translations end to end test which could exceed tests timeout
- Fix updating a media tag with existing file, the file was removed. Bug introduced in version 11.0.0
- Fix media edition from the catalog which wasn't working for medias present before upgrading to version >= 13.0.0
14.0.0
14.0.0 / 2022-04-05
BREAKING CHANGES
- Veo-Labs brand has been removed from OpenVeo Player
DEPENDENCIES
- @openveo/player has been upgraded from 7.0.0 to 8.0.0
13.0.0
13.0.0 / 2022-03-11
BREAKING CHANGES
- Drop support for OpenVeo Core < 10.0.1
BUG FIXES
- Fix server crash when trying to upload a video to Vimeo without upload permission, error introduced in version 1.0.0
- Fix message "This media is not yet available on the streaming platform..." appearing when displaying multi-sources videos with different definitions hosted on Vimeo. Bug introduced in version 2.1.0
- Fix the order of sources in the player for multi-sources medias which wasn't respecting the order of the multi-sources package. Bug introduced in version 12.0.0
- Fix searching by keywords in the catalog of medias wich wasn't working for a non-admin user. Bug introduced in version 11.0.0
- Fix error in editor when trying to move a chapter / tag from the timeline when formular to add a chapter / tag is opened. Bug introduced in version 6.0.0
12.0.0
12.0.0 / 2021-11-19
Make sure there is no pending video or videos on error before upgrading to 12.0.0.
BREAKING CHANGES
- No longer tested on NodeJS < 16.3.0 and NPM < 7.15.1
- Drop support for OpenVeo Core < 10.0.0
- Remove continuous integration with Travis
- Property
metadataFileName
of publishConf.json configuration file is now ignored, packages in version 1 format must have a file called .session - Prevent from pasting styles in rich text editors, it now pastes only plain text
NEW FEATURES
- Improve code documentation by replacing Yuidoc by JSDoc
- Add support for ZIP archives in addition to TAR archives
- Multi-sources videos now contain all aggregated points of interest (timecodes and tags) instead of only the points of interest of one of the videos
- Add support for a new format of archive capable of importing a multi-sources video
BUG FIXES
- Fix video loading for Wowza and local providers which wasn't always loading the second time
- Fix unhandled promise rejection in publication process when an error occurred
- Fix web service end point DELETE videos/{video-id} which was raising an uncatched error when trying to remove a video without having the permission to do it or when trying to remove a video in unstable state
- Fix old OpenVeo video points of interest conversion (from percentage to milliseconds) which wasn't working anymore since version 11.0.0
- Fix error message when removing a user when this user is the owner of one or more medias, error introduced in version 6.0.0
DEPENDENCIES
- @openveo/player has been upgraded from 6.0.0 to 7.0.0
- @openveo/rest-nodejs-client has been upgraded from 4.0.0 to 5.0.1
- chai has been upgraded from 4.2.0 to 4.3.4
- dashjs has been upgraded from 3.0.3 to 4.1.0
- eslint has been upgraded from 22.0.0 to 23.0.0
- flightplan has been removed
- googleapis has been upgraded from 48.0.0 to 88.2.0
- grunt has been removed
- grunt-cli has been removed
- grunt-contrib-compass has been removed
- grunt-contrib-concat has been removed
- grunt-contrib-uglify has been removed
- grunt-contrib-watch has been removed
- grunt-eslint has been removed
- grunt-gh-pages has been removed
- grunt-karma has been removed
- grunt-mkdocs has been removed
- grunt-mocha-test has been removed
- karma has been upgraded from 4.4.1 to 6.3.4
- karma-mocha has been upgraded from 1.3.0 to 2.0.1
- mime has been upgraded from 2.4.4 to 2.5.2
- mocha has been upgraded from 7.1.1 to 9.1.0
- request has been removed
- shortid has been replaced by nanoid
- tinymce has been upgraded from 5.2.1 to 5.9.1
- video.js has been upgraded from 7.7.5 to 7.15.4
- videojs-contrib-dash has been upgraded from 2.11.0 to 5.1.0
- yuidoc has been replaced by JSDoc
11.1.1
11.1.1 / 2021-03-03
BUG FIXES
- Fix message "This media is not yet available on the streaming platform..." appearing when displaying videos stored in Youtube. Bug introduced in version 11.0.3
11.1.0
11.1.0 / 2021-01-21
NEW FEATURES
- Add support for "category" property of tag indexes in tar archives. Actually the property data.tagname was used as the tag name with a fallback to "Tag N". An intermediate fallback has been added with the property "category" as the first fallback if data.tagname is not set.
11.0.3
11.0.3 / 2020-11-30
BUG FIXES
- Fix crash when trying to access a Youtube video while OpenVeo Publish is configured without Youtube configuration. This is a safe guard as it shouldn't be possible to have Youtube videos without Youtube configuration
11.0.2
11.0.2 / 2020-11-05
BUG FIXES
- Fix 7.0.0 and 11.0.0 migrations which weren't working for videos in a transitional state crashing the server. To avoid problems during migration make sure all videos are in a stable state (either "Ready", "Waiting for upload" or "Published"), videos in "Error" should be treated before updating