Releases: me-viper/OpaDotNet
Releases · me-viper/OpaDotNet
v2.5.1
OpaDotNet.Wasm v2.5.1 (2024-08-11)
Fixes
- #32 Remove outdated dependency
- #33 Remove dev dependencies
v2.5.0
OpaDotNet.Wasm v2.5.0 (2024-02-09)
Bug Fixes
TryGetRegoSet<T>
fails when T
is JsonNode (c9f28cb)
Features
- #1. Implement missing built-ins:
- time.format
- time.parse_ns
- graph.reachable_paths
- uuid.parse
- object.subset
- crypto.parse_private_keys
- crypto.x509.parse_and_verify_certificates
- crypto.x509.parse_certificates
- crypto.x509.parse_certificate_request
- crypto.x509.parse_keypair
- crypto.x509.parse_rsa_private_key
v2.4.1
OpaDotNet.Wasm v2.4.1 (2024-01-26)
Bug Fixes
- #26. time.now_ns() should return time in UTC (2eb1190)
- #27, #28. Fix token validation. (3833e2d)
- Fallback to default lifetime validation if time constraint is not set (ac6210d)
v2.4.0
OpaDotNet.Wasm v2.4.0 (2024-01-10)
Bug Fixes
- Close #24. Fix strings.sprintf function to use JsonSerializerOptions (e69d916)
Features
v2.3.0
OpaDotNet.Wasm v2.3.0 (2023-11-21)
Features
v2.2.0
OpaDotNet.Wasm v2.2.0 (2023-10-11)
Bug Fixes
- print() does not respect json serialization options (a47356f)
Features
- #1. Implement missing builtins (8412dba)
- #21. Implement new buildins (8ee6944)
- Close #22. Use JavaScriptEncoder.UnsafeRelaxedJsonEscaping by default (aa9b962)
v2.1.1
OpaDotNet.Wasm v2.1.1 (2023-09-29)
Features
v2.1.0
OpaDotNet.Wasm v2.1.0 (2023-98-28)
Features
OpaDotNet.Wasm v2.0.0 (2023-08-18)
v2.0.0
OpaDotNet.Wasm v2.0.0 (2023-08-18)
Features
- Migrate to the new compilation infrastructure (1e3815a)
BREAKING CHANGES
- Compilation logic have been moved from OpaDotNet.Wasm to OpaDotNet.Compilation.Cli assembly
v1.4.0
OpaDotNet.Wasm v1.4.0 (2023-08-15)
Bug Fixes
CapabilitiesVersion
option should not be ignored if there is no custom capabilities file
Features
- #18. Add parameter to treat bult-in function call errors as exceptions
- #20. Support compilation from source string