Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 15:11
59d22ba

0.3.0 (2024-10-22)

⚠ BREAKING CHANGES

  • rename --address flag to --url; require scheme
  • move to sqlc, tern (#683)

refactor

  • move to sqlc, tern (#683) (878ebfb)
  • rename --address flag to --url; require scheme (3e83474)

Features

  • add timeout settings for plans and applies (#686) (797902b)
  • allow subscription buffer size to be overridden (#687) (d51469d)

Bug Fixes

  • avoid hitting Github limit on commit status updates (#688) (029e525)
  • don't unnecessarily restart scheduler (#689) (d240965)
  • make linting and tests pass (ebc1e53)
  • pin version of gcp pub-sub emulator docker image (8048e72)
  • prevent subsystem failure from stopping otfd (e5061b0)
  • use base58 alphabet for resource IDs (#680) (1e7d7a2)

Miscellaneous