The Postgres provider will now no-longer call CASCADE its DROP SCHEMA actions, to behave more consistently with other providers that do not support it.
Support for the MIGRATION FOR data migrations introduced in NSchema.Core 4.3.
Changed
A plan action this provider doesn’t recognize now reports that the plan may come from a newer NSchema.Core than the provider supports, and to check for a provider update.
Fixed
Schema introspection no longer surfaces the schema owner’s implicit USAGE self-grant, which materializes in the ACL once any schema grant is applied and read as a phantom “revoke from the owner” on the next plan. Table grants already excluded the owner; schema grants now do the same.