Skip to content

34th alpha release for v1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hasura-bot hasura-bot released this 04 Jan 12:20
· 8689 commits to master since this release

Changelog

New features

  • Headers in the GraphiQL tab are now persisted in localstorage (close #275) (#1262)
  • Server can now be hosted on a subpath using a reverse proxy without breaking any console redirects. E.g. /somepath/console (#1228)
  • Alter column type in modify table page now shows only compatible types. (close #544) (#1174)

Bug fixes

  • Server now generates aggregate order_by types only if relevant columns are present. This fixes a bug that caused schema introspection to fail in certain cases. (closes #1243) (#1248)
  • Auth hook mode (--auth-hook-mode) environment variable was fixed to be HASURA_GRAPHQL_AUTH_HOOK_MODE as indicated in docs, instead of HASURA_GRAPHQL_AUTH_HOOK_TYPE. Support for TYPE will be dropped in the next release. (fix #1270) (#1285)
  • Fixed a bug that caused detection of primary key to fail for certain tables where the Hasura user is not the owner. (close #1269) (#1300)
  • CLI now displays proper error messages when an invalid migration file is present. (fix #1224) (#1238)
  • Fixes a bug that caused untracking to fail when a table with no columns is dropped from SQL window. (close #1255) (#1256)

Other changes

  • server: serve local console on development builds (#1252)
  • server: improve startup log messages (close #1236) (#1258)
  • server: update constraint enum types when a new constraint is added (#1287)
  • console: add a section title to add column in modify tab (fix #1096) (#1245)
  • console: ui improvements on event trigger update columns (close #1257) (#1259)
  • console: highlight actionable buttons when its on focus (close #1294)
  • console: display table name for manual array relationship from view to table (fix #1292) (#1293)