Releases: broadway/broadway-bundle
Releases · broadway/broadway-bundle
0.7.0
What's Changed
- applied coding standard by @othillo in #97
- test on PHP 8.2 by @othillo in #96
- Configure Dependabot to update GitHub Actions by @othillo in #98
- Bump actions/checkout from 2 to 3 by @dependabot in #100
- Bump ramsey/composer-install from 1 to 2 by @dependabot in #99
- reuse workflows for coding standards by @othillo in #101
- reuse workflows for coding standards by @othillo in #102
- Apply coding standards by @github-actions in #103
- Bump actions/checkout from 3 to 4 by @dependabot in #104
- Support Symfony 7 by @morawskim in #105
New Contributors
- @github-actions made their first contribution in #103
- @morawskim made their first contribution in #105
Full Changelog: 0.6.1...0.7.0
0.6.1 Symfony 6
Symfony 6 (#95) * Drop `broadway/coding-standard` * Support Symfony 6
0.6.0 Symfony 5.4 + PHP 8.1
Symfony 5.4 + PHP 8.1 (#94) * Use Flex to pin to Symfony versions * Normalize composer.json * PHPStan > Rename `excludes_analyse` to `excludePaths` Needed for PHPStan 1.0. * Composer > Drop PHP 7.2 We don't test for this anymore. * Drop Symfony 3.4 We don't test for this anymore. * Bump minimum Symfony version from 5.0 to 5.3 It's still possible to install on Symfony 4.4 * Remove BC layer for Symfony <= 4.1 * Add type hints * Test on Symfony 5.4 * Drop PHP 7.3 It's EOL. * Test on PHP 8.1 * Do not fail fast on matrix This makes testing multiple versions very annoying. * Test on Symfony 4.4.20 This is needed for php-cs-fixer that is a transitive dependency of broadway/coding-standard. * Use phpstan-symfony plugin This way PHPStan understands the TreeBuilder.
0.5.0 PHP 7.2, Symfony 5.0
- 3da590c broadway/coding-standard ^1.0 (othillo)
- 0fbdda9 added Travis CI build status badge (othillo)
- 9ce67ab applied coding standard (othillo)
- 4356c20 regression deprecated configuration compatibility (othillo)
- 060101e PHPUnit 8 (othillo)
- c22bf61 use rectorphp/rector to upgrade to Symfony 4.2 (othillo)
- b905fe3 use rectorphp/rector to upgrade to Symfony 3.3 (othillo)
- 364294b use rectorphp/rector to upgrade to Symfony 3.2 (othillo)
- ce2ae92 only support actively supported Symfony versions (othillo)
- 99e6d31 only support actively supported PHP versions (othillo)
- 812b52f only test actively supported Symfony versions (othillo)
- a529146 only test actively supported PHP versions (othillo)
- 4cc15ee removed deprecated key sudo (othillo)
0.4.2: Merge pull request #57 from Lutacon/deprecation_tree_builder
Fix deprecation for symfony/config 4.2
0.4.1: Public services and aliases
Public services (#52) * make broadway.event_store public * make broadway.uuid.generator public * make serializer aliases public * make command handling aliases public * make broadway.saga.state.repository public * make broadway.read_model.repository_factory public
0.4.0: Symfony 4
0.3.1: saga should not be enabled by default
Merge pull request #43 from othillo/disable-saga-by-default saga should not be enabled by default
0.3.0: Merge pull request #39 from DerStoffel/composer-bundle-update
added type:"symfony-bundle" to work with symfony-flex
0.2.3: Merge pull request #28 from broadway/revert-26-functional-test
Revert "functional test"