Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Feb 4, 2019
1 parent 1204d3b commit eea9e0e
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Change Log

## [v1.0.0-BETA-2](https://github.com/prooph/event-store-http-client/tree/1.0.0-BETA-2)

[Full Changelog](https://github.com/prooph/event-store-http-client/compare/v1.0.0-BETA-1...v1.0.0-BETA-2)

**Implemented enhancements:**

- update for event-store v8.0 beta2 [\#30](https://github.com/prooph/event-store-http-client/pull/30) ([prolic](https://github.com/prolic))

**Merged pull requests:**

- Fix required version [\#29](https://github.com/prooph/event-store-http-client/pull/29) ([enumag](https://github.com/enumag))

## [v1.0.0-BETA-1](https://github.com/prooph/event-store-http-client/tree/v1.0.0-BETA-1) (2019-01-26)
**Implemented enhancements:**

- Schema inconsistency [\#4](https://github.com/prooph/event-store-http-client/issues/4)
- refactor factories [\#28](https://github.com/prooph/event-store-http-client/pull/28) ([prolic](https://github.com/prolic))
- Tests + fix meta write [\#26](https://github.com/prooph/event-store-http-client/pull/26) ([prolic](https://github.com/prolic))
- Tests [\#25](https://github.com/prooph/event-store-http-client/pull/25) ([prolic](https://github.com/prolic))
- Tests [\#24](https://github.com/prooph/event-store-http-client/pull/24) ([prolic](https://github.com/prolic))
- Tests [\#23](https://github.com/prooph/event-store-http-client/pull/23) ([prolic](https://github.com/prolic))
- Tests [\#22](https://github.com/prooph/event-store-http-client/pull/22) ([prolic](https://github.com/prolic))
- Tests [\#21](https://github.com/prooph/event-store-http-client/pull/21) ([prolic](https://github.com/prolic))
- Tests [\#20](https://github.com/prooph/event-store-http-client/pull/20) ([prolic](https://github.com/prolic))
- bugfixes, add examples [\#19](https://github.com/prooph/event-store-http-client/pull/19) ([prolic](https://github.com/prolic))
- implement Persistent Subscriptions [\#17](https://github.com/prooph/event-store-http-client/pull/17) ([prolic](https://github.com/prolic))
- rename almost all exceptions [\#12](https://github.com/prooph/event-store-http-client/pull/12) ([prolic](https://github.com/prolic))
- implement catch up subscriptions [\#11](https://github.com/prooph/event-store-http-client/pull/11) ([prolic](https://github.com/prolic))
- implement VolatileEventStoreSubscription [\#10](https://github.com/prooph/event-store-http-client/pull/10) ([prolic](https://github.com/prolic))
- use prooph/event-store v8 as core [\#9](https://github.com/prooph/event-store-http-client/pull/9) ([prolic](https://github.com/prolic))
- implement reading $all stream [\#3](https://github.com/prooph/event-store-http-client/pull/3) ([prolic](https://github.com/prolic))
- add factories [\#2](https://github.com/prooph/event-store-http-client/pull/2) ([prolic](https://github.com/prolic))
- implement PersistentSubscriptionsManager [\#1](https://github.com/prooph/event-store-http-client/pull/1) ([prolic](https://github.com/prolic))

**Fixed bugs:**

- Bug in deletePersistentSubscription [\#15](https://github.com/prooph/event-store-http-client/issues/15)
- Event resolving logic is wrong [\#14](https://github.com/prooph/event-store-http-client/issues/14)
- Missing classes [\#7](https://github.com/prooph/event-store-http-client/issues/7)
- Fix lastEventNumber on failure [\#27](https://github.com/prooph/event-store-http-client/pull/27) ([enumag](https://github.com/enumag))
- Tests + fix meta write [\#26](https://github.com/prooph/event-store-http-client/pull/26) ([prolic](https://github.com/prolic))
- bugfixes, add examples [\#19](https://github.com/prooph/event-store-http-client/pull/19) ([prolic](https://github.com/prolic))
- implement Persistent Subscriptions [\#17](https://github.com/prooph/event-store-http-client/pull/17) ([prolic](https://github.com/prolic))
- Fix schema and AccessDeniedException [\#6](https://github.com/prooph/event-store-http-client/pull/6) ([enumag](https://github.com/enumag))

**Closed issues:**

- Undefined index: eventNumber [\#16](https://github.com/prooph/event-store-http-client/issues/16)

**Merged pull requests:**

- Fix metadata key [\#18](https://github.com/prooph/event-store-http-client/pull/18) ([enumag](https://github.com/enumag))
- Fix constructor [\#13](https://github.com/prooph/event-store-http-client/pull/13) ([enumag](https://github.com/enumag))
- Remove unused import [\#8](https://github.com/prooph/event-store-http-client/pull/8) ([enumag](https://github.com/enumag))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit eea9e0e

Please sign in to comment.