Skip to content

Releases: simonw/airtable-export

0.7.1

09 Apr 23:13

Choose a tag to compare

  • Fixed bug with new --http-read-timeout feature

0.7

08 Apr 22:18

Choose a tag to compare

0.7
  • New --http-read-timeout option, thanks Eli Block! #14

0.6

02 Apr 05:42
d0052bd

Choose a tag to compare

0.6
  • New --user-agent= option for passing a custom user-agent to Airtable. #12

0.5

22 Feb 06:02

Choose a tag to compare

0.5
  • New --sqlite database.db export option. #10

0.4

30 Aug 03:13

Choose a tag to compare

0.4
  • Support --yaml, --ndjson and --json options all at once. #5

0.3.1

29 Aug 22:16
7e269b1

Choose a tag to compare

  • Added documentation describing how to run this using GitHub Actions.

0.3

29 Aug 21:46
32e1379

Choose a tag to compare

0.3
  • New --json and --ndjson options for exporting in JSON instead of YAML. #2
  • The Airtable API sometimes returns fields in a different order, which can cause unexpected differences. We now always sort the keys before exporting the data. #4

0.2

29 Aug 21:14

Choose a tag to compare

0.2
  • Renamed to airtable-export

0.1.1

29 Aug 20:16
ebd94b2

Choose a tag to compare

  • Smarter handling of HTTP errors. #1

0.1

29 Aug 19:53

Choose a tag to compare

0.1
  • First working release