Skip to content

Releases: christophwille/dotnet-opa-wasm

OPA Wasm 0.30

10 Mar 06:49
Compare
Choose a tag to compare
OPA Wasm 0.30 Pre-release
Pre-release
  • Change TFM to net6.0 because Wasmtime changed its.
  • Tested with OPA 0.38

OPA Wasm 0.23

07 Feb 17:31
Compare
Choose a tag to compare
OPA Wasm 0.23 Pre-release
Pre-release
  • API redesign: to follow guidance from bytecodealliance/wasmtime-dotnet#90 - OpaEngine has been morphed into OpaPolicyModule and ties Wasmtime.Engine and Wasmtime.Module together for creating OpaPolicy instances in a thread-safe way.
  • API redesign: PR #33 added typed implementations of SetData and Evaluate methods on OpaPolicy. The existing methods have been renamed to SetDataJson and EvaluateJson respectively (implementation unchanged). A custom serializer implementation can be passed to CreatePolicyInstance.
  • API redesign: PR #30 was contributed to allow typed access to all builtin method arguments.
  • Update to OPA 0.37

For change details please see v0.22...v0.23

OPA Wasm 0.22

08 Jan 09:35
Compare
Choose a tag to compare
OPA Wasm 0.22 Pre-release
Pre-release
  • Update Wasmtime 0.33.0-preview1

OPA Wasm 0.21

05 Jan 08:53
Compare
Choose a tag to compare
OPA Wasm 0.21 Pre-release
Pre-release
  • Built against Wasmtime 0.32
  • Tested with OPA 0.36

OPA Wasm 0.20

18 Nov 14:28
Compare
Choose a tag to compare
OPA Wasm 0.20 Pre-release
Pre-release

Fix #28

OPA Wasm 0.19

07 Nov 15:20
Compare
Choose a tag to compare
OPA Wasm 0.19 Pre-release
Pre-release
  • Breaking change: renamed OpaModule to OpaRuntime (no functionality changes, strictly naming)
  • Breaking change: Folded FastEvaluate into Evaluate
  • Implement builtin0-4
  • Implement opa_abort (raises Wasmtime.TrapException)
  • Change build batch file to PowerShell
  • Merging for modifications to capabilities default file
  • Add package readme
  • Add .editorconfig

OPA Wasm 0.18

04 Nov 09:36
Compare
Choose a tag to compare
OPA Wasm 0.18 Pre-release
Pre-release
v0.18