Skip to content

Releases: bristol-su/airtable

v3.1.0

30 Nov 14:42
Compare
Choose a tag to compare

v3.1.0 - 30/11/2021

Fixed

  • Made the handler much more efficient

v3.0.0

12 Aug 20:51
8782945
Compare
Choose a tag to compare

v3.0.0 - 12/08/2021

Added

  • SDK v5 support

Removed

  • SDK v4 support

v2.0.0

06 Mar 14:50
a3488fb
Compare
Choose a tag to compare

v2.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.

v1.0.4

18 Jun 12:55
Compare
Choose a tag to compare

v1.0.4 - 18/06/2020

Changed

  • Add a debug mode

v1.0.3

18 Jun 12:34
Compare
Choose a tag to compare

v1.0.3 - 18/06/2020

Changed

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

v1.0.2

17 Jun 11:36
Compare
Choose a tag to compare

v1.0.2 - 17/06/2020

Changed

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

v1.0.1

17 Jun 10:11
Compare
Choose a tag to compare

v1.0.1 - 17/06/2020

Changed

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

v1.0

16 Jun 19:25
199353e
Compare
Choose a tag to compare

v1.0 - 16/06/2020

Added

  • AirTable client
  • Progress exporter for AirTable
  • Control Exporter for AirTable