Highlights:
- The new menu for adding columns is now enabled by default.
- OIDC is now supported for authentication. Thanks @fflorent!
GRIST_FORWARD_AUTH_HEADER
is now only respected on login endpoints by default, with the remaining endpoints handled by sessions.GRIST_IGNORE_SESSION
may be set to override this behavior. Additionally,GRIST_PROXY_AUTH_HEADER
is now an alias forGRIST_FORWARD_AUTH_HEADER
.- Attachments and system files are now excluded when download a document as a template. Thanks @wunter8!
- The
/download/table-schema
endpoint now supportscolId
for theheader
parameter. Thanks @fflorent! - Misc. bug fixes and improvements.