Skip to content

v1.14.0 - 2023-10-03

Compare
Choose a tag to compare
@hmpf hmpf released this 03 Oct 10:49
· 695 commits to master since this release

Due to a change in the signature of NotificationPlugin.send(), 3rd party
plugins will need to mark better which versions of argus-server they work with
in their dependencies-list. The old-style plugins work on 1.9-1.13.

Added

  • Add the "installed" field to the media serializer. This is so that the
    frontend can detect media used that is no longer installed on the backend.

Fixed

  • Ensure the right notifications go to the right destinations when sending many
    of each.

Changed

  • Change the signature of the notification-plugin send-method to avoid
    passing in the database
  • Log profile owners name when checking profiles
  • Constrain subdependencies in a better way
  • Send one email per email-address so as to not leak who else gets that email.
  • Remove the Filter.filter_string-field from the database. We're not using it
    anymore and shouldn't ever use it by accident either.