Install
Works with Drupal: ^9.4.15 || ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
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