Releases: smartboxgroup/camel-config-bundle
Releases · smartboxgroup/camel-config-bundle
v1.10.0
v1.9.0
v1.8.1
- Feature: Declare all processors and itineraries as public. This is a stop-gap solution to prevent deprecation notices until a service locator is implemented.
Upgrade bundle compatibility with Symfony 3.4
The bundle is now compatible with Symfony ^2.8 or Symfony ^3.
If using this bundle on Symfony ^3, the Tests/App/config/services.yml file will need to be edited to define its own 'cache.app' key and the appropriate class.
EG: cache.app:
class: Symfony\Component\Cache\Adapter\ArrayAdapter
See https://symfony.com/doc/current/components/cache/cache_pools.html#creating-cache-pools for a list of supported cache adapters.
v1.7.1 - Implement Recipient List feature (dependencies fixed)
Merge pull request #19 from smartboxgroup/feature/recipient-list Fix dependencies
v1.7.0 - Implement Recipient List feature
Merge pull request #18 from smartboxgroup/feature/recipient-list Implement recipient list feature
v1.6.0 - Clean dependencies
Merge pull request #17 from smartboxgroup/feature/dep-clean-up Clear dependencies
v1.5.0: Merge pull request #15 from smartboxgroup/feature/update_jms_serializer
v1.4.2
Fix the failing tests for this bundle