Releases: ecotoneframework/ecotone-dev
Releases · ecotoneframework/ecotone-dev
1.203.1
1.203.0
1.202.2
1.202.1
1.202.0
What's Changed
This is huge release, it includes changes to how Messaging System is built and used.
This is how Messaging System is going to behave now:
- Collecting - At first we want to collect the configuration in form of objects that can be dumped. This means there should no references to any Resources that may hold connection to anything external. Therefore objects are serializable and we can dump for caching purposes. This does not change.
- Dumping - As all configuration can be dumped, it can also be described as form of Dependency Container Definitions. This way we we can move all the configuration to Dependency Container. Thanks to that we are using full container optimalizations.
This is recent change in Ecotone introduced by @jlabedo, previously whole configuration was cached and restored all together ❤️. - Executing - When configuration is dumped as separate definitions in DI, we can now pull only ones that are needed. This means we come to do ultimate optimization of building and executing only components that are needed in given flow.
Before all components were fetched and connected together at run time (yet in a lazy way).
What's Changed
- Enable new configuration changes
- release workflow by @dgafka in #246
- Run event sourcing monorepo test on dbal by @jlabedo in #247
Full Changelog: 1.200.2...1.202.0
1.200.3
Full Changelog: 1.200.2...1.200.3
1.200.2
1.200.1
1.201.4
1.201.3
Full Changelog: 1.201.2...1.201.3