Changelog
This is a patch release for v2.48
.
Bug fixes and improvements
Server
- Support Postgres version 17. Note that the output of
/v1alpha1/pg_dump
changes slightly for users of thehasura
Docker container, since we now ship with v17. - Fix a bug in which types from two remote joins with different type prefixes and namespaces might be inter-mixed in the schema.
- Partially fix big in streaming subscriptions on non-unique columns, in which rows may be skipped when the column contains duplicates. The bug is now fixed in Postgres and Citus, but remains for Cockroach and other postgres-likes. In databases that have the fix a batch may now return more rows than the requested
batch_size
, which follows from the behavior ofFETCH ... WITH TIES
which backs these queries.