Skip to content

v0.29.0

Compare
Choose a tag to compare
@michaelklishin michaelklishin released this 13 Apr 05:05
· 85 commits to main since this release
685f45a

v0.29.0 (Apr 14, 2024)

Breaking Changes

  • PolicyDefinition and specifically requests::PolicyParams.definition is now a Map<String, Value>
    and not an Option<Map<String, Value>>. When creating a policy, the definition cannot be missing or blank,
    otherwise it would not pass server validation.