Skip to content

Releases: ecotoneframework/ecotone-dev

1.203.1

02 Nov 07:55
11a7eb0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.203.0...1.203.1

1.203.0

31 Oct 19:40
35383ca
Compare
Choose a tag to compare

What's Changed

  • Test Opentracing with different frameworks by @dgafka in #256

Full Changelog: 1.202.2...1.203.0

1.202.2

26 Oct 06:41
5067276
Compare
Choose a tag to compare

What's Changed

  • Event sourcing benchmark by @jlabedo in #250
  • Run event sourcing test and benchmark against dbal by @jlabedo in #251
  • [PdoEventSourcing] Stop sleeping during event driven projection by @jlabedo in #252

Full Changelog: 1.202.1...1.202.2

1.202.1

25 Oct 14:56
368fe50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.202.0...1.202.1

1.202.0

24 Oct 15:56
f7368fc
Compare
Choose a tag to compare

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

24 Oct 15:34
Compare
Choose a tag to compare
1.200.3 Pre-release
Pre-release

Full Changelog: 1.200.2...1.200.3

1.200.2

24 Oct 13:41
9d94ebc
Compare
Choose a tag to compare
1.200.2 Pre-release
Pre-release

What's Changed

Full Changelog: 1.200.1...1.200.2

1.200.1

24 Oct 13:16
f427ed0
Compare
Choose a tag to compare
1.200.1 Pre-release
Pre-release

What's Changed

Full Changelog: 1.200.0...1.200.1

1.201.4

23 Oct 20:26
Compare
Choose a tag to compare

This is revert to 1.109.2 tag, as 1.200.0 is under heavy development and may contains bugs.

Full Changelog: 1.201.3...1.201.4

1.201.3

23 Oct 20:24
Compare
Choose a tag to compare

Full Changelog: 1.201.2...1.201.3