Skip to content

v3.4.1

Compare
Choose a tag to compare
@diced diced released this 03 Mar 06:10
· 519 commits to trunk since this release

What's Changed

Notable changes:

  • Datasource API, this will allow contributors/me to add new datasources in the future without changing fundamental parts of the codebase
    • S3 Datasource
    • Local Datasource (default, if you are updating then you dont need to do any config)
  • Changed server from js to ts for sanity purposes
  • Cleaned up some files

To update:
docker-compose pull
docker-compose up -d

Full Changelog: v3.4.0...v3.4.1