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

v2.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@hasura-bot hasura-bot released this 16 Jun 13:59
· 6701 commits to master since this release

Changelog

Bug fixes and improvements

  • server: remote relationships (database to remote schema joins) are now supported on SQL Server and BigQuery (console pending)
  • server: BigQuery: switches to a single query generation from a dataloader approach. This should result in
    faster query responses.
  • server: BigQuery: various bug fixes related to aggregations
  • server: fix add source API wiping out source's metadata when replace_configuration is true
  • console: add foreign key CRUD functionality to ms sql server tables
  • console: allow tracking of custom SQL functions having composite type (rowtype) input arguments
  • console: allow input object presets in remote schema permissions
  • console: add modify functionality on columns, primary keys & unique keys to MS SQL Server tables
  • cli: add interactive prompt to get input when --database-name flag is missing
  • cli: fix metadata export to avoid unnecessary empty lines in actions.graphql (#5338)
  • cli: generate migrations for mssql databases in hasura console mode (#7011)