acquia_contenthub 8.x-2.44

Bug fixes
  • TextField Unserialization Exception Handled.
  • Fixed issues for ach-rs commands.

acquia_contenthub 3.3.3

Bug fixes
New features
  • TextField Unserialization Exception Handled.
  • Connected Sites - Client Role assignment issue fixed.
  • Fixed issues for ach-rs commands.
  • Reinstated old unsubscribe functionality.
  • Added null check on Subscriber before fetching user role entity.
  • Fixed overlapping table headers for Publisher Dashboard

acquia_contenthub 3.4.1

Bug fixes
New features
  • Publisher Dashboard- Delete filter functionality fixed.
  • Connected Sites - Client Role assignment issue fixed.
  • Fixed issues for ach-rs commands.
  • Empty payload scenario fixed.
  • Reinstated old unsubscribe functionality.
  • Added null check on Subscriber before fetching user role entity.
  • Fixed overlapping table headers for Publisher Dashboard

acquia_contenthub 3.4.0

Bug fixes
New features

New Features

Optional Config Syndication

Allows publisher sites to control whether they want to syndicate config dependencies or not. If this checkbox is enabled (under Exclude from export queue form), then config entities won’t be syndicated and will be excluded from the dependencies of content entities. This makes sure no config entity reaches the CH service.

acquia_contenthub 3.3.2

Bug fixes
New features

New Features

Maintenance mode

  • When maintenance mode is enabled in Content Hub Service, all requests to the service indicate that the service is temporarily unavailable.
  • The module gracefully handles maintenance mode and halts the export/import queue processes.

Bug fixes:

  • Using default field name for langcode when langcode field is not specified.

acquia_contenthub 3.2.4

Bug fixes
New features

New Features

Maintenance mode

  • When maintenance mode is enabled in Content Hub Service, all requests to the service indicate that the service is temporarily unavailable.
  • The module gracefully handles maintenance mode and halts the export/import queue processes.

Bug fixes:

  • Using default field name for langcode when langcode field is not specified.

acquia_contenthub 8.x-2.43

Bug fixes
New features

New Features

Maintenance mode

When maintenance mode is enabled in Content Hub Service, all requests to the service indicate that the service is temporarily unavailable.

The module gracefully handles maintenance mode and halts the export/import queue processes.

Bug fixes:

  • Using default field name for langcode when langcode field is not specified.
  • Fix interest list delete command (ach-wi-del) when uuid is not available.

acquia_contenthub 3.3.1

Bug fixes
  • On import, translation is added to entity only when the entity is translatable.
  • Fixed url in cdf when base_url contains language code.
  • Using proxy user for revisions, if user syndication is disabled.
  • Checking if plugin_id exists in filter’s data of views before parsing the cdf.
  • Added empty and null checks for webhook uuid and allowedOrigins.
  • Fixed path alias field not getting updated on second import onwards.

acquia_contenthub 3.2.3

Bug fixes
  • On import, translation is added to entity only when the entity is translatable.
  • Fixed url in cdf when base_url contains language code.
  • Using proxy user for revisions, if user syndication is disabled.
  • Checking if plugin_id exists in filter’s data of views before parsing the cdf.
  • Added empty and null checks for webhook uuid and allowedOrigins.
  • Fixed path alias field not getting updated on second import onwards.
  • Sending reason attribute for webhook when enqueue by filter queue is executed.

acquia_contenthub 8.x-2.42

Bug fixes
  • On import, translation is added to entity only when the entity is translatable.
  • Fixed undefined array key "value" error in EntityMetatagsSerializer.

acquia_contenthub 3.4.x-dev

Bug fixes
New features

General release of 3.4.x-dev for early access and ticket-filing purposes.

acquia_contenthub 3.3.0

Bug fixes
New features

New Features

Manual Unsubscribe

Once content has been imported into a subscriber, it continues to receive updates from the publisher. However, Content Hub administrators and content editors may prefer to keep changes to that content that were made on the subscriber. Unsubscribing the content from Content Hub syndication will keep the local changes intact and prevent all future updates to that entity on a subscriber. The action is available on both Interest List view and by clicking on Content > kebab menu > View Syndication Details.

acquia_contenthub 3.2.2

Bug fixes
  • Empty text fields are now properly serialized to maintain data integrity.
  • Added empty filter check, before deleting a filter.
  • Added empty client check, before deleting a client.

acquia_contenthub 3.1.3

Bug fixes
New features
  • Updated code to use new interest api.
  • Consuming updated response of update webhook endpoint.
  • Fixed drupal 10.1 related tests and fixture retriever.
  • Bug fix - acquia_contenthub_moderation not working properly with translations.
  • Using webhook and origin details from CH settings instead of using injected config object.
  • Included a wrapper script for processing queues via cron.
  • Removed dependency on ckeditor contrib module.
  • Added support for metatag^2 contrib module.

acquia_contenthub 8.x-2.41

Bug fixes
New features
  • Removed unused FieldEntityDependencyTrait.
  • Included a wrapper script for processing queues via cron.
  • Added support for metatag^2 contrib module.
  • Removed acquia-contenthub-mapping drush command.
  • Fixed deprecation errors.
  • Added empty filter check, before deleting a filter.
  • Added empty client check, before deleting a client.

acquia_contenthub 3.3.x-dev

Bug fixes
New features

General release of 3.3.x-dev for early access and ticket-filing purposes.

acquia_contenthub 3.2.1

Bug fixes
New features
  • Using get instead of getEditable to retrieve overridden configs.
  • Fixed deprecations.
  • Removed acquia:contenthub-mapping command.
  • Added support for metatag 2 version.
  • Added example script for processing export/import queues.
  • Adjusted test fixtures based on recent changes in webform categories.
  • Removed dependency on laminas/laminas-diactoros, instead using guzzle provided services.
  • Using webhook and origin details from CH settings instead of using config injected directly.

acquia_contenthub 8.x-2.40

Bug fixes
  • Minify and compress json files and change the asset loader
  • Fixed tests after guzzle 8 compatibility in content-hub-php.
  • Use of ModuleHandlerInterface instead of ModuleHandler.
  • Enclosed webhook deletion in try catch during post_update hook.
  • Php error fixes on update hook in contenthub_translations module.
  • Added support for 3.x version of laminas/diactoros.
  • Consume updated response of update webhook endpoint.
  • Fix drupal 10.1 related tests and fixture retriever.

acquia_contenthub 3.2.0

Bug fixes
New features
  • Publisher Dashboard - Edit Content Button disappears on Page Change
  • Publisher Dashboard - Difference in available functionality form List and Grid view
  • Entities not added to Export Queue
  • API changes: webhook data is now located under the data key
  • ach-wh-list command expects webhook to be array, but object is returned
  • Use the new endpoint for interest updates in the ImportUpdateTranslatableAssets
  • Store default import moderation state value in configurations on module installation

acquia_contenthub 3.2.x-dev

General release of 3.2.x-dev for early access and ticket-filing purposes.

acquia_contenthub 3.1.2

Bug fixes
New features
  • Client CDF is updated on successful registration of webhook.
  • Implementation of view filter plugin parser.
  • Dynamic route retrieval in new dashboard instead of hardcoded values.
  • PHP 8.2 support.
  • Extended tests.
  • Bug fixes.

acquia_contenthub 3.0.5

Bug fixes
New features
  1. Minify and compress test fixtures.
  2. Command to print CH queue contents.
  3. Bug fixes.

acquia_contenthub 3.1.0

Bug fixes
New features
  • Improved caching mechanism.
  • Drush command for CH export/import queues.
  • Drush command for scanning orphaned entities in CH service.
  • Drush command for re-origination.
  • Drush command for reindexing entities.
  • Drush command to list queue items.
  • Deprecated drush ach-ent command, use ach-lo/ach-re instead.
  • Tracking pruned entities that were removed during import, to help reference field unserialization.
  • Added more information for custom queue runner.
  • Supervised file syndication.

acquia_contenthub 8.x-2.39

Bug fixes
New features
  • Drupal 10 compatibility fixes.
  • Fixed bug related to user deletion on subscriber.
  • Fixed bug related to incorrect handler in acquia_contenthub_unsubscribe sub-module.
  • Fixed deprecations for null checks of attributes in CdfAttributes.
  • Using dynamic ckeditor plugin based on drupal version.
  • Added more granularity to non-translatables and the non-translatable override config on a bundle level.
  • Extended tests for webhook event.
  • Extended logs while importing entities.
  • New command for remote settings.

acquia_contenthub 3.0.4

Bug fixes
New features
  • Drupal 10 compatibility fixes.
  • Using dynamic ckeditor plugin based on drupal version.
  • Fixed bug related to user deletion on subscriber.
  • Fixed bug in export queue worker of missing argument.
  • Fixed deprecations for null checks of attributes in CdfAttributes.
  • Fixed bug related to incorrect handler in acquia_contenthub_unsubscribe sub-module.
  • Added more granularity to non-translatables and the non-translatable override config on a bundle level.
  • Extended tests for webhook event.

acquia_contenthub 3.0.3

Bug fixes
New features
  • Avoiding external request in test.
  • Fixing phpstan related issues.
  • Pinning D10 compatible version of drupal/s3fs in module dependency.

acquia_contenthub 8.x-2.38

Bug fixes
New features
  • Pinning D10 compatible version of drupal/s3fs in module dependency.
  • Fixing phpstan related issues.

acquia_contenthub 3.0.1

Bug fixes

Contains all fixes and feature enhancement from previous major version.

Bug fixes

  • Minor usability issues
  • Wrong service passed to ContentHubEventLogger
  • Contents are not loaded if there's no initial cloud filter

Other

  • Remove contenthub-console from dependencies

acquia_contenthub 3.0.x-dev

General release of 3.0.x-dev for early access and ticket-filing purposes.

acquia_contenthub 8.x-2.37

Bug fixes
New features

Bug fixes

  • Entity scan drush command fails when trying to access on subscriber with rebuild-cache flag
  • Incorrect connection confirmation on Content Hub settings page
  • Configurable languages can bypass the language pruning logic

Feature enhancements

  • Allow ach-del command to delete entities with differing ownership
  • Exception on CDF pruning and request republish from publisher, if the entity is drupal8_content_entity and doesn't have a translatable attribute

acquia_contenthub 3.0.0

New features

Introduction of Content Hub Publisher's Dashboard

  • New module: acquia_contenthub_dashboard
  • API changes
  • Content Hub Php library update to 3.0
  • New semantic versioning

The 3.x version of the module utilises changed and new APIs of Content Hub Service which must be preceded by an on-boarding process. Please contact your account manager in that regard!

acquia_contenthub 8.x-2.36

Bug fixes
New features
  • Fixed missing entity error from CH service on config import/normal entity deletion.
  • New sub module Acquia ContentHub Translations which allows selective language import for entities in multilingual ecosystem.

acquia_contenthub 8.x-2.35

Bug fixes
New features
  • Fixing deprecations for Drupal 10
  • Prioritize local retrieval of files in case those are not recorded in the mapping table
  • Regenerate shared secret webhook handler
  • Fix incorrect deletion of clients

acquia_contenthub 8.x-2.34

Bug fixes
New features
  • Symfony 3.x and Drupal 8 are no longer supported. Minimum requirement changed to Drupal 9.2
  • Make library and module compatible with php8
  • Fix taxonomy term import issue with multiple parents while creating stubs
  • Remove acquia_contenthub_preview submodule
  • Fix all test deprecations

acquia_contenthub 8.x-2.33

Bug fixes
New features
  • Removed deprecated functions from CommonActions class and removed CdfImporter from its dependency list.
  • Prevent Drupal paragraph new revisions when the content data didn't change in paragraph.
  • Reduce number of calls to the publisher site during self-healing.
  • S3fs is now officially on the support module list.

acquia_contenthub 8.x-2.32

Bug fixes
New features

- Create client CDF on registration and purge event
- Fixing getRevisionId() on null issue.
- Add drush command to purge interest list for subscribers.
- Import optimisation.
- Unit tests for webhook handlers.
- Drush command for auditing entities against filters.

acquia_contenthub 8.x-2.31

Bug fixes
New features
  • Add default language of entity to the top of language list in CDF metadata.
  • Improve import logging.
  • Better exception handling when Publisher webhook is called during import.
  • Add reason for export ineligibility.
  • Import queue purge functionality from UI.
  • Extend tests for OrphanFilterHandler.
  • Fix unregistration issue for error Cannot find webhook uuid.
  • Improved null checks in drush commands.
  • Handle null link field values in unserializer.
  • Optional flag to disable just client cdf updates.

acquia_contenthub 8.x-2.30

Bug fixes
  • Removing extra class now that issue it was causing was fixed in core.
  • Refactor enqueue entity logic into ContentHubEntityEnqueuer service.
  • ORCA build failure issue.
  • Check why tests for CH 2.x are failing on D.O.
  • Entities being imported for the first time are being added to export queue on pub-sub sites
  • Fix scroll issue while importing from filters
  • Remove or fix job "Custom tests & QA deployment (~8.9)".
  • Add and update automated test for unregistration.
  • Fixed empty filter uuid issue.

acquia_contenthub 8.x-2.28

Bug fixes
New features
  • Self-correct Import failures in the subscribers by automatically triggering a republish.
  • Use placeholders for logging
  • Handle exceptions in a better way for match routing of path alias entities.
  • Move filter functions to library.
  • Adding option to re-queue by UUID.
  • Improve output of ach-cf drush command.
  • Adding entities without bundles to filter options.

acquia_contenthub 8.x-2.27

Bug fixes
New features
  • Added module and other library version in the yml file.
  • Created new Event and subscriber for exclude flag functionality.
  • Cleaning up stubs in case of exception when creating stub and deleting conflicting redirects.

acquia_contenthub 8.x-2.26

Bug fixes
New features
  • Removed extra comma in form create.
  • Fix parent class namespace.
  • Importing content with moderation workflow enabled saves sample data in first revision.
  • Empty ach_moderation config causes import failure.
  • Replace insert and update with merge.
  • Flag to send content hub client CDF updates.
  • Check entities attached to origin before client deletion.
  • Fixed entity subqueue import failure.
  • Added test cases for PublisherTracker.
  • Add latest Drupal and Content Hub versions from D.O to Client CDF.

acquia_contenthub 8.x-2.25

Bug fixes
New features
  • Handle Layout Builder inline block duplicate bug
  • Drush command for Content Hub Settings
  • Test default language entity data tamper
  • Adding support for query strings in redirect entities
  • Add confirm page before disconnecting site from CH
  • Add extra information to Client CDF
  • Avoid creating a Content Hub Client on Service creation
  • Add drush command to queue entities
  • Moderation state changes are not taken effect
  • Adding translation fails without giving a hint on what entity it failed

acquia_contenthub 8.x-2.23

New features
  • Improved logging
  • Making dependency calculation optional
  • Adding audit commands

Pages

Subscribe with RSS Subscribe to Releases for Acquia Content Hub