Releases: OpenProdkt/governance-sdk-go
Releases · OpenProdkt/governance-sdk-go
Release list
Go SDK 0.4.2
Go SDK 0.4.2
Source tag: go-v0.4.2
Install: go get github.com/OpenProdkt/governance-sdk-go@v0.4.2
Highlights
- Policy evaluation now supports asset-linked rules and system presets, so SDK consumers can work with the same policy model used by the platform.
- New metadata schema guards and helpers validate asset IDs and decision metadata across Python, TypeScript, and Go.
- SDK flows were aligned with the platform's asset ID contract to reduce payload drift between the API, UI, and client code.
- Cross-language contract tests expanded coverage to keep behavior aligned across the three SDKs.
Go SDK 0.4.1
Go SDK 0.4.1
Source tag: go-v0.4.1
Install: go get github.com/OpenProdkt/governance-sdk-go@v0.4.1
Highlights
- Policy evaluation now supports asset-linked rules and system presets, so SDK consumers can work with the same policy model used by the platform.
- New metadata schema guards and helpers validate asset IDs and decision metadata across Python, TypeScript, and Go.
- SDK flows were aligned with the platform's asset ID contract to reduce payload drift between the API, UI, and client code.
- Cross-language contract tests expanded coverage to keep behavior aligned across the three SDKs.
Go SDK 0.4.0
Go SDK 0.4.0
Source tag: go-v0.4.0
Install: go get github.com/OpenProdkt/governance-sdk-go@v0.4.0
Highlights
- Policy evaluation now supports asset-linked rules and system presets, so SDK consumers can work with the same policy model used by the platform.
- New metadata schema guards and helpers validate asset IDs and decision metadata across Python, TypeScript, and Go.
- SDK flows were aligned with the platform's asset ID contract to reduce payload drift between the API, UI, and client code.
- Cross-language contract tests expanded coverage to keep behavior aligned across the three SDKs.
Go SDK 0.3.0
Go SDK 0.3.0
Source tag: go-v0.3.0
Install: go get github.com/OpenProdkt/governance-sdk-go@v0.3.0
Changes
- feat: add cross-sdk metadata schema guards and align web asset-id flows (36e3646)