Releases: google/cel-spec
Releases · google/cel-spec
Release v0.18.0
What's Changed
- Introduces bazel-mod support.
- Consolidates test and conformance protos onto the CEL canonical protos.
Full Changelog: v0.17.0...v0.18.0
Release v0.17.0
What's Changed
- test, simple: Don't parse the flag in init() by @YutaroHayakawa in #393
- Fix typo in Any typename in conformance test. by @jnthntatum in #394
- Fix spelling in code sample by @goto-bus-stop in #391
- Remove cc_enable_arenas by @jcking in #397
- Make meaning of '''x''x''' more readable. by @pinkgothic in #398
- Update the getDate and getDayOfMonth examples by @TristonianJones in #399
- Purge CEL Conformance gRPC server by @TristonianJones in #401
- Update grammar to reflect
\X
and\x
are equivalent by @hudlow in #403 - Set the type_env field on all block tests with bindings by @TristonianJones in #402
- Add logical operator short circuiting tests for list and map accesses by @jcking in #404
New Contributors
- @YutaroHayakawa made their first contribution in #393
- @goto-bus-stop made their first contribution in #391
- @pinkgothic made their first contribution in #398
- @hudlow made their first contribution in #403
Full Changelog: v0.16.2...v0.17.0
Release v0.16.2
What's Changed
- Update to the standard function docs #386
- Minor corrections to the CEL spec and function docs #387
- Remove local copy of google.rpc.Status proto #392
Full Changelog: v0.16.1...v0.16.2
Release v0.16.1
What's Changed
- Expand TestAllTypes to allow removal of internal testing proto. #376
- Add initial conformance tests for cel.block. #377
- Update block_ext.textproto for recent CSE modifications. #380
- Add nested groups to proto2 and optional fields to proto3 test protos #382
- Add a default expr target #379
- Update go package references and artifacts on cel-spec #384
New Contributors
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- Add initial
optional_type
conformance tests by @jcking in #346 - Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /tests by @dependabot in #345
- More
optional_type
conformance tests by @jcking in #347 - doc/langdef: update documentation for .map() and .filter() by @stevekuznetsov in #338
- Math extension tests for floating point helpers and bit operations by @TristonianJones in #349
- Fix map iteration expectations and trim ending whitespace by @TristonianJones in #350
- Additional conformance tests for accessing a null valued field by @TristonianJones in #352
- Additional optional field selection tests by @TristonianJones in #353
- docs: Fix typo by @gibson042 in #355
- Remove lazy=true from repeated message field by @jcking in #360
- Remove unknown proto2 enum values by @jcking in #363
- Remove line suggesting disambiguation between field selection and nam… by @jnthntatum in #365
- Fix math_ext conformance tests to be correct by @jcking in #366
- Introduce iter_var2 in support of comprehensions v2 by @TristonianJones in #368
- Conformance tests for 'null' assignment to a field by @TristonianJones in #367
- Add identity functions to the standard definitions by @l46kok in #370
- Fix erroneous list indentation in Macros section by @apasel422 in #371
- Add Java BUILD targets for CEL conformance test protos by @l46kok in #373
- Add type conversion function for string -> bool to standard definitions by @l46kok in #372
- Add string.format conformance tests by @l46kok in #374
New Contributors
- @stevekuznetsov made their first contribution in #338
- @gibson042 made their first contribution in #355
- @apasel422 made their first contribution in #371
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #340
- Add golang module for canonical protos. Move existing go module under tests by @l46kok in #342
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #319
- Remove strongly typed enum support from the specification by @l46kok in #321
- [docs] Update langdef.md to include 3-arg map fn by @acediatic in #323
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #322
- Add definition for extensions to Syntax proto by @jnthntatum in #326
- Fix AIP-192 findings before import. by @jnthntatum in #327
- Assign names to all string extension tests by @l46kok in #329
- Add conformance tests for Proto extension library by @l46kok in #333
- Add conformance tests for Bindings extension library by @l46kok in #331
- Add conformance tests for Math extension library by @l46kok in #330
- Add conformance tests for Encoders extension library by @l46kok in #332
- Apply lint on extension protos by @l46kok in #334
New Contributors
- @acediatic made their first contribution in #323
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- Add additional conformance tests targeted at wrapper types by @jcking in #314
- Add additionally repeated map key test for heterogeneous equality by @jcking in #315
- Add support for a ping command to pipe clients. by @jnthntatum in #316
Full Changelog: v0.12.0...v0.13.0
Release v0.12.0
What's Changed
- fix: definition typo by @testwill in #308
- Add
google.protobuf.FieldMask
toTestAllTypes
by @jcking in #311 - Add initial conformance tests targeted at wrapper types by @jcking in #312
- Update TestGrid link in README.md by @TristonianJones in #310
New Contributors
Full Changelog: v0.11.0...v0.12.0
Release v0.11.0
Changes
Full Changelog: v0.10.0...v0.11.0