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