Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Oct 21, 2018
1 parent 47df956 commit 006f853
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*

0 comments on commit 006f853

Please sign in to comment.