Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
## 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.
This version contains breaking changes:
- OrangeDamApi::getContent(): removed in favor of queueContent()
- OrangeDamApi::getKeywords() now only returns keywords and does not queue them.
If you have code that calls these functions, you will need to adapt your code in order to use version 2.
Other changes:
Feature: Issue #3439306 by apotek: Provide public method to retrieve content data without queuing it.
- Fixed: Issue #3417119 by apotek, markdorison: Better handling of potential race conditions in Queue.
- Fixed: Issue #3418520 by apotek: Reduce/manage verbosity in the Queue operations
- Fixed: Issue #3412405 by apotek, markdorison:... OrangeDamQueueDataManager::queueUpdatedItems() updates time state even on update failure
- Fixed: Issue #3403239 by markdorison, apotek, adamzimmermann: Increase PHPStan level past level 1