Synapse NSRL Changelog

v2.14.0 - 2023-07-07

Features and Enhancements

  • Update the service to build from Synapse v2.141.0.

v2.13.0 - 2023-05-18

Features and Enhancements

  • Update the service to build from Synapse v2.134.0.

v2.12.0 - 2023-05-10

Features and Enhancements

  • Update the service to build from Synapse v2.133.0.

v2.11.0 - 2022-05-17

Features and Enhancements

  • Update to the newest Synapse v2.93.0 to support AHA provisioning.

Bugfixes

  • Load storm package readonly to allow containers to run as non-root user.

v2.10.0 - 2022-03-28

Features and Enhancements

  • Update the NSRL service to build off of the current Synapse base image.

v2.9.0 - 2021-07-21

Features and Enhancements

  • Update the service to use tini as a container entrypoint.

v2.8.0 - 2021-07-14

Features and Enhancements

  • Update the service to ensure that the meta:source node is always made in the current View prior to creating any nodes which may be linked to it via a light edge. This removes the service onload event as a result.

Bugfixes

  • Correct the Storm command form hinting to correctly represent nodes which may be yielded from commands.

v2.7.0 - 2021-06-21

Features and Enhancements

  • Update the service to build from Synapse v2.43.0.

v2.6.0 - 2021-05-17

Features and Enhancements

  • Update the service to build from Synapse v2.38.0.

v2.5.0 - 2021-04-26

Features and Enhancements

  • Update the service to include information for the getCellInfo() API.

v2.4.0 - 2021-02-17

Features and Enhancements

  • Removed nsrl.ingest command. Since the service maintains an index of the data it is not required to also load all of the data into the Cortex. (#19)

Bugfixes

  • Fix an issue preventing RDS files from being loaded. (#20)

v2.3.0 - 2021-01-09

Features and Enhancements

  • Add offset tracking of RDS records and hashmaps (requires one-time load if records already exist). (#17)

  • Add nsrl.stats Storm command to get counts and update metadata. (#17)

  • Build new Docker tags for the latest release in a given major version. For example, this adds the v2.x.x Docker tag. (#18)

v2.2.1 - 2020-10-01

Bugfixes

  • Fix issue where slow ingest to a Cortex can block the service. (#15)

v2.2.0 - 2020-07-15

Improved Documentation

  • Add documentation for creating and updating the index (#12)

v2.1.0 - 2020-06-30

Features and Enhancements

  • Make the --yield behavior consistent for Storm Services. (#11)

Improved Documentation

  • Add Initial Documentation. (#11)

v2.0.0 - 2020-06-09

Features and Enhancements

  • Initial release of the Synapse NSRL service.