Skip to content

Release v0.29.0

Choose a tag to compare

@TristonianJones TristonianJones released this 03 Jul 09:45
fa16799

What's Changed

New Features

Bug Fixes

  • Fix unintentional unwrapping of optionals at any level of depth by @TristonianJones in #1315
  • Fix has() unknown propagation during partial evaluation by @0xASTRA in #1324
  • Enforce expression size limit before source construction by @thesmartshadow in #1302
  • Policy variable scoping fixes by @jnthntatum in #1321
  • Emit valid CEL for doubles in scientific notation in the parser/unparser by @moraneus in #1326
  • Allow aliases for simple names in containers by @rohan-patnaik in #1327
  • Reject out-of-range minutes in timezone offset parsing by @alhudz in #1336
  • Validate offset on empty-string path in indexOf and lastIndexOf by @alhudz in #1335
  • Guard int32/uint32 map key narrowing in qualifyInternal by @alhudz in #1337
  • Add max size check to genRange() in ext/lists to prevent OOM by @marwan9696 in #1310

Cost Tracking

Testing & Tooling

Documentation