From 006f853e27f3de16b283a8cbd06faca4faa7decc Mon Sep 17 00:00:00 2001 From: prolic Date: Sun, 21 Oct 2018 16:54:42 +0800 Subject: [PATCH] add changelog --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..5f13aa9f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,43 @@ +# Change Log + +## [v1.0.0-beta-2](https://github.com/prooph/event-store-client/tree/v1.0.0-beta-2) + +[Full Changelog](https://github.com/prooph/event-store-client/compare/v1.0.0-beta-1...v1.0.0-beta-2) + +**Fixed bugs:** + +- Random test failure \#2 [\#18](https://github.com/prooph/event-store-client/issues/18) +- Random test failure [\#17](https://github.com/prooph/event-store-client/issues/17) +- bugfixes [\#20](https://github.com/prooph/event-store-client/pull/20) ([prolic](https://github.com/prolic)) +- resolve random test failures [\#19](https://github.com/prooph/event-store-client/pull/19) ([prolic](https://github.com/prolic)) + +## [v1.0.0-beta-1](https://github.com/prooph/event-store-client/tree/v1.0.0-beta-1) (2018-10-17) +**Implemented enhancements:** + +- add PersistentSubscriptionSettings Builder [\#11](https://github.com/prooph/event-store-client/issues/11) +- \[Feature request\] Throw error when callback doesn't return a promise [\#3](https://github.com/prooph/event-store-client/issues/3) +- Transaction handling [\#13](https://github.com/prooph/event-store-client/pull/13) ([prolic](https://github.com/prolic)) +- remove callback hell [\#9](https://github.com/prooph/event-store-client/pull/9) ([prolic](https://github.com/prolic)) +- Users management [\#8](https://github.com/prooph/event-store-client/pull/8) ([prolic](https://github.com/prolic)) +- check event appeared callback returns a promise [\#4](https://github.com/prooph/event-store-client/pull/4) ([prolic](https://github.com/prolic)) + +**Fixed bugs:** + +- use Promise\rethrow where applicable [\#10](https://github.com/prooph/event-store-client/issues/10) +- fix amphp problems [\#16](https://github.com/prooph/event-store-client/pull/16) ([prolic](https://github.com/prolic)) +- use Promise\rethrow where applicable [\#14](https://github.com/prooph/event-store-client/pull/14) ([prolic](https://github.com/prolic)) +- Travis + dependency hell [\#1](https://github.com/prooph/event-store-client/pull/1) ([prolic](https://github.com/prolic)) + +**Closed issues:** + +- Persistent subscription doesn't handle events fast enough [\#5](https://github.com/prooph/event-store-client/issues/5) + +**Merged pull requests:** + +- Add docker-compose config for unit testing [\#15](https://github.com/prooph/event-store-client/pull/15) ([codeliner](https://github.com/codeliner)) +- I DO NOT WANT TO DO THIS, UPPERCASE IS UTTERLY STUPID [\#12](https://github.com/prooph/event-store-client/pull/12) ([prolic](https://github.com/prolic)) +- downgrade to protobuf2 [\#7](https://github.com/prooph/event-store-client/pull/7) ([prolic](https://github.com/prolic)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*