Skip to content

0.6.4

Choose a tag to compare

@greenape greenape released this 04 Jun 11:03
· 9926 commits to master since this release

Added

  • Buttons to copy token to clipboard and download token as file added to token list page.#704
  • Two new worked examples: "Cell Towers Per Region" and "Unique Subscriber Counts". #633, #634

Changed

  • The FLOWDB_DEBUG environment variable has been renamed to FLOWDB_ENABLE_POSTGRES_DEBUG_MODE.
  • FlowAuth will now automatically set up the database when started without needing to trigger via the cli.
  • FlowAuth now requires that at least one administrator account is created by providing env vars or secrets for:
    • FLOWAUTH_ADMIN_PASSWORD
    • FLOWAUTH_ADMIN_USERNAME

Fixed

  • The FLOWDB_DEBUG environment variable used to have no effect. This has been fixed. #811
  • Previously, queries could be stuck in an executing state if writing their cache metadata failed, they will now correctly show as having errored. #833
  • Fixed an issue where Table objects could be in an inconsistent cache state after resetting cache #832
  • FlowAuth's docker container can now be used with a Postgres backing database. #825
  • FlowAPI now starts up successfully when following the "Secrets Quickstart" instructions in the docs. #836
  • The command to generate an SSL certificate in the "Secrets Quickstart" section in the docs has been fixed and made more robust #837
  • FlowAuth will no longer try to initialise the database or create demo data multiple times when running under uwsgi with multiple workers #844
  • Fixed issue of Multiple tokens don't line up on FlowAuth "Tokens" page #849

Removed

  • The FLOWDB_SERVICES environment variable has been removed from the toplevel Makefile, so that now DOCKER_SERVICES is the only environment variable that controls which services are spun up when running make up. #827