Skip to content

v0.7.6

Choose a tag to compare

@hardbyte hardbyte released this 14 May 05:38
· 44 commits to main since this release
594e680

What's Changed

Fixed

  • Wildcard EXECUTE grants now converge on schemas that contain PostgreSQL procedures. pgroles now renders schema-wide object.type: function wildcard grants as GRANT EXECUTE ON ALL ROUTINES IN SCHEMA ..., and renders specific function/procedure grant and revoke targets as ROUTINE, keeping existing manifests backward-compatible while covering extension-installed procedures such as pg_partman routines. (#113, #114)

Full Changelog: v0.7.5...v0.7.6