Changelog
Bug fixes and improvements
Server
- Remote relationships now cannot be configured when the target data source does not support them. Previously these were allowed to be added but would fail at query time.
- Data Connector data sources can now be used as the source and/or target of remote relationships. Please note that only data connector agents that support foreach queries can be used as a target in a remote relationship.
- Fix
graphql-default
naming convention bugs (#9426, #9430)
Console
- Fix headers getting removed from event triggers configuration while updating trigger options
- Fix subscriptions in CLI console API explorer when connected to a Hasura instance that only supports
https/wss
(fix #9475) - Show year in the date column while displaying event triggers, cron triggers and scheduled events
- Respect the GraphQL API naming convention while tracking a suggested relationship.
- Fix a bug that would cause the DB tree view to not show up if a Data Connector backed database is the only connected database.
- Allow removing event trigger auto clean-up configuration (Enterprise edition only)
Data Connectors
- The SQLite data connector agent now supports being a target of a remote relationship