You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New SDK-provided built-in functions: yaml.unmarshal, yaml.marshal, yaml.is_valid and json.is_valid, by @aron (#100 and #103)
loadPolicy: This now accepts a MemoryDescriptor 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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
🎊 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
in
-operator related tests (#98)New Contributors
Full Changelog: open-policy-agent/npm-opa-wasm@1.4.0...1.5.0
👉 Release page
Beta Was this translation helpful? Give feedback.
All reactions