Releases: nuclio/opa-client
Releases · nuclio/opa-client
v0.0.3
v0.0.2
What's Changed
- [Security] Bump CI actions and add permissions by @TomerShor in #6
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Nuclio OPA Client
A Go client library for Open Policy Agent (OPA) with support for HTTP-based policy queries.
Installation
go get github.com/nuclio/opa-client@v0.0.1
Import to your project:
import "github.com/nuclio/opa-client"
What's Changed
- OPA Client Implementation by @TomerShor in #1
- [CI] Remove build step by @TomerShor in #3
- [Utils] Implement helpers to remove dependencies by @TomerShor in #4
- [Lint] Update golangci-lint configuration and Makefile rule by @TomerShor in #5
New Contributors
- @TomerShor made their first contribution in #1
Full Changelog: https://github.com/nuclio/opa-client/commits/v0.0.1