7.1.0
Release Notes for 7.1.0
This release optimises the dumping of the compiled container when in production mode, reducing the number of files needed to be loaded (and cached) to generate the DI container.
It also ships some improvements on the initialisation of the container builder, making it more explicit and easier to use.
7.1.0
- Total issues resolved: 0
- Total pull requests resolved: 8
- Total contributors: 1
Improvement
- 360: Allow users to customise Symfony's
ContainerBuilder
thanks to @lcobucci - 359: Inline service factories when in production mode thanks to @lcobucci
- 358: Deprecate the
default
named constructor thanks to @lcobucci - 70: Require PHP 8 thanks to @lcobucci
Dependencies
- 357: Upgrade lcobucci/coding-standard thanks to @lcobucci
- 68: Update dependencies thanks to @lcobucci
CI/CD
- 113: Automate more tasks thanks to @lcobucci
- 72: Improve CI configuration thanks to @lcobucci