Caspio 53.0
Oct 24, 2024 • 3 minutes to readRelease Notes
Introducing Flex
We are happy to announce the launch of Flex, Caspio’s brand–new, next-generation framework for application building. Learn more about Flex from our announcement article.
New Data Type: Attachment
With the release of Flex, we made available a new data type: Attachment. It’s a more efficient and advanced way to store files in your tables. It introduces the following features:
- Configurable size range: Customize the allowed file size at the table level, enforcing the requirement consistently wherever this attachment is used.
- File type requirements: In Attachment, we introduced the ability to define allowed file formats at the table level.
- Support for much higher file sizes: Attachments of up to 1024 MB can be stored. For File data type, the limit was 500 MB.
- Smart image resizer: Automatically generate a predefined range of images – thumbnail, small, medium, large via settings at the table level, applying to new files regardless of how they are added. At app rendering time, the most efficient and proper image size is used to optimize the performance of DataParts.
- Image preview: see the preview of the image in the datasheet as well as when uploading a new image via a DataPart.
REST API is updated to support operations on Attachment data type. Webhooks can be configured to send not only the Attachment file name, but also a direct link to the file.
The Attachment data type is supported for DataParts in Flex, while the existing File data type remains functional and is supported for DataPages in Bridge. Note that files uploaded using the Attachment data type are not visible in the Files area of Bridge framework.
Learn more about Attachment.
Introducing Flex Ready-Made Applications on Marketplace
We are excited to introduce a new set of Flex ready-made applications, now available on our Marketplace. These turnkey apps are designed to help you get started with Flex. You can install them directly into your Caspio account and start using them, or customize and expand them to better fit your needs.
The following applications are available:
Enhancements to AI-Powered GPT Connect Extension
Starting this release, responses from our AI extension can be stored not only in Text (255) and Text (64000) data type fields, but also in Number, Integer, Currency, Date/Time, and Yes/No fields (as long as values returned by AI match those data types).
Learn more about Extensions and AI-Powered GPT Connect.
Enhancements to Usage
New usage charts are available for integrations calls and extension actions.
Learn more about Usage.
Deprecations
The use of Google Drive for data import/export tasks will be deprecated on November 25, 2024. Learn more.
Bug Fixes
ID | Area | Description |
---|---|---|
244309 | DataPages | Fixed issue with the availability of display-only virtual fields in calculated values. |