
GraphQL
Optimizing your GraphQL API with Postgres
This post shows how to optimize your GraphQL API using some of Postgres' most popular features. These will help with data validations, data representation and performance enhancement.

Actions
Turn your Ruby on Rails REST API to GraphQL using Hasura Actions
In this post, we will look at using Hasura Actions to convert your Ruby on Rails REST API written in Flask to GraphQL.

Logging
Improved logging
The v1.0.0-beta.3 release added several exciting enhancements to the GraphQL engine's logs.

Support for array operators in permissions
Following popular demand in the community, support for array operators like _in, _nin, _has_keys_any in permission rules has been introduced in v1.0.0-beta.3.

JWT
JWT Analyzer / Inspector in Hasura Console
With the v1.0.0-beta.3 release, a JWT analyzer is now part of the Hasura console. Learn how to use this feature!