You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
The key has expired.
π Versioned views are now created with security_invoker=true on Postgres >=15 in order to respect row level security policies on the underlying tables. See the README section for more details.
π Added a new SET REPLICA IDENTITY operation. See the docs for details.
π Old version schemas are now removed correctly when working in schemas other than public.
π Old version schemas are now removed correctly when a DDL change was captured in between migrations.
π Made some internal functions in the pgroll schema run as security_definer.
π’ Ping after establishing the postgres connection for cleaner error messages on connection failures.
π€ Made some performance improvements in the read_schema internal function to better handle databases with many schemas.
Changelog
536295b Add SECURITY DEFINER to internal functions (#191)
4f4d549 Add a 'set replica identity' operation (#201)
7f20c15 Add section to README about RLS in Postgres 14 (#202)
bd53d10 Create versioned views WITH (security_invoker = true) (#189)
d486aab Fix previous_version function to work with non-public schema (#190)
c029d5e Fix previous version detection in the presence of inferred DDL migrations (#197)