v1.6.1

gristlabs/grist-corev1.6.1Jun 25, 2025by jordigh

AI Summary

A maintenance release removing Python 2 support and updating environment variables for Docker images to improve upgrade checks and proxy configuration.

Key Highlights

  • Python 2 support has been completely removed
  • Grist now automatically checks for upgrades by default in Docker images
  • Environment variable renames for proxy configuration

Breaking Changes

  • Python 2 support removed (requires migration for existing docs using Python 2 formulas)

New Features

  • Automatic upgrade checking
  • Updated proxy environment variables

Full Release Notes

## What's Changed
* Python 2 support has been completely removed from Grist. In rare situations, existing documents using Python 2 formulas may need to be migrated to Python 3. 
* Grist now automatically checks for upgrades by default on the `gristlabs/grist` and `gristlabs/grist-ee` Docker images.
* `HTTPS_PROXY` and `GRIST_PROXY_FOR_UNTRUSTED_URLS` have replaced the  former `GRIST_HTTPS_PROXY` environment variable. The `HTTPS_PROXY`  variable is for trusted requests and  `GRIST_PROXY_FOR_UNTRUSTED_URLS` is for untrusted URLs. Consult  [their  description](https://github.com/gristlabs/grist-core#environment-variables) for further details.
* Various translations and bug fixes.

**Full Changelog**: https://github.com/gristlabs/grist-core/compare/v1.6.0...v1.6.1

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