Skip to content

Releases: dlcs/protagonist

v1.3.3 - Extend legacy mode handling

12 Jun 14:25
a639017
Compare
Choose a tag to compare

Summary

  • Remove temporary wcDeliveryChannels handling
  • Expand LegacyModeConverter to handle ImageOptimisationPolicy and ThumbnailPolicy

What's Changed

  • Reinstate INSERT to migrateImageDeliveryChannels script by @donaldgray in #859
  • Remove wcDeliveryChannels + emulation layer by @griffri in #858
  • Add ImageOptimisationPolicy and ThumbnailPolicy support to LegacyModeConverter by @griffri in #860
  • Simplify LegacyCustomer test setup by @donaldgray in #863
  • Merge develop into main by @donaldgray in #864

Full Changelog: v1.3.2...v1.3.3

v1.3.2 - Bugfixes / improvements

05 Jun 14:14
5e46840
Compare
Choose a tag to compare

Summary

Couple of small bug fixes / improvements. Most relevant:

  • Avoid issue where concurrent sync ingests can cause one to fail #839
  • Ensure ordering of delivery-channels returned from API

What's Changed

  • Reject !w, !,h IIIF parameters in Thumbs channel policyData by @griffri in #844
  • Remove image services from asset manifest if not available by @griffri in #837
  • Use unique directory names for ImageServerClient output images by @griffri in #851
  • Update main with bugfixes from develop by @donaldgray in #857
  • Ensure ImageDeliveryChannels are ordered by @donaldgray in #862

Full Changelog: v1.3.1...v1.3.2

v1.3.1 - Delivery channel bug fix

28 May 08:40
84d0f14
Compare
Choose a tag to compare

Summary

Various bugfixes for delivery-channels release.

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0 - DeliveryChannels

10 May 11:20
6ac9be3
Compare
Choose a tag to compare

Summary

Implement new DeliveryChannels, including DefaultDeliveryChannels and DeliveryChannelPolicies.

What's Changed

Full Changelog: v1.2.8...v1.3.0

v1.2.8 - controllable ActivityTimeout

08 May 10:33
814da86
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.7...v1.2.8

v1.2.7 - temporary rename deliveryChannels

22 Jan 10:32
2ff020f
Compare
Choose a tag to compare

What's Changed

  • Accept wcDeliveryChannels as an alias for DeliveryChannels in HydraModel.Image by @griffri in #707

Full Changelog: v1.2.6...v1.2.7

v1.2.6 - Various fixes and enhancements

11 Jan 17:57
0e08154
Compare
Choose a tag to compare

Summary

Lots of smaller fixes, main changes:

  • Do not include tile-sizes on info.json that exceed maxUnauthorised.
  • Output full metadata on manifests.
  • Fix bug with ThumbnailCalculator which could result in incorrect thumbnails being returned if w and h were in incorrect order.
  • Add query params to control which caches are invlidated when deleting assets
  • Publish asset create and update notifications to topic.
  • Log better errors encountered when ingesting assets

What's Changed

Full Changelog: v1.2.5...v1.2.6

v1.2.5 - Portal changes

24 Nov 10:26
89d05b6
Compare
Choose a tag to compare

Summary

  • Various Portal changes - support uploading from CSV and fix issues with user management.
  • Resolve bug that prevented deleting assets that have not been successfully ingested.
  • Feature flag to disable support for delivery-channels.
  • Better detection of 'image' type when adding to Priority queue.

Breaking change

  • Api setting "Salt" has been renamed to "ApiSalt", appSetting validation will prevent startup if "ApiSalt" is not available.

What's Changed

  • Adding ability to disable delivery channels by @JackLewis-digirati in #662
  • Update to priority queue to allow family or delivery channel to not be set by @JackLewis-digirati in #665
  • Allow filtering by space when querying batch images by @donaldgray in #663
  • Checking for image location to allow deletion of assets without an image location by @JackLewis-digirati in #666
  • Change Portal time format to yyyy-MM-dd hh:mm:ss by @griffri in #669
  • Allow batches to uploaded via CSV files in Portal by @griffri in #653
  • Add space-specific mode to the Portal CSV uploader by @griffri in #671
  • Fix issue where newly created Portal users cannot log in by @griffri in #672
  • Add RFC for new composite-handler storage keys by @donaldgray in #673
  • Ignore case when checking for existing user e-mail addresses in Portal by @griffri in #674

Full Changelog: v1.2.4...v1.2.5

v1.2.4 - bulk delete bugfix + @id legacy handling

03 Nov 11:31
ea6057b
Compare
Choose a tag to compare

What's Changed

Bugfixes / Changes

Portal UI Updates

  • Add 'Test if superseded' button to Batch and Queue pages in Portal by @griffri in #652
  • Allow batches to be viewed individually in Portal by @griffri in #650

Full Changelog: v1.2.3...v1.2.4

v1.2.3 - Remove query params from auth ids

24 Oct 10:06
dd9788d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3