Skip to content

v1.4.0

Compare
Choose a tag to compare
@msemys msemys released this 04 May 17:50
· 396 commits to master since this release
  • fixed missing CommitTransactionOperation result
  • fixed isJsonData flag of EventData when data/metadata is null
  • fixed default values in persistent subscription settings (readBatchSize=20, maxRetryCount=10, liveBufferSize=500, historyBufferSize=500)
  • fixed JSON parsing error handling in getStreamMetadata()
  • fixed truncateBefore precondition check (should not be negative) in StreamMetadata builder
  • fixed metadata precondition check (allows to set null) in setStreamMetadata()
  • added ability to set number/boolean type custom property for stream metadata
  • added ability to subscribe to persistent subscription asynchronously
  • added catchup subscription settings
  • added linkTo method in EventData builder, that allows you to create linked event (e.g.: EventData.newBuilder().linkTo(3, "foo").build())
  • exposed client settings
  • populates channel errors to client listeners
  • improved api documentation with client exceptions when operation completes exceptionally
  • bumped netty version to 4.0.36.Final
  • bumped slf4j api version to 1.7.21