Hasura has released version 1.3.0 with significant features including Data Federation, Relay support and Scheduled Triggers. The new Data Federation feature enables a unified data layer for all your data sources through Remote Joins, allowing relationships across different data models in a single query. Relay support allows combining React and GraphQL to build highly modular and performant Javascript applications. Scheduled Triggers enable triggering webhooks based on a cron schedule or timestamp, opening up new use-cases like generating daily reports or sending post-signup emails. Other improvements include accessing session variables inside computed fields and automatic dependency cascade in the console.