Releases: JeffersonLab/jaws-libj
Releases · JeffersonLab/jaws-libj
v4.1.0
- Bump Kafka to v3.1.0
v4.0.0
- Add ChannelError per jaws-libp v4.2.0
v1.9.0
- Updated schema to match jaws-libp 2.7.0
v1.8.0
- Rename AlarmRegistration to AlarmInstance
v1.7.0
- If resume offset is greater than high water offset Table now issues high water notification instead of hanging.
- EventSourceListener API updated such that highWaterOffset() no longer caches entire initial state
- Option to await thread on high water offset now available in Table.awaitHighWaterOffset()
- Table no longer tries to wait for polling to "settle" via an empty poll
- Callers can now increase
poll.ms
andmax.poll.records
instead, which is almost as good and a heck of a lot simpler
- Callers can now increase
v1.6.0
- EventSourceListener now receives LinkedHashMap to ensure records are ordered, deduped, and easily accessible by key for both initial state and changes
v1.5.0
v1.4.0
- Updated to match jaws-libp v2.3.0
v1.3.0
- Updated to match version 2.0.1 of jaws-libp
v1.2.0
- Updated to match jaws-libp version 1.3.4
- renamed registered-class-value to registered-classes-value
- added rationale, correctiveaction, and pointofcontactusername to registered-classes
- registered-classes topic now uses simple string key
- removed AVRO logicalTypes as they were used incorrectly