v1.1.17

gristlabs/grist-corev1.1.17Aug 12, 2024by jordigh

AI Summary

Adds cumulative calculation formula functions (PREVIOUS, NEXT, RANK) and raises the minimum supported Python version to 3.11. Enables the Grist Enterprise toggle in the admin panel and improves OIDC authentication security.

Key Highlights

  • New cumulative formula functions: PREVIOUS, NEXT, and RANK
  • Minimum supported Python 3 version raised to 3.11
  • Grist Enterprise can now be turned on by a toggle in the admin panel
  • Additional security options for OIDC authentication

Breaking Changes

  • Minimum supported Python version raised to 3.11

New Features

  • Cumulative formula functions
  • Python 3.11 requirement
  • Enterprise toggle in admin
  • OIDC security improvements

Full Release Notes

## What's Changed
* There is a new set of formula functions to help with cumulative calculations, `PREVIOUS`, `NEXT`, and `RANK`. Read their documentation in our [help center](https://support.getgrist.com/functions/#cumulative).
* As a result of the above, minimum supported Python 3 version is now 3.11
* Grist Enterprise can now be turned on by a toggle in the admin.
* Additional security options for OIDC authentication were added, improving security and enabling compatibility with new providers that have specific requirements. These are enabled by default, according to best practices.
* Minor fixes and translations.

See the newsletter at https://support.getgrist.com/newsletters/2024-07/

[Join our Discord Community](https://discord.gg/MYKpYQ3fbP) if you'd like to get into development of Grist.