Skip to content

Releases: acquia/orca

v2.2.0

01 May 19:52
fff3e5f
Compare
Choose a tag to compare
  • Added select Lightning components to D9 readiness jobs.

v2.1.0

01 May 01:05
e9e80be
Compare
Choose a tag to compare
  • Temporarily worked around module issues preventing successful D9_READINESS jobs.

v2.0.1

22 Apr 20:52
b678643
Compare
Choose a tag to compare

This is a hotfix release to fix a single regression:

  • Fixed php-parallel-lint failing when there are no files to scan. (#82)

v2.0.0

16 Apr 21:23
e7f613e
Compare
Choose a tag to compare
  • Added drupal/mysql56 package.
  • Fixes #73: Don't include SUT vendor directory in tests. (#75)
  • Limited D9_READINESS job to core 9.0.x.
  • Removed Behat support. (#81)

v1.5.2

02 Apr 14:29
77128ed
Compare
Choose a tag to compare

This is a hotfix to temporarily condition installation of drupal/contenthub on Drupal core version.

v1.5.1

01 Apr 00:05
2c6e654
Compare
Choose a tag to compare

This hotfix release fixes the regression in v1.5.0 which caused builds without Nightwatch tests to fail.

v1.5.0

31 Mar 19:38
9034fb1
Compare
Choose a tag to compare

This release adds support for Nightwatch.js testing.

Additionally, out-of-the-box Behat support has been officially deprecated. (See #81.) It will be removed in the next release.

v1.4.1

31 Mar 14:14
f04ebee
Compare
Choose a tag to compare

Updated Symfony Composer libraries for security vulnerability:

CVE-2020-5255: Prevent cache poisoning via a Response Content-Type header

v1.4.0

27 Mar 22:01
7f38c2e
Compare
Choose a tag to compare
  • Updated preferred major version of drupal/acquia_contenthub.
  • Updated acquia/coding-standards and drupal/coder libraries.
  • Moved weitzman/drupal-test-traits to fixture.
  • Added debug:env-vars command.
  • Fixed files directory initialized outside docroot. (#76)
  • Fixes #74: Made fixture creator update Composer lock file after creation.
  • Fixes #68: Updated PHPCS configuration for package analysis.
  • Made PHPUnit task ensure that the Simpletest files directory exists.

v1.3.2

18 Mar 21:29
Compare
Choose a tag to compare
  • Added missing D9_READINESS case to bin/travis/script.sh.
  • Fixed error adding core-dev in Drupal 9. (#69)
  • Moved PHPUnit to dev dependencies.