v1.1.8

gristlabs/grist-corev1.1.8Nov 20, 2023by georgegevoian

AI Summary

The new column menu is enabled by default, OIDC authentication is supported, and Prometheus metrics can be configured on a custom port.

Key Highlights

  • New column menu enabled by default.
  • OIDC authentication support.
  • Prometheus metrics port configuration.

New Features

  • OIDC authentication.
  • Prometheus metrics support.
  • Attachments excluded from document template downloads.
  • Header parameter support for `/download/table-schema`.

Full Release Notes

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 for `GRIST_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 supports `colId` for the `header` parameter. Thanks @fflorent!
 * Misc. bug fixes and improvements.