Dalibo released yesterday temBoard version 7.8. It comes only with a few tiny bug fixes.
The first one is a fix for the incorrect permissions on the statements schema in the repository database. In the PostgreSQL log file you can see the grants which are applied.
2021-07-05 10:45:42.198 CEST [5962] STATEMENT: ALTER TABLE public.alembic_version SET SCHEMA "application"; 2021-07-05 10:45:42.207 CEST [5962] LOG: statement: GRANT ALL ON SCHEMA statements TO temboard; GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA statements TO temboard; GRANT ALL ON ALL TABLES IN SCHEMA statements TO temboard; GRANT ALL ON ALL SEQUENCES IN SCHEMA statements TO temboard; 2021-07-05 10:46:13.085 CEST [1521] LOG: checkpoint starting: time 2021-07-05 10:46:38.807 CEST [6736] LOG: statement: CREATE SCHEMA IF NOT EXISTS "application"; 2021-07-05 10:46:38.807 CEST [6736] LOG: statement: ALTER TABLE public.alembic_version SET SCHEMA "application";
The second one is a fix, which applies when running temBoard with python 3. The issue was an incorrect value for the password stored in the DB for the creation or the modification of a user account.
In case you want to see all the details, check out their Github project.
https://github.com/dalibo/temboard
Conclusion
This version comes only with some tiny fixes, however in some situations these are quite important ones.