Skip to content

Releases: githubocto/flat

Support Node 16, address deprecation warnings

07 Jun 08:09
Compare
Choose a tag to compare

Given Node.js 12 actions are now deprecated, this release updates Flat to use Node 16. Users should no longer see deprecation messages when running Flat actions.

What's Changed

Full Changelog: v3.3.1...3.4.0

Expose an Axios Configuration Parameter

22 Jul 13:52
Compare
Choose a tag to compare

Now users can pass along an axios_config param with the path to a local JSON file containing http request configurations for axios. One nice side benefit is one can make GraphQL post requests.

Fix Deno output in GitHub Actions

12 Jul 16:40
Compare
Choose a tag to compare

Fixes #48 where Deno output was messed up in the GitHub Actions console

Expose authorization param for HTTP requests

28 May 16:06
Compare
Choose a tag to compare

Fixes:

Fixes #19 and provides the ability to pass in authorization information for an HTTP endpoint.

Expose TypeORM Configuration Param

27 May 15:20
Compare
Choose a tag to compare

Fix

Fixes an issue around connecting to Heroku PG databases #27 by exposing a TypeORM configuration parameter for greater control around what gets passed to createConnection

v3.0.0

26 May 19:22
Compare
Choose a tag to compare

Features:

Adds support for a mask parameter to hide secrets from the source string that is committed.

Fixes:

Restricts Deno permissions for the postprocessing script.

v2.1.0

21 May 18:30
03db417
Compare
Choose a tag to compare

Fix diffing when files are deleted.

v2.0.2

16 Apr 16:40
Compare
Choose a tag to compare

Fixes bug in post process commit where if nothing changed, action would throw an error

v2.0.0

14 Apr 04:04
Compare
Choose a tag to compare

Add downloaded_filename parameter to replace sql_format and output_basename. Breaking change.

v1.3.0

13 Apr 21:19
Compare
Choose a tag to compare

Post process script commits all files after all flat actions are complete. Now we get one commit message per job run.