Releases: heilmela/opa-postgres-plugin
Releases · heilmela/opa-postgres-plugin
v0.0.3
What's Changed
- chore(deps): bump github.com/testcontainers/testcontainers-go from 0.36.0 to 0.37.0 by @dependabot in #4
- chore(deps): bump github.com/open-policy-agent/opa from 1.3.0 to 1.4.2 by @dependabot in #5
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 by @dependabot in #6
Full Changelog: v0.0.2-alpha...v0.0.3
v0.0.2-alpha
- plugin is now usable with
go install ...
Full Changelog: v0.0.1-alpha...v0.0.2-alpha
v0.0.1-alpha
Initial release of PostgreSQL integration for OPA.
- Adds postgres.query function for executing read-only SQL queries
- Supports parameterized queries with proper type conversion
- Breaking changes expected in future releases