All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Made the handler much more efficient
- Now only supports SDK 5
2.0.0 - (25/02/2021)
- portal-42: Dynamically update rows rather than replacing them each sync.
- The
uniqueIdColumnName
attribute is required for any AirTable driver configuration. - portal-300: The
uniqueIdColumnName
configuration can be an array. The unique ID will be formed of all the columns given.
1.0.4 - (18/06/2020)
- Debug mode
1.0.3 - (18/06/2020)
- Flush rows job collects all IDs then dispatches jobs to delete the rows
1.0.2 - (17/06/2020)
- Rate limit CreateRecords job
- No chaining of jobs to save on message size space
1.0.1 - (17/06/2020)
- Dispatch batched events for row creation to avoid a message size limit
1.0 - (16/06/2020)
First Release
- AirTable Client
- AirTable Progress integration
- AirTable Control Exporter integration