Skip to content

Releases: neilenns/node-deepstackai-trigger

Support disabling auto-purge

20 Nov 17:07
Compare
Choose a tag to compare

Support disabling auto-purge by specifying a purgeInterval of 0. Resolves issue 399.

Fix failed to start issue with new secrets system

06 Nov 16:23
Compare
Choose a tag to compare

Resolve an issue where the system fails to start if no secrets file exists but the existing settings.json or triggers.json file uses mustache templates, or when the secrets method of loading the settings file isn't used.

Add support for external secrets

06 Nov 13:47
Compare
Choose a tag to compare
  • Secrets can now be stored in a separate secrets.json file and inserted in settings.json and triggers.json via mustache templates. Resolves
    issue 371.
  • Update a package dependency to resolve a security vulnerability.

Add support for activateRegions

31 Oct 21:01
Compare
Choose a tag to compare

Triggers can now specify activateRegions which have the opposite effect of masks. If activateRegions are specified then the triggering object's bounding box must overlap with the activate region for the trigger to fire.

See the defining triggers documentation for more details.

Network shared image folders work on Macs

20 Aug 12:54
Compare
Choose a tag to compare

File watching now works on Macs when the folder of images is a mounted network share. Resolves issue 362.

Enable viewing contents of originals and annotation folders

13 Aug 02:16
Compare
Choose a tag to compare

The /originals and /annotations folders can now be viewed via the webserver. This enables browsing the list of all stored images instead of having to know the specific filename of the image. Resolves issue363.

Minor security patches

01 Aug 16:12
Compare
Choose a tag to compare
  • Address security vulnerability in webpack used during the build process. Resolves issue 357.
  • Address security vulnerability in the annotated image processing library. Resolves issue 360.

Store original files after trigger fires

21 Jul 12:21
Compare
Choose a tag to compare
  • The original image that caused a trigger to fire is now stored temporarily and available for use via the built-in web server. The images are available in the /originals folder with the original filename. Resolves issue 350.

Address a security vulnerability in a 3rd party library

19 Jul 19:12
2befffb
Compare
Choose a tag to compare
  • Address a low-severity security vulnerability in a 3rd party library.

Change watchObject folder verification to a warning

12 Jul 12:38
Compare
Choose a tag to compare
  • Relax the test for valid watchObject folders at startup. If the path has globs in it a warning will still get thrown but system startup will proceed. Resolves issue 342.