Releases: JeffersonLab/jaws
Releases · JeffersonLab/jaws
v2.7.1
- Bump to v2.0.1 of jaws-libp
v2.7.0
- Updated to version 2.0.0 of jaws_libp
- Internal schema updates
- get/set state -> get/set alarms
v2.6.2
- registered-classes topic now has string key
v2.6.1
- "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
- Bump to version 1.3.0 of jaws-libp
- Support list/set state scripts
v2.5.0
v2.4.0
v2.3.0
- 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
- 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
- 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