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

Releases: zalando-nakadi/fahrschein

0.14.1

09 Oct 11:37
Compare
Choose a tag to compare
  • Remember interrupted flag in case it gets cleared before exiting main loop

0.14.0

06 Sep 14:26
Compare
Choose a tag to compare
  • Fixed error when trying to subscribe to non-existing event
  • Refactored problem and batch item response handling

0.13.1

21 Aug 09:20
Compare
Choose a tag to compare

0.13.0

10 Aug 09:42
Compare
Choose a tag to compare
  • use fixed length streaming mode instead of chunking in simple http implementation
  • configure internal objectmapper so that publishing events works without separate configuration

WARNING: Introduced bug #193, skip this release if you are using the default of SimpleRequestFactory

0.12.0

01 Aug 12:11
Compare
Choose a tag to compare
  • Refactored HTTP api
  • Dropped spring dependency

0.11.0

09 Jun 11:36
Compare
Choose a tag to compare
  • Allow wrapping event processing and commit in a transaction
  • Allow extending ManagedCursorManager by wrapping the ClientHttpRequestFactory if needed
  • Improve javadoc and validation in StreamParameters
  • Improve example for listening to multiple events

0.10.0

16 May 08:55
Compare
Choose a tag to compare
  • Include our own ClientHttpRequestFactory implementations
  • Fix thread-safety issue in ManagedCursorManager
  • Test on travis-ci with multiple jackson and spring versions
  • Refactoring

0.9.1

20 Mar 18:50
Compare
Choose a tag to compare
  • Support maping of type hierarchies, based on the event_type field inside metadata
  • Bugfix for closing connections on any Throwable

0.9.0

15 Mar 14:49
Compare
Choose a tag to compare
  • Allow specifying initial cursor positions for subscriptions
  • Introduce SubscriptionBuilder to simpliy creation of subscriptions
  • Support publishing of events

0.8.1

02 Mar 16:14
Compare
Choose a tag to compare
  • Support reading from the beginning in the subscription api
  • Fixed typo in metadata field occurred_at