Release v0.15.0 #696
TristonianJones
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
This release introduces a new feature for CEL which allows you to package up local variable
bindings within your expression, using the following syntax:
An example would look as follows:
Fixes
Breaking changes
ConvertToNative
API documentation andstrings.join
implementation [Update the ConvertToNative API documentation and strings.join #692]The
strings.join
implementation had previously been based onConvertToNative
, but thispresented some usability issues and the implementation was shifted to rely on
ref.Val
andtraits.Iterator
. The new implementation can be opted into by usingext.StringsVersion(2)
,or opted out of by using a version < 2.
Full Changelog: v0.14.0...v0.15.0
This discussion was created from the release Release v0.15.0.
Beta Was this translation helpful? Give feedback.
All reactions