Releases: supabase/supautils
Releases · supabase/supautils
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
v2.6.0
What's Changed
- chore: upload .deb to S3 by @soedirgo in #96
- refactor: retab supautils/constrained_extensions.c by @steve-chavez in #97
- feat: add supautils.superuser GUC by @steve-chavez in #99
- fix: not allowing to alter schema on non-extension by @steve-chavez in #100
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- feat: allow changing extension schema by @steve-chavez in #94
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- chore: dedupe privileged_role tests by @soedirgo in #89
- feat: dropping table triggers w/o being owners by @soedirgo in #90
- feat: compatibility with pg 17 by @steve-chavez in #92
- ci: test on macos by @steve-chavez in #93
Full Changelog: v2.3.0...v2.4.0
v2.3.0
v2.2.1
What's Changed
- fix: allow nosuperuser attribute to be set on roles by @sweatybridge in #87
New Contributors
- @sweatybridge made their first contribution in #87
Full Changelog: v2.2.0...v2.2.1
v2.2.1-test-pg16
Full Changelog: v2.2.0...v2.2.1-test-pg16
v2.2.0
v2.1.0
What's Changed
- chore: compile on pg16 by @steve-chavez in #77
- refactor: remove standard hook from utils.c by @steve-chavez in #80
- feat: allow privileged_role to manage replication attribute
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- feat: constrained extensions by @steve-chavez in #56
- test: constrained_extensions valid json config by @steve-chavez in #60
- Chores to help with upgrading to pg 16 by @steve-chavez in #63
- readme: clarify that it's only a shared library by @steve-chavez in #65
- fix: prevent nested
switch_to_superuser()
from corruptingprev_role_*
by @soedirgo in #71 - fix: disable sysinfo checks on macos by @soedirgo in #74
- feat: remove pg12 support by @soedirgo in #75
- feat: extensions parameter overrides by @soedirgo in #76
Full Changelog: v1.9.0...v2.0.0