Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

64 lines (42 loc) · 1.74 KB

Changelog

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.

[3.1.0] - (30/11/2021)

Fixed

  • Made the handler much more efficient

[3.0.0] - (12/08/2021)

Changed

  • Now only supports SDK 5

2.0.0 - (25/02/2021)

Changed

  • 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)

Added

  • Debug mode

1.0.3 - (18/06/2020)

Changed

  • Flush rows job collects all IDs then dispatches jobs to delete the rows

1.0.2 - (17/06/2020)

Changed

  • Rate limit CreateRecords job
  • No chaining of jobs to save on message size space

1.0.1 - (17/06/2020)

Changed

  • Dispatch batched events for row creation to avoid a message size limit

1.0 - (16/06/2020)

First Release

Added

  • AirTable Client
  • AirTable Progress integration
  • AirTable Control Exporter integration