Hasura v1.3.1 Release Notes

Release Date: 2020-08-21 // over 3 years ago
  • ๐Ÿ”„ Changelog

    ๐Ÿš€ This is the first patch release for v1.3. This fixes few bugs and includes general refactors.

    ๐Ÿ’ฅ Breaking change

    Headers from environment variables starting with HASURA_GRAPHQL_ are not allowed in event triggers, actions & remote schemas.

    โšก๏ธ If you do have such headers configured, then you must update the header configuration before upgrading.

    ๐Ÿ› Bug fixes and improvements

    • ๐Ÿ›  server: fix failing introspection query when an enum column is part of a primary key (fixes #5200)
    • server: disallow headers from env variables starting with HASURA_GRAPHQL_ in event triggers, actions & remote schemas (#5519)
      โš  WARNING : This might break certain deployments. See Breaking change section above.
    • server: bugfix to allow HASURA_GRAPHQL_QUERY_PLAN_CACHE_SIZE of 0 (#5363)
    • 0๏ธโƒฃ server: support only a bounded plan cache, with a default size of 4000 (closes #5363)
    • ๐Ÿ”Š server: add logs for action handlers (#5471)
    • โฑ server: add request/response sizes in event triggers (and scheduled trigger) logs (#5463)
    • server: change startup log kind db_migrate to catalog_migrate (#5531)
    • console: handle nested fragments in allowed queries (close #5137) (#5252)
    • โšก๏ธ console: update sidebar icons for different action and trigger types (#5445)
    • console: make add column UX consistent with others (#5486)
    • ๐Ÿ“‡ cli: improve error messages thrown when metadata apply fails (#5513)
    • ๐Ÿ‘€ cli: fix issue with creating seed migrations while using tables with upper-case letters (closes #5532) (#5549)
    • ๐Ÿ— build: introduce additional log kinds for cli-migrations image (#5529)

    ๐Ÿš€ Using this release

    ๐Ÿณ Use the following docker image:

    hasura/graphql-engine:v1.3.1