Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Releases: EventStore/EventStore.JVM

EventStore.JVM 2.4.0

24 Sep 15:23
Compare
Choose a tag to compare

Bug fix release

  • replace all spray dependencies with akka-http #36
  • replace deprecated tcp pipelining with akka-streams #22
  • fix #66
  • Upgrade protobuf to 3.0.0 #61

EventStore.JVM 2.3.0

31 Aug 06:12
Compare
Choose a tag to compare

Maintenance release

  • replace spray-json with play-json

EventStore.JVM v2.2.2

31 Aug 06:15
Compare
Choose a tag to compare

Bug fix release

  • Fix #53 Subscribing to a stream containing links to deleted events crashes StreamSubscriptionActor
  • Fix #54 Require master flag taken from Default settings rather than connection settings

EventStore.JVM v2.2.1

31 Aug 06:18
Compare
Choose a tag to compare

Maintenance release

  • #49 bump to Akka 2.4.2

EventStore.JVM v2.2.0

31 Aug 06:21
Compare
Choose a tag to compare

Bug fix release

  • Fix #46 Custom Settings object is not used by subscription
  • Bump akka & akka-stream versions

EventStore.JVM 2.1.2

09 Nov 06:49
Compare
Choose a tag to compare

Bug fix release

  • Fix #44 EventStoreExtension should not use Settings.Default

EventStore.JVM 2.1.1

04 Oct 20:45
Compare
Choose a tag to compare

Bug fix release

  • fix failure on creating publisher for empty stream

EventStore.JVM 2.1.0

04 Oct 20:51
Compare
Choose a tag to compare

Headline features

  • bump akka version to 2.4.0!
  • #40 Remove .withSources() in Build.scala
  • add infinite flag to streamPublisher & allStreamsPublisher
  • improve docs
  • add ListAllStreamsExample

EventStore.JVM 2.0.2

29 Mar 14:24
Compare
Choose a tag to compare

Bug fix release

  • fix #32 which causes memory leak if akka.pattern.ask used to get replies

EventStore.JVM 2.0.1

29 Mar 14:23
Compare
Choose a tag to compare

Bug fix release

  • fix for major issue #31 which occurs on subscriptions with resolveLinkTos=true