Skip to content

1.5.0

Compare
Choose a tag to compare
@srenatus srenatus released this 15 Dec 08:56
· 209 commits to main since this release

🎊 Thanks to all contributors! πŸ‘

New Features ✨

  • 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.

Misc changes

  • CI: the latest OPA version is used (0.35.0)
  • various dependency bumps
  • CI: enable in-operator related tests (#98)

New Contributors

  • @aron made their first contribution in #100

Full Changelog: 1.4.0...1.5.0