Skip to content

Releases: JeffersonLab/jaws

v2.7.1

13 Oct 18:57
Compare
Choose a tag to compare
  • Bump to v2.0.1 of jaws-libp

v2.7.0

11 Oct 21:18
Compare
Choose a tag to compare
  • Updated to version 2.0.0 of jaws_libp
    • Internal schema updates
    • get/set state -> get/set alarms

v2.6.2

16 Aug 20:08
Compare
Choose a tag to compare
  • registered-classes topic now has string key

v2.6.1

25 May 21:31
Compare
Choose a tag to compare
  • "jaws" Docker container now handles topic creation in the docker-entrypoint.sh script
    • Removed topic creation from kafka container config
    • This avoids race conditions (trying to use topics before they're created)

v2.6.0

25 May 20:43
973a7e0
Compare
Choose a tag to compare
  • Bump to version 1.3.0 of jaws-libp
    • Support list/set state scripts

v2.5.0

19 May 19:48
Compare
Choose a tag to compare
  • Use version 1.2.0 of jaws-libp
    • Scripts overhauled to use updated API
  • Support for RegisteredClasses (#18)
    • list-registered.py and set-registered.py overhauled to support this
  • Docker Compose overrides leveraged for separate dev env

v2.4.0

04 May 20:28
Compare
Choose a tag to compare
  • Uses jaws-libp
  • Schemas moved to jaws-libp
  • Bumped up to version 1.6.1 of Confluent Kafka Python lib
  • Using schema references for some things now (experimental)

v2.3.0

23 Mar 23:33
Compare
Choose a tag to compare
  • Updated schemas
    • ActiveAlarmKey is now a String (again!)
    • Namespace updated to org.jlab.jaws.entity (Generated Java Classes look better in Javadocs now)
    • docs updated

v2.2.0

23 Mar 15:33
5630a24
Compare
Choose a tag to compare
  • Generalized Suppressed Alarms to Overridden Alarms in order to include Incited Alarms.
  • Updated Readme with lots of documentation on the path forward

v2.1.0

16 Mar 17:24
Compare
Choose a tag to compare
  • Replaced shelved-alarms topic and schema with more general suppressed-alarms topic and schema (#10)
  • Updated registered-alarms schema (#13, #11)
    • Removed maxshelvedduration and docurl
    • Added maskedby, filterable, priority, rationale, correctiveaction, pointofcontactfirstname, pointofcontactlastname, pointofcontactemail
    • Renamed streamruleproducer to calcproducer
  • Updated scripts to handle updates to schema
  • docker entrypoint now registers schemas up-front instead of waiting for first use of each set script