Skip to content

Commit eea9e0e

Browse files
committed
update changelog
1 parent 1204d3b commit eea9e0e

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Change Log
2+
3+
## [v1.0.0-BETA-2](https://github.com/prooph/event-store-http-client/tree/1.0.0-BETA-2)
4+
5+
[Full Changelog](https://github.com/prooph/event-store-http-client/compare/v1.0.0-BETA-1...v1.0.0-BETA-2)
6+
7+
**Implemented enhancements:**
8+
9+
- update for event-store v8.0 beta2 [\#30](https://github.com/prooph/event-store-http-client/pull/30) ([prolic](https://github.com/prolic))
10+
11+
**Merged pull requests:**
12+
13+
- Fix required version [\#29](https://github.com/prooph/event-store-http-client/pull/29) ([enumag](https://github.com/enumag))
14+
15+
## [v1.0.0-BETA-1](https://github.com/prooph/event-store-http-client/tree/v1.0.0-BETA-1) (2019-01-26)
16+
**Implemented enhancements:**
17+
18+
- Schema inconsistency [\#4](https://github.com/prooph/event-store-http-client/issues/4)
19+
- refactor factories [\#28](https://github.com/prooph/event-store-http-client/pull/28) ([prolic](https://github.com/prolic))
20+
- Tests + fix meta write [\#26](https://github.com/prooph/event-store-http-client/pull/26) ([prolic](https://github.com/prolic))
21+
- Tests [\#25](https://github.com/prooph/event-store-http-client/pull/25) ([prolic](https://github.com/prolic))
22+
- Tests [\#24](https://github.com/prooph/event-store-http-client/pull/24) ([prolic](https://github.com/prolic))
23+
- Tests [\#23](https://github.com/prooph/event-store-http-client/pull/23) ([prolic](https://github.com/prolic))
24+
- Tests [\#22](https://github.com/prooph/event-store-http-client/pull/22) ([prolic](https://github.com/prolic))
25+
- Tests [\#21](https://github.com/prooph/event-store-http-client/pull/21) ([prolic](https://github.com/prolic))
26+
- Tests [\#20](https://github.com/prooph/event-store-http-client/pull/20) ([prolic](https://github.com/prolic))
27+
- bugfixes, add examples [\#19](https://github.com/prooph/event-store-http-client/pull/19) ([prolic](https://github.com/prolic))
28+
- implement Persistent Subscriptions [\#17](https://github.com/prooph/event-store-http-client/pull/17) ([prolic](https://github.com/prolic))
29+
- rename almost all exceptions [\#12](https://github.com/prooph/event-store-http-client/pull/12) ([prolic](https://github.com/prolic))
30+
- implement catch up subscriptions [\#11](https://github.com/prooph/event-store-http-client/pull/11) ([prolic](https://github.com/prolic))
31+
- implement VolatileEventStoreSubscription [\#10](https://github.com/prooph/event-store-http-client/pull/10) ([prolic](https://github.com/prolic))
32+
- use prooph/event-store v8 as core [\#9](https://github.com/prooph/event-store-http-client/pull/9) ([prolic](https://github.com/prolic))
33+
- implement reading $all stream [\#3](https://github.com/prooph/event-store-http-client/pull/3) ([prolic](https://github.com/prolic))
34+
- add factories [\#2](https://github.com/prooph/event-store-http-client/pull/2) ([prolic](https://github.com/prolic))
35+
- implement PersistentSubscriptionsManager [\#1](https://github.com/prooph/event-store-http-client/pull/1) ([prolic](https://github.com/prolic))
36+
37+
**Fixed bugs:**
38+
39+
- Bug in deletePersistentSubscription [\#15](https://github.com/prooph/event-store-http-client/issues/15)
40+
- Event resolving logic is wrong [\#14](https://github.com/prooph/event-store-http-client/issues/14)
41+
- Missing classes [\#7](https://github.com/prooph/event-store-http-client/issues/7)
42+
- Fix lastEventNumber on failure [\#27](https://github.com/prooph/event-store-http-client/pull/27) ([enumag](https://github.com/enumag))
43+
- Tests + fix meta write [\#26](https://github.com/prooph/event-store-http-client/pull/26) ([prolic](https://github.com/prolic))
44+
- bugfixes, add examples [\#19](https://github.com/prooph/event-store-http-client/pull/19) ([prolic](https://github.com/prolic))
45+
- implement Persistent Subscriptions [\#17](https://github.com/prooph/event-store-http-client/pull/17) ([prolic](https://github.com/prolic))
46+
- Fix schema and AccessDeniedException [\#6](https://github.com/prooph/event-store-http-client/pull/6) ([enumag](https://github.com/enumag))
47+
48+
**Closed issues:**
49+
50+
- Undefined index: eventNumber [\#16](https://github.com/prooph/event-store-http-client/issues/16)
51+
52+
**Merged pull requests:**
53+
54+
- Fix metadata key [\#18](https://github.com/prooph/event-store-http-client/pull/18) ([enumag](https://github.com/enumag))
55+
- Fix constructor [\#13](https://github.com/prooph/event-store-http-client/pull/13) ([enumag](https://github.com/enumag))
56+
- Remove unused import [\#8](https://github.com/prooph/event-store-http-client/pull/8) ([enumag](https://github.com/enumag))
57+
58+
59+
60+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)