Install

Works with Drupal: ^9.4 || ^10 || ^11

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 51.9 KB
MD5: c09a5988622152783939764cd1ba50f9
SHA-1: 4d7cc672c276a0165bc24e73f99282cc94955d59
SHA-256: 5f8219750bae6afeb8d3823be8e0c5ab55362a2abc5ca5b5cd1b8d30fbec9cbc
Download zip 78.89 KB
MD5: cba1c952097ac68be0bc0b662c4f3f25
SHA-1: 7d416385e0848daf9e9aeacb47b4146a822c4f99
SHA-256: 123969c25460d2a34a8851d4f93bcdc9d8050eedc40e719361fa36e45b94334d

Release notes

## New Features
1. Issue #3476559 by apotek: Allow for Logging of Search API queue requests. You can now subscribe to an OrangeDamApiResponseReceivedEvent, and, from the response object inside that event, extract all data from both the request and the response, so you can log and debug highly specific details about every interaction you have with the API, if desired.

2. Issue #3475689 by apotek: Allow for clock-sync-imperfections when asking for items modified since time during automated runs. This feature allows you to create a timestamp offset for the stored "changes since time" value, in order to patch over any clock-divergence between Orange DAM and your client's clock. For example, when a cron run causes a request to Orange DAM API for changes since the last stored "changes since time", items changed in the last second or two might get missed, depending on how closely aligned your client time is to Orange DAM. You can use the new `api_request_time_offset` orange_dam.setting to adjust the stored "since time" offset backwards (in seconds). An offset of 5 would adjust the "since time" to be recorded for the next query as five seconds earlier than it normally would have been. The upside is that you might catch content you might have missed otherwise. The downside is that you might request and queue the same item twice occasionally. We believe the upside outweighs the downside. Fortunately, you can set this offset to whatever you would like.

This release updates the required version of chromatic/orange-dam-php to version 2.

Created by: apotek
Created on: 17 Oct 2024 at 19:54 UTC
Last updated: 17 Oct 2024 at 19:54 UTC
New features

Other releases