Skip to content

v0.4.0

Choose a tag to compare

@markusleh markusleh released this 08 Dec 20:58
· 294 commits to main since this release
dde8c9b

[0.4.0] - 2023-12-08

Added

  • The (still officially not-yet-released) API was rewritten to use the Pocketbase backend. This decision was due to the fact that during testing of a few upcoming integrations, I found that nextjs is not flexible enough for full-fledged API use case.

Fixed

  • Fix docker-compose.yml file to use the correct environment variables for using your own TLS certificates with kong. [commit]
  • Docker healthcheck was added to the docker-compose.yml file. Backend not being ready sometimes caused scanner to fail to subscribe to realtime events. [commit]
  • ⚠️ This update includes important fixes to the docker-compose file. It is recommended to update your docker-compose.yml file to reflect the changes in this version. [commit]

Removed

none

Full Changelog: v0.3.0...v0.4.0