Skip to content

Releases: viuinsight/google-sheets-to-s3

v0.7

11 Apr 13:02
Compare
Choose a tag to compare

Bugfixes to registering of change how "on change" event handlers are managed.
Added version number to Configuration dialog so it is visible to user.

v0.5

29 Mar 21:01
95e85bb
Compare
Choose a tag to compare

Publish action can be configured to send entire sheet contents as before, replacing the S3 file, or to publish only changed rows (based on a specified date/time column) to S3 as separate files. The latter is useful for large sheets where only a few records are changed/added whereas the former is useful for data values that are referenced by other systems.

v0.4

26 Mar 14:01
f6ce9ef
Compare
Choose a tag to compare
  • Updated styling on configuration form.
  • Modifications to enable proper deployment to Google Chrome Store.
  • Modifications to code to ensure event listener is only registered once.
  • Restricted code to current document only.

v0.2

06 Mar 14:53
10b667c
Compare
Choose a tag to compare

Updated to use Viu Insight AWS wrapper to enable Signature Version 4 authenticated requests which was not a feature in the previous version. This required adding "region" to Sheet properties for S3 requests. Additional CSS changes to the web form.

Updated license and readme to match Viu usage.