Hasura v1.0.0-beta.5 Release Notes

Release Date: 2019-08-23 // over 4 years ago
  • ๐Ÿ”„ 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)