Install
Works with Drupal: ^8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
350.05 KB
MD5: 62f6301aef6fb6264bf7bf6803ffba33
SHA-1: 25648d56d65dfb37b78baf09dc35a0a1e7124c38
SHA-256: 41f58651b1f323184f2cf1f8facd00d895aff41ca3426f1e8c226ded9b0b03e6
Download zip
394.22 KB
MD5: b8da1c87b44a0da0cd4326b30c3873ec
SHA-1: 679bcbe343fc71c6c9d8e1b0331ed486a17941ce
SHA-256: 5209ab941965f1d6929fcc0a5a9bed10e82690a704247a57781eee835a55f599
Release notes
Known issue
Acquia Search users should not use this release. Wait for 8.x-1.21. There is a regression that affects connections to Acquia Search: #3121854: Solr requests fail authentication
This release includes an update hook that moves some configuration into the state system. Be sure to run update.php and re-export your configuration (if you are using configuration management).
- Added Drupal 9 compatibility (Acquia Connector only. Acquia Search dependencies are not yet compatible with Drupal 9).
- Fixed invalid config schema: #2983641: Invalid config schema
- Moved subscription and SPI data out of config and into the state system: #2864697: Move subscription and SPI data out of config and into state API
- Removed usage of md5 hashes, which were flagged by static analysis tools as a security risk (though they weren't being used in a sensitive way): #3105541: Weak algorithms usage should be avoided
- Fixed unnecessary invalidation of cache tags during subscription updates #3105440: Acquia Connector's calling Subscription::update() sometimes invalidates cache tags unnecessarily
- Added an alter hook for the list of possible search cores #2981513: Provide alter hook for the list of possible cores
- Fixed incompatibility with Solr Devel #2838963: Incompatibility with Solr Devel