Skip to content

Releases: githubocto/flat

Support Node 16, address deprecation warnings

Choose a tag to compare

@mattrothenberg mattrothenberg released this 07 Jun 08:09

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

Choose a tag to compare

@irealva irealva released this 22 Jul 13:52

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

Choose a tag to compare

@irealva irealva released this 12 Jul 16:40

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

Expose authorization param for HTTP requests

Choose a tag to compare

@irealva irealva released this 28 May 16:06

Fixes:

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

Expose TypeORM Configuration Param

Choose a tag to compare

@mattrothenberg mattrothenberg released this 27 May 15:20

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

Choose a tag to compare

@irealva irealva released this 26 May 19:22

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

Choose a tag to compare

@irealva irealva released this 21 May 18:30
03db417

Fix diffing when files are deleted.

v2.0.2

Choose a tag to compare

@irealva irealva released this 16 Apr 16:40

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

v2.0.0

Choose a tag to compare

@irealva irealva released this 14 Apr 04:04

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

v1.3.0

Choose a tag to compare

@irealva irealva released this 13 Apr 21:19

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