msemys / esjc

EventStore Java Client
MIT License
108 stars 27 forks source link

Confirm compatibility of new release 4.1.0 #33

Closed ontehfritz closed 5 years ago

ontehfritz commented 6 years ago

Details here: https://eventstore.org/blog/20180124/event-store-4.1.0-release/

msemys commented 6 years ago

esjc v2.0.0 is compatible with es v4.1.0 (you can see on travis build report - all integration tests passed with es v4.1.0).

there is one feature added to es v4.1.0 client (retryCount field to PersistentSubscriptionStreamEventAppeared message) that I'll add on the next release.

ontehfritz commented 6 years ago

Great thank you very much! Keep up the great work. Your library is very useful :) Far exceeds the semi-official one.