Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 5.03 KB

CHANGELOG.md

File metadata and controls

69 lines (54 loc) · 5.03 KB

Change Log

Full Changelog

Implemented enhancements:

  • Get aggregate state version by counting recorded events #46
  • test php 7.2 on travis #49 (prolic)
  • userland code does not require to handle carrying the aggregate version #47 (prolic)
  • allow aggregate state to be an object #45 (prolic)
  • Refactoring #43 (prolic)

v0.1.0 (2017-04-19)

Implemented enhancements:

  • Change command handlers #35
  • Add pdo env to php images if they are depended #22
  • add micro command for composer #21
  • Optimize for one stream per aggregate #16
  • Version vs. event no problem with snapshots #13
  • TypeError on example #12
  • add amqp publisher tests #8
  • Use new stable releases #41 (codeliner)
  • kernel works with transactional event store #38 (prolic)
  • implement one stream per aggregate feature #37 (prolic)
  • Command handlers #36 (prolic)
  • add micro command for composer #31 (oqq)
  • remove AmqpProducer #30 (prolic)
  • change dispatch pipeline #23 (prolic)
  • add new commands #17 (prolic)
  • add setup command #15 (prolic)
  • Improvements #14 (prolic)
  • track version in example model #10 (prolic)
  • Snapshotter #9 (prolic)
  • Amqp publisher #7 (prolic)
  • replace Pipe with pipeline function #6 (prolic)
  • Functional #1 (prolic)

Fixed bugs:

  • micro:setup:php-service cli command -> start command not working #20
  • Version vs. event no problem with snapshots #13
  • Improvements #14 (prolic)
  • track version in example model #10 (prolic)

Closed issues:

  • [Question] Should we remove state and snapshots? #34
  • Remove upstream definition from nginx site config #29
  • Remove AmqpReducer #26
  • Move cli + folder structure to a skeleton repo #25
  • Input and output streams can differ #5
  • Add message validator #4

Merged pull requests:

  • Handle new EventStore::load return type #33 (codeliner)
  • Fix pipeline name #32 (codeliner)
  • micro:setup:php-service cli command -> start command not working #27 (oqq)
  • updates test case to match new implementation #24 (oqq)
  • SetupCommand improvements #19 (oqq)
  • improves SetupCommand #18 (oqq)
  • import FQCNs #11 (basz)

* This Change Log was automatically generated by github_changelog_generator