这是indexloc提供的服务,不要输入任何密码
Skip to content

3rd beta release for 1.1.0

Pre-release
Pre-release

Choose a tag to compare

@hasura-bot hasura-bot released this 06 Feb 10:31
· 8306 commits to master since this release

This is mostly a bug fix release and unless new critical bugs are discovered, this will be promoted to v1.1.0.

Fixes

  • server: disable explain end-points when metadata API is disabled (#3717)
  • server: fix postgres errors when using certain columns/relationshps in a mutation's returning clause (#3609, #3642, #3271)
  • server: fix parsing JWK expiry time from headers on startup (#3655)
  • server: new enum values are now reflected in the schema with 'reload enum values' (#3759)
  • server: fix webhook not being called on a trigger definition update (#3791)
  • server: fix webhook not being called after migrations/upgrade (#3791)
  • server: allow disabling CORS headers through an environment variable (#3782)
  • console: handle uncategorized types in permission builder (close #3603) (#3712)
  • console: allow "_is_null" operator for all types in permissions (close #3777) (#3813)
  • console: handle empty columns / computed fields in permissions (close #3789) (#3813)
  • console: separate operators for json and jsonb column types & allow null as valid JSON type in permissions (#3823)
  • console: handle "create if not exists" syntax for track table (close #3766) (#3816)

Feature additions

  • console: use user friendly terms for filter operators in browse rows page (#3699)
  • console: update graphiql explorer (#3073)
  • console: allow manually editing permissions (close #1734) (#3823)
  • console: accept url query params for filter/sort in browse table page (close #833) (#3041)