v0.20 - HOG Support 🐷 + Docker Root support + QoL + Code Quality
HOG Suport!!1 ❤️ 🐷
- You can now track your development energy cost on Mac in our first developer preview
- Details: https://github.com/green-coding-berlin/hog
QoL:
venv
is now mandatory and keeps your Python system packages clean- Docker root is now supported! We still recommend it for production, but for dev you now do not need to modify your docker client anymore 🥳
- Warnings have been added for many providers when they actually cannot run. No more (well ... less :) ) cryptic errors!
- Docker build logs are now shown in the Logs pane in the Dashboard
What's Changed
- Client has now two distinguished sleep times by @ArneTR in #468
- Adding email blocking for requests to non-configured domain by @ArneTR in #469
- Activate all 400 errors in API by @ArneTR in #474
- Docker error now appear in logs in more detail by @ArneTR in #475
- Bump psycopg[binary] from 3.1.10 to 3.1.11 by @dependabot in #478
- Bump pandas from 2.1.0 to 2.1.1 by @dependabot in #471
- Bump pylint from 2.17.5 to 2.17.6 by @dependabot in #481
- Bump python from 3.11.4-slim-bookworm to 3.11.5-slim-bookworm in /docker by @dependabot in #480
- Bump scipy from 1.11.2 to 1.11.3 by @dependabot in #486
- Bump pydantic from 2.3.0 to 2.4.2 by @dependabot in #485
- 446 ci page UI ux overhauls by @dan-mm in #467
- Bump psycopg[binary] from 3.1.11 to 3.1.12 by @dependabot in #484
- Bump fastapi from 0.103.1 to 0.103.2 by @dependabot in #489
- initial hog database backend by @ribalba in #470
- Removing CpuFrequencySysfsCoreProvider from default providers by @ArneTR in #487
- Import refactoring by @ArneTR in #476
- Docker root mode + venv QOL by @ArneTR in #488
Full Changelog: v0.19.1...v0.20