This repository has been archived by the owner on May 3, 2024. It is now read-only.
Releases: zalando-nakadi/fahrschein
Releases · zalando-nakadi/fahrschein
0.8.0
- Refactor to multi-module project
- Fix StreamParameters
- Fix retry on first event
0.7.0
- Added builder for client and streaming
- Removed guava dependency
- Additional metrics collector
0.6.1
- use internal object mapper for serializing cursor header
0.6.0
- locking fixes for low level api
- no longer requires specific
ObjectMapper
setup for api calls
0.5.2
- Bugfixes and support for generics in data change events
0.5.1
- Fix cursor commit in high level api
0.5.0
- refactored partition management
- ignore unknown properties in batch and cursors
- implement api changes in subscription api
0.4.4
getPartitions
now works with jackson 2.4- bugfix for
IOException
during reading of event batch
0.4.3
- Added
Transactional
annotation toJdbcCursorManager
0.4.2
Another bugfix for updating cursor offsets