Migrating to Hasura Auth v2.48.6
Version v2.48.6 introduces 1 breaking change. This guide details how to update your code.
Released: 10/14/2025
1
Breaking Changes
1
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
/v1alpha1/pg_dumpBreaking Changes
●Issue #1
The output of the `/v1alpha1/pg_dump` endpoint changes slightly for users of the `hasura` Docker container because the underlying Postgres version has been updated to v17.
Migration Steps
- 1If you rely on the exact output format of `/v1alpha1/pg_dump` when using the `hasura` Docker container, review the output as it has changed due to the Postgres v17 upgrade.
Release Summary
This patch release for v2.48 includes support for Postgres 17, fixes schema mixing issues in remote joins, and improves streaming subscription reliability on non-unique columns for supported databases.
Need More Details?
View the full release notes and all changes for Hasura Auth v2.48.6.
View Full Changelog