Skip to content

Latest commit

 

History

History
255 lines (114 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

255 lines (114 loc) · 11.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.1 (2022-07-14)

1.0.0 (2021-04-15)

0.0.25 (2021-02-11)

Bug Fixes

0.0.24 (2021-02-11)

Features

  • worker: expose getSecret (3cc7435)

Bug Fixes

  • set_secret: on conflict do nothing (#7) (41066af)
  • use configurable logger (#6) (095b03a)

0.0.22 (2020-06-19)

0.0.21 (2020-06-08)

0.0.20 (2020-05-29)

0.0.19 (2020-05-13)

Bug Fixes

  • export PgComposeWorker interface (b1a4f5a)

0.0.18 (2020-05-13)

Bug Fixes

  • ComposeWorkerOpts.Logger type should match graphile-worker (d8bc4a7)
  • insignificant type error (1650fe8)
  • rollup modules in yaml loader (d3ef357)

Features

  • export run migrations like graphile-worker does (e7fd74b)
  • export run migrations like graphile-worker does (2af1d95)

0.0.17 (2020-05-12)

Features

  • export run migrations like graphile-worker does (113450f)

0.0.16 (2020-05-11)

Bug Fixes

  • partial via in function trait replacement (4b10214)

Features

  • add test for function bodyVars w/o via (680561b)

0.0.15 (2020-05-10)

Bug Fixes

0.0.14 (2020-05-10)

0.0.13 (2020-05-10)

Bug Fixes

0.0.12 (2020-05-10)

Bug Fixes

  • bogus varno error on bad pg_get_exprs (0745b23)
  • module import by name (b9c99d1)
  • use require over dynamic import (4eac132)

0.0.11 (2020-05-10)

Bug Fixes

0.0.10 (2020-05-07)

Bug Fixes

  • yaml loading with empty trait.requires (79f637d)

0.0.9 (2020-05-07)

Features

  • make trait requirement nullable for 0 requirement fallback tables (db1e574)

0.0.8 (2020-05-07)

Features

0.0.7 (2020-05-01)

Bug Fixes

  • optional trait.provides, stringifying after functions (ad44754)

Features

  • functions can require traits (a40c0e1)

0.0.6 (2020-05-01)

Bug Fixes

  • contract import (6ce4d20)
  • remove commit inside of secret encryption - was interfering with testing (0d426a5)
  • functions: add type aliases for argument reconciliation (c805191)
  • test: clean up transaction control (7ce83b3)
  • build process to include graphile-secrets.yaml (a9b9649)

Features

0.0.5 (2020-04-20)

Bug Fixes

Features

  • cli factory for running workflows with custom tasks (eadaf6e)
  • watch mode (ed8b57b)

0.0.4 (2020-04-18)

Features

0.0.3 (2020-04-18)

0.0.2 (2020-04-18)

Bug Fixes

Features