Change log for the ImageVault.Common/ImageVault.Client packages
Release | Date | Description |
---|---|---|
6.6 | 2024-11-07 | Bug fixes, obsoleted support for MediaServices. |
6.5 | 2024-06-20 | Added support for Papirfly Play |
6.4 | 2024-02-09 | Added support for PlaysInline |
6.3 | 2023-07-07 | Added support for Digital consent |
6.2 | 2023-06-20 | Added support for AspNetCore package. Bug fixes |
6.1 | 2022-10-10 | Added WebsafeWebP MediaOutputFormatType, fix for client auth cache |
6.0 | 2022-03-06 | First release on .NET Standard 2.0 |
5.100 | Internal | Preparations to move Client/Common to .NET Standard 2.0 |
5.23 | 2023-07-07 | Added support for Digital consent |
5.22-sp1 | 2022-10-12 | Bug fixes |
5.22 | 2022-10-10 | Added WebsafeWebP MediaOutputFormatType |
5.21 SP1 | 2022-09-03 | Fix for client auth cache |
5.21 | 2022-03-11 | Skin customization for Video player |
Versions prior to 5.21 follows the ImageVault main product changelog.
6.6
Version: 6.6.29 Released: 2024-11-07 Download
New features
- Added support for Papirfly Play video player v1.2 (17677)
- Marked MediaServices classes as obsolete (17678)
Bug fixes
- Fixed issue with nuget references to packages affected by security issues (17698)
6.5
Version: 6.5.32 Released: 2024-06-20 Download
New features
- Added support for Papirfly Play (17615)
Bug fixes
- Fixed issue with dependency to vulnerable System.Data.SqlClient package (17631)
6.4
Version: 6.4.2 Released: 2024-02-09 Download
New features
- Added support for video and playsinline attribute (17424)
6.3
Version: 6.3.2 Released: 2023-07-07 Download
New features
- Added support for Digital consent (16556)
6.2
Version: 6.2.86 Released: 2023-06-20 Download
BREAKING CHANGES
Dependency to Microsoft.AspNetCore.Mvc.WebApiCompatShim is removed. Must use AddImageVaultClientAspNetCore for AspNetCore projects
New features
- Added support for ICurrentPrincipalAccessor (15393)
- Added support for Microsoft.AspNetCore with the ImageVault.Client.AspNetCore package (16394)
Bug fixes
- Fixed issue where PublishInfo.PublishIdentifier was cleared on mediaservice/find calls (15357)
- Fixed issue with ImageVaultClientOptions and ClientCache is null (15390)
- Fixed issue with validating service descriptor for IClientSecurityManagerFactory (15591)
- Fixed issue with extra information in error message (16141)
6.1
Version: 6.1.2 Released: 2022-10-10 Download
Note
- In order to use the WebSafeWebP MediaOutputFormatType, you need at least ImageVault v5.24 on the server side
New features
- Added support for WebSafeWebP (15301)
- WebP is categorized as WebSafe (15314)
Bug fixes
- Fix issue with client auth cache not invalidated on claims change (15252)
6.0
Version: 6.0.62 Released: 2022-03-06 Download
BREAKING CHANGES
- Client configuration is no longer added when installing nuget package. Needs to be added manually.
New Features
- Targets .NET Standard 2.0
5.100
Version: 5.100.?? Released: Internal only
BREAKING CHANGES
- Dependency injection needs to be initialized if using ImageVault.Client/ImageVault.Common libraries.
New features
- Prepared Client/Common libraries to support .NET Standard 2.0.
- Added ImageVault.Common.Web package to exclude non compatible code in separate dll.
- Added ImageVault.Client.Web package to exclude non compatible code in separate dll.
5.23
Version: 5.23.6 Released: 2023-07-07 Download
New features
- Added support for Digital consent (16555)
- Upgraded newtonsoft.JSON to v9 (16557)
5.22 SP1
Version: 5.22.31 Released: 2022-10-12 Download
Bug fixes
- Fixed issue regarding deserialization of MediaItemPopulationQuery.PublishInfo property (15357)
5.22
Version: 5.22.30 Released: 2022-10-10 Download
Note
- In order to use the WebSafeWebP MediaOutputFormatType, you need at least ImageVault v5.24 on the server side
New features
- Added support for WebSafeWebP (15301)
- WebP is categorized as WebSafe (15314)
5.21 SP1
Version: 5.21.17 Released: 2022-09-03 Download
Bug fixes
- Fix issue with client auth cache not invalidated on claims change (15252)
5.21
Version: 5.21.15 Released: 2022-03-11 Download
New features
- Added skin customization for video player (14091)