3.6.0
gristlabs/grist-core3.6.0May 28, 2026by dtslvr
AI Summary
Introduces HTTP proxy support and a centralized FetchService to manage outbound requests, while improving component modularity.
Key Highlights
- Added HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variable support to outbound HTTP requests
- Added the FetchService to centralize outbound HTTP requests
- Extracted the floating action buttons (FAB) to a reusable component
New Features
- Added HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variable support
- Added the FetchService to centralize outbound HTTP requests
Full Release Notes
### Added - Added `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` environment variable support to outbound HTTP requests - Added the `FetchService` to centralize outbound HTTP requests ### Changed - Extracted the floating action buttons (FAB) to a reusable component - Upgraded `nestjs` from version `11.1.19` to `11.1.21` - Upgraded `yahoo-finance2` from version `3.14.0` to `3.14.2` ### Special Thanks - @DavidReque - @dtslvr - @gadicc - @KenTandrian