Releases: supabase/supautils
Releases · supabase/supautils
v2.9.4
What's Changed
- test: custom scripts on non-privileged extension by @soedirgo in #148
- fix: compilation with standard PGXS target by @steve-chavez in #150
Full Changelog: v2.9.3...v2.9.4
v2.9.3
What's Changed
Full Changelog: v2.9.2...v2.9.3
v2.9.2
What's Changed
- Clarify docs and add META.json for pgxn publishing by @steve-chavez in #138
- docs: add snippets of functionality by @steve-chavez in #139
- fix: evtrigs firing security definer functions by @steve-chavez in #141
- test: use supautils.log_skipped_evtrigs for evtrig tests by @steve-chavez in #142
- refactor: rm run_process_utility_hook from internal module by @steve-chavez in #143
- refactor: deduplicate logic in create extension by @steve-chavez in #144
- refactor: use C APIs on alter_owner instead of SPI by @steve-chavez in #145
Full Changelog: v2.9.1...v2.9.2
v2.9.1
What's Changed
- fix: evtrig detection under another extension fmgr_hook by @steve-chavez in #134
Full Changelog: v2.9.0...v2.9.1
v2.9.0
What's Changed
- feat: log more detail on skipped event triggers by @steve-chavez in #136
Full Changelog: v2.8.0...v2.9.0
v2.8.0
What's Changed
- feat: log skipped event triggers when enabled by @steve-chavez in #135
Full Changelog: v2.7.3...v2.8.0
v2.7.3
v2.7.2
What's Changed
- fix: evtrigs use existing version function as noop by @steve-chavez in #131
Full Changelog: v2.7.1...v2.7.2
v2.7.1
What's Changed
- docs:
supautils.
prefix by @soedirgo in #119 - docs: non-superuser event triggers by @steve-chavez in #122
- chore: missing perms in CI by @soedirgo in #121
- chore: simplfy config for tmp db by @steve-chavez in #126
- chore: speed up CI by @steve-chavez in #127
- chore: update to xpg v1.2 by @steve-chavez in #128
- fix: cache lookup failed with plpgsql_check by @steve-chavez in #129
- ci: fix copying .so file on release by @steve-chavez in #130
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- refac: confirm_reserved_roles to is_reserved_role by @steve-chavez in #102
- refac: compile with Wextra by @steve-chavez in #104
- feat: support non-superuser event trigger by @steve-chavez in #98
- correct: do not log skipped event triggers by @steve-chavez in #105
- test: ensure privesc doesn't happen on normal role by @steve-chavez in #107
- refac: encapsulate owner change logic by @steve-chavez in #109
- Allow ALTER and DROP event trigger by @steve-chavez in #106
- chore: enable code coverage by @steve-chavez in #111
- refactor: run_custom_script SQL template by @steve-chavez in #112
- chore: bring back macOS on CI by @steve-chavez in #113
- test: make schema public create compat on pg >= 16 by @steve-chavez in #114
- feat: execute event triggers under superuser by @steve-chavez in #115
- Document privileged role by @steve-chavez in #117
- chore: bump configure-aws-credentials by @soedirgo in #120
Full Changelog: v2.6.0...v2.7.0