Skip to content

Releases: fuxingloh/airtable

v0.3.2

16 Apr 09:26
874dab8
Compare
Choose a tag to compare

Fixes

  • Fix fields method to follow airtable spec @minorgod (#6)

Chore & Maintenance

Batch API Support

20 Jan 09:02
Compare
Choose a tag to compare
  • Added Batch API endpoints support that was released on September 2019
  • The new API endpoints allow you to create, update, and delete 10 records per API request.

0.2.0: Cache & Mirror Modules

23 Apr 11:43
Compare
Choose a tag to compare
  • Fixed some bugs with the core api.
  • New Cache module, read-only interfaces that will fallback to cached data if api error is ignorable (429, 500, 502, 503)
    • Ability to use Airtable as the main database with heavy caching strategy.
  • New Mirror module for creating a stateless Airtable view. A good way to look at live data without using the need to know SQL.