Skip to content

v3.0.4

Compare
Choose a tag to compare
@ethack ethack released this 15 Jul 16:42
· 167 commits to master since this release
a53a197

Changes:

  • Removing Bro config section (#465)
  • Flags for database deletion (#470)
  • Enhance command line rolling params and allow import of files (#474)

Backend changes:

  • Update test runners and update Readme (#468)
  • Adding checks to ensure index keys aren't too large causing issues with MongoDB (#473)
  • Adding an additional warning if no uconn data found (#476)
  • Fix certificate count missing check if exists (#478)

Installer changes:

  • Add Redhat Enterprise identifiers so the install can continue on RHEL. (#467)
  • Updating installer for v3.0.4 (#479)

Important Notes:

  • The import command's --chunk|--CC parameter previously accepted values 1 <= chunk <= numchunks (or 1 based indexing). This has been changed to 0 <= chunk < numchunks (or 0 based indexing). If you have a script that uses this parameter please update it accordingly. If you specify chunk such that it is equal to numchunk you will get an error.