1.9.0 on April 2, 2026
This release adds Box.com as a cloud storage destination for Save feeds, introduces support for Gravity Flow fields in exports, and fixes an issue where background exports were not saving files when no custom storage path was configured.
🚀 Added
- Support for Box.com as a cloud storage destination in Save feeds, enabling exported files to be automatically uploaded to a specified Box folder.
- Gravity Flow field integration for User, Multi User, Assignee Select, Role, Timestamp, and Status fields, with filter hooks to control user display properties, role translation, timestamp formatting, and status labels.
🐛 Fixed
- Background exports not saving the exported file when no custom storage path is configured.
💻 Developer Updates
- Added
gk/gravityexport/field/flow/translate-rolefilter to control translation of Gravity Flow Role field values. - Added
gk/gravityexport/field/flow/user-propertyfilter to specify which user property is used for Gravity Flow User field values. - Added
gk/gravityexport/field/flow/status-labelfilter to customize labels for Gravity Flow status values. - Added
gk/gravityexport/field/flow/timestamp-typefilter to control the display of Gravity Flow timestamp values. - Added
gk/gravityexport/field/flow/timestamp-formatfilter to customize formatting for Gravity Flow timestamp values.
🔧 Updated
- Foundation to version 1.14.0.