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

v1.0.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@hasura-bot hasura-bot released this 23 Aug 11:10
· 8684 commits to master since this release

Changelog

Enhancements

  • The console now provides a summary view of permissions defined across roles in each schema. This summary interface can also be used to copy all permissions for a role in a schema to a new or existing role (#2693)
  • The recently introduced templated "Frequently used columns" in the console are now available in the Modify section of a table too (close #2545) (#2593)
  • Better console notifications are now shown for errors in db schema load & metadata reload (#2658)
  • Styles of data tables in console updated for better readability (#2629)
  • The "secure-your-endpoint" docs link in the console now opens in a new tab (#2709)
  • Remote schema definition now supports an optional timeout_seconds argument to configure timeouts for calls (close #2501) (#2753)

Bug fixes

  • All Set-Cookie headers are now read from a remote schema response and forwarded to the client (fix #2688) (#2739)
  • Postgres error code 22025 is captured as HTTP 400 bad request (close #2486) (#2671)
  • The type of a column whose permissions defined only with session variables can now be altered (close #2070) (#2683)
  • Only the ExceptionContent part of an HTTP Exception is now sent to the client (#2738)
  • null values in order_by input field do not throw an error anymore (fix #2754) (#2755)

Build system, code clean-up and other misc. changes

Tests & build system (#2472,#2547, #2685, #2712, #2742)
Code cleanup (#2661, #2670, #2762, #2708, #2668, #2684, #2676)