v4.1.0
What's Changed
Updated output format for attachments
- Renamed Negation.value field to Negation.negation by @jastier in #277
- Added "type" field to the Negation JSON output by @jastier in #280
Taxonomy and rule updates
- The "Save" label is now a subset of "TriageInteractions" by @remo-help in #266
- Added SOSMarker and threatrooms by @remo-help in #275
- Victim type coverage by @remo-help in #279
Decoupling TDAC and IDC from DialogAgent
- We ran into issues running the TAMU dialogue act classifier (TDAC) via HTTP requests driven by the UAZ DialogAgent on the ASU VM, so we are decoupling the TDAC from the DialogAgent (#267)
- Similarly, we are decoupling the interdependence detection component (IDC) (#268)
Miscellaneous/bug fixes
- Updated the Dockerfile to use a specific tag of the
mozilla/sbt
image as the base rather thanlatest
, since they updated their image to use an incompatible version of Java (#269) - Fixed bug in webapp caused by TDAC decoupling (#272)
- Updating version number to 4.1.0 by @adarshp in #281
Full Changelog: v4.0.6...v4.1.0