v0.29.0
v0.29.0 (Apr 14, 2024)
Breaking Changes
PolicyDefinition
and specificallyrequests::PolicyParams.definition
is now aMap<String, Value>
and not anOption<Map<String, Value>>
. When creating a policy, the definition cannot be missing or blank,
otherwise it would not pass server validation.