Skip to content

v2.3.0

Compare
Choose a tag to compare
@msemys msemys released this 09 Oct 11:08
· 36 commits to master since this release
  • fix: use concurrent structures in OperationManager, otherwise some retry operations could be potentially lost
  • [#64] fix: concurrency in SubscriptionManager and IdentificationHandler
  • [#62] fix: recreate socket on each SingleEndpointDiscover.discover() call (to resolve correct IP address, when hostname IP address is changed)
  • [#59] added: reconnect instead of throwing NullPointerException("connection is null") when connection is null
  • added: allow to set custom endpoint discoverer via EventStoreBuilder.newBuilder().endpointDiscoverer(...) and EventStoreBuilder.newBuilder().endpointDiscovererFactory(...)
  • added: avoid dns lookup in SingleEndpointDiscover when address is a valid IP string (IPv4 or IPv6)
  • bumped netty version to 4.1.52.Final