1.5.0
π Thanks to all contributors! π
New Features β¨
-
New SDK-provided built-in functions:
yaml.unmarshal
,yaml.marshal
,yaml.is_valid
andjson.is_valid
, by @aron (#100 and #103) -
loadPolicy
: This now accepts aMemoryDescriptor
as second argument, and grows memory for input if needed (#92). With that argument, the maximum size the WebAssembly Memory is allowed to grow to can be specified, see this for details.A number-argument is still accepted and used as initial memory size (pages) as before.
Misc changes
- CI: the latest OPA version is used (0.35.0)
- various dependency bumps
- CI: enable
in
-operator related tests (#98)
New Contributors
Full Changelog: 1.4.0...1.5.0