Releases: acquia/orca
Releases · acquia/orca
v3.3.0
Implemented enhancements:
- Use Composer 2 for fixture creation #126 (TravisCarden)
v3.2.0
Breaking changes:
- Update libraries, incl. coding standards #124 (TravisCarden)
Implemented enhancements:
- Update Drupal core version compatibility for drupal/mysql56 #125 (TravisCarden)
Fixed bugs:
- Fix test runner trying to generate code coverage regardless of environment variable #122 (TravisCarden)
v3.1.2
Fixed bugs:
- Add workaround for "Call to undefined method ::getAnnotations()" error #120 (TravisCarden)
v3.1.1
Fixed bugs:
- Fix NEXT_MINOR_DEV jobs fail when there's no NEXT_MINOR Drupal core version yet #119 (TravisCarden)
v2.11.5
Hotfix release to fix CORE_NEXT
job not using latest patch version of Drupal core.
v3.1.0
Implemented enhancements:
- Replace PHPStan with drupal-check for deprecation testing #117 (TravisCarden)
- Add support for PHPUnit 9 in Drupal 9.1 #116 (TravisCarden)
v3.0.0
This is a major feature release with a completely revamped Travis CI job spread. ORCA v2 implementations will not work without modification. Review the following release notes carefully.
Breaking changes:
- Implement new CI job spread to cover more Drupal core versions and scenarios #115 (TravisCarden)
- Make default project template selection automatic based on core version #105 (TravisCarden)
Implemented enhancements:
- Add preflight test for a "version" value in the SUT's composer.json #108 (TravisCarden)
- Enable using other test coverage services than Coveralls #106 (TravisCarden)
- Create new 'debug:guess-version' command #103 (TravisCarden)
- Add support for test coverage tracking with Coveralls #101 (japerry)
Fixed bugs:
- Fix project template tests #113 (danepowell)
- Fix broken 'fixture:init --symlink-all' option #102 (TravisCarden)
- Fix/move report:code-coverage command #99 (TravisCarden)
- Set Node.js to a version compatible with Drupal 9 + Nightwatch.js. #94 (TravisCarden)
- Fix broken support for absolute package paths #93 (TravisCarden)
Removed:
- Remove CUSTOM ORCA_JOB #114 (TravisCarden)
v2.11.4
Modified the CORE_NEXT
job to test on Drupal core 9.1.x
.
v2.11.3
Hotfix release to fix failures due to release of Composer 2. Make the following change to your .travis.yml
to apply it:
before_install:
- nvm use 12.13.1
+ - composer self-update 1.10.16
- composer create-project --no-dev acquia/orca ../orca "$ORCA_VERSION"
- ../orca/bin/travis/before_install.sh
v2.11.0
- Updated
acquia/coding-standards
from 0.4.3 to 0.5.0. (#111) - Documented another solution to adding dev-only dependencies. (0b03a02)
- Excluded boolean argument phpmd rule. (7123c82)
- Removed unstable Composer optimizations from
bin/travis/before_install.sh
. (e9c80c8) - Added preflight test for a "version" value in SUT's composer.json. (#108)