Skip to content

Releases: me-viper/OpaDotNet

v2.5.1

08 Nov 12:54
Compare
Choose a tag to compare

OpaDotNet.Wasm v2.5.1 (2024-08-11)

Fixes

  • #32 Remove outdated dependency
  • #33 Remove dev dependencies

v2.5.0

12 Feb 06:29
Compare
Choose a tag to compare

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

26 Jan 12:25
Compare
Choose a tag to compare

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

10 Jan 08:22
Compare
Choose a tag to compare

OpaDotNet.Wasm v2.4.0 (2024-01-10)

Bug Fixes

  • Close #24. Fix strings.sprintf function to use JsonSerializerOptions (e69d916)

Features

v2.3.0

21 Nov 11:33
Compare
Choose a tag to compare

OpaDotNet.Wasm v2.3.0 (2023-11-21)

Features

v2.2.0

11 Oct 05:05
Compare
Choose a tag to compare

OpaDotNet.Wasm v2.2.0 (2023-10-11)

Bug Fixes

  • print() does not respect json serialization options (a47356f)

Features

  • #1. Implement missing builtins (8412dba)
    • glob.quote_meta
  • #21. Implement new buildins (8ee6944)
    • numbers.range_step
  • Close #22. Use JavaScriptEncoder.UnsafeRelaxedJsonEscaping by default (aa9b962)

v2.1.1

29 Sep 12:27
Compare
Choose a tag to compare

OpaDotNet.Wasm v2.1.1 (2023-09-29)

Features

v2.1.0

28 Sep 09:34
Compare
Choose a tag to compare

OpaDotNet.Wasm v2.1.0 (2023-98-28)

Features

OpaDotNet.Wasm v2.0.0 (2023-08-18)

v2.0.0

18 Aug 10:48
Compare
Choose a tag to compare

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

15 Aug 05:06
Compare
Choose a tag to compare

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