Skip to content

0.0.24 release

Compare
Choose a tag to compare
@vertexmc vertexmc released this 14 Sep 14:39
· 7062 commits to master since this release

Synapse v0.0.24 Release Notes

Enhancements

  • #430 - CortexTest class was split into CortexBaseTest and CortexTest. CortexBaseTest is used for running the
    basic_core_expectations tests with the different storage backing; and CortextTest is used for more generic API tests.
    This allows running the basic test suite against the different storage types without running the entire test suite, in
    order to isolate possible storage related issues.
  • #434 - Migrated from using nosetestes to using py.test as the Synapse testrunner for CI.

Bugs

  • #422 - Fixed the order of autoadds being added to the DB during the addTufoEvents / addTufoEvent Cortex API. This
    could manifest itself as tufos made by these events to not contain their properties.
  • #428 - Fix a issue with the LMDB cortex where parameters passed to pylmdb were not bool types (as that library
    expected), causing the parameters to be ignored in effect.

Documentation

  • #422 - The inet:dns model docstrings were updated to be more comprehensive.