Install

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

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 5.19 MB
MD5: e7e4efeacb063c7b8347d36e527f8a13
SHA-1: b7d3db79d770c455989cd42a8b14ffbb60104f84
SHA-256: 01d25777631b32b687749c172eb23ff55128e72863aac23c76da5b9a783b5884
Download zip 5.9 MB
MD5: fc3a8f9eb7b6c25d0812ca8779ad8543
SHA-1: 4c2f2fb0a16ad1a664a81ecb02189a2601c47ed3
SHA-256: f2e79fc8045efa7751ec31089d9a108a75cec20328c16e9b45585732fdeae575

Release notes

New feature

This release introduces Content Hub Pull Syndication Mode, a significant enhancement to Acquia Content Hub that enhances security and compliance needs of our customers. Traditionally, the push-based syndication model required subscriber sites to be publicly accessible for receiving webhooks, which could pose challenges in private environments. With the new Pull Syndication Mode, subscribers can now actively request and pull content updates from Content Hub, removing the dependency on inbound webhooks and public endpoints.

This new mode introduces a service-side syndication queue: whenever a publisher updates and exports an entity, Content Hub checks for matching filters while respecting the interest list and adds relevant items to this queue. When subscribers run their import queue, they actively pull items from Content Hub queue and begin processing the imports, ensuring a secure and efficient content transfer process.

The option to switch between Push and Pull Syndication modes is available in the Acquia Content Hub Settings form (admin/config/services/acquia-contenthub). This enhancement promotes operational simplicity, flexibility, and compliance for organizations with strict security requirements.

Other enhancements

  • Implement propagate flag on entity deletion
  • Purge interest list without webhook re-register using the new interest bulk deletion capability
  • Added links to docs in acquia_contenthub_help
  • Update drush acquia:contenthub:reoriginate command to gracefully handle API timeout errors
  • Added drush acquia:contenthub-cdf-diff command to display difference between local and remote CDF
  • Improvement in import process around fetching of interest list items
Created by: pajor
Created on: 6 Nov 2025 at 16:24 UTC
Last updated: 6 Nov 2025 at 16:24 UTC
Bug fixes
New features

Other releases