Skip to content

Release v0.1.1

Compare
Choose a tag to compare
@TristonianJones TristonianJones released this 11 Mar 23:59
· 7 commits to master since this release
756118d

Fixes

  • Production limit values now accept negative integers to specify that a feature usage is unlimited .
  • How a ListValue builds its indices for set containment is now concurrency safe and automatic.
  • ObjectValue equality has been fixed to compare all object fields not just the set fields.
  • time.Duration values are now properly supported within YAML instances at compile time.
  • Upgraded to cel-go-v0.7.2 to pick up fixes related to golang protobuf v2 API usage.