v0.17 Performance-, QoL-Updates and Bugfixes
This release changed the port-number of the Postgres DB and also some loading code for the OS filesystem mounts.
Please re-run the install script to bring these changes into effect.
Also some indices have been changed, so please run the migration 2023_07_08_indices.sql
For details see: https://docs.green-coding.berlin/docs/installation/updating/
What's Changed
- Bump fastapi from 0.97.0 to 0.98.0 by @dependabot in #341
- Bump scipy from 1.10.1 to 1.11.0 by @dependabot in #345
- Bump pytest from 7.3.2 to 7.4.0 by @dependabot in #346
- Bump pandas from 2.0.2 to 2.0.3 by @dependabot in #349
- Bump scipy from 1.11.0 to 1.11.1 by @dependabot in #350
- Port swap by @ArneTR in #357
- Bump fastapi from 0.98.0 to 0.99.1 by @dependabot in #359
- Removing version requirement by @ArneTR in #352
- First draft for fix regarding docker context subdir fix by @ArneTR in #353
- Errors are now all logged and excepted ony by one; Stderr does not fa… by @ArneTR in #358
- Docker version info by @ArneTR in #364
- Prune db by @ArneTR in #365
- Non blocking buffer reads by @ArneTR in #368
- No default shell by @ArneTR in #367
- added test cases for subdirectory volume loading by @dan-mm in #366
- Index page loads faster due to async DataTables and only on request by @ArneTR in #372
- Refactored notes to class by @ArneTR in #373
- tmpfs can now be set in install script by @ArneTR in #356
Full Changelog: v0.16...v0.17