What's Changed
As usual for every release, there have been numerous translations, bug fixes, and documentation improvements.
The big features for this release are improvements for self-hosters.
- SAML requests initiated by an Identity Provider now work. For example, this allows you to use a SAML configuration to directly log in to Grist from the Your Apps dashboard in Google Workspace.
- SQLite has support for more robust connections that reduce the possibility of database corruption. New
GRIST_SQLITE_MODE=wal
orGRIST_SQLITE_MODE=sync
environment variables are now available to reduce this risk. - When using PostgreSQL for the home database, a recurring source of trouble has been slowness caused by its just-in-time compiler. Grist now unconditionally disables JIT compilation, removing the need for self-hosters to disable it themselves.
- For Grist Enterprise self-hosters, the Grist Admin panel has acquired extra controls for managing users, documents, workspaces, and organisations.
New Contributors
- @seven-of-eleven made their first contribution in #1473
- @lshalon made their first contribution in #1509
- @virgile-dev made their first contribution in #1517
- @Varamil made their first contribution in #1527
Full Changelog: v1.4.2...v1.5.0
Join our Discord Community if you'd like to get into development of Grist.