Releases: githubocto/flat
Support Node 16, address deprecation warnings
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
- fix: use node16, bump sqlite by @mattrothenberg in #86
Full Changelog: v3.3.1...3.4.0
Expose an Axios Configuration Parameter
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
Fixes #48 where Deno output was messed up in the GitHub Actions console
Expose authorization param for HTTP requests
Fixes:
Fixes #19 and provides the ability to pass in authorization information for an HTTP endpoint.
Expose TypeORM Configuration Param
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
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
Fix diffing when files are deleted.
v2.0.2
Fixes bug in post process commit where if nothing changed, action would throw an error
v2.0.0
Add downloaded_filename parameter to replace sql_format and output_basename. Breaking change.
v1.3.0
Post process script commits all files after all flat actions are complete. Now we get one commit message per job run.