Skip to content

Releases: heilmela/opa-postgres-plugin

v0.0.3

24 May 12:25
c10cae0

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

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

18 Apr 10:52
c276251

Choose a tag to compare

v0.0.2-alpha Pre-release
Pre-release
  • plugin is now usable with go install ...

Full Changelog: v0.0.1-alpha...v0.0.2-alpha

v0.0.1-alpha

17 Apr 13:49
bbbad72

Choose a tag to compare

v0.0.1-alpha Pre-release
Pre-release

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