Skip to content

Releases: JeffersonLab/jaws-libj

v4.1.0

02 May 13:34
Compare
Choose a tag to compare
  • Bump Kafka to v3.1.0

v4.0.0

21 Apr 21:12
Compare
Choose a tag to compare

v1.9.0

31 Jan 17:34
6e67057
Compare
Choose a tag to compare
  • Updated schema to match jaws-libp 2.7.0

v1.8.0

21 Dec 21:22
Compare
Choose a tag to compare
  • Rename AlarmRegistration to AlarmInstance

v1.7.0

17 Nov 21:59
Compare
Choose a tag to compare
  • 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 and max.poll.records instead, which is almost as good and a heck of a lot simpler

v1.6.0

15 Nov 22:20
Compare
Choose a tag to compare
  • EventSourceListener now receives LinkedHashMap to ensure records are ordered, deduped, and easily accessible by key for both initial state and changes

v1.5.0

10 Nov 23:36
Compare
Choose a tag to compare
  • Updated schemas to match jaws-libp v2.4.0
  • EventSourceTable now can resume from given offset (#2)
  • EventSourceRecord now includes offset and timestamp (#1)

v1.4.0

26 Oct 20:55
Compare
Choose a tag to compare
  • Updated to match jaws-libp v2.3.0

v1.3.0

11 Oct 21:32
Compare
Choose a tag to compare
  • Updated to match version 2.0.1 of jaws-libp

v1.2.0

16 Aug 19:45
Compare
Choose a tag to compare
  • 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