This release fixes regressions introduced in release v2.10.0, implements some CI/testing improvements and introduces updates in the documentation.
- Total issues resolved: 2
- Total pull requests resolved: 9
- Total contributors: 9
Regressions:
- 3738: Fix breaks named parameters in Oracle thanks to @eisberg and @matesko
CI improvements and maintenance:
- 3784: Use PHP 7.4 instead of a snapshot on Travis thanks to @andreybolonin
- 3778: [GH-3777] Don't remove composer lock travis on stable 2.10 branch thanks to @beberlei
- 3753: Allow build failures for unstable dependencies thanks to @morozov
- 3720: Switched from PHPBrew-based configuration to the Docker-based thanks to @morozov
Test suite improvements:
Documentation updates:
-
3793: Remove superfluous Configuration instance thanks to @mhitza
-
3739: Update deprecation messages to refer to DBAL thanks to @alcaeus
-
3723: Fix annotations thanks to @enumag and @Pnoexz