Python-cel

Latest version: v0.1.1

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.16.1

What's Changed

* Expand TestAllTypes to allow removal of internal testing proto. https://github.com/google/cel-spec/pull/376
* Add initial conformance tests for cel.block. https://github.com/google/cel-spec/pull/377
* Update block_ext.textproto for recent CSE modifications. https://github.com/google/cel-spec/pull/380
* Add nested groups to proto2 and optional fields to proto3 test protos https://github.com/google/cel-spec/pull/382
* Add a default expr target https://github.com/google/cel-spec/pull/379
* Update go package references and artifacts on cel-spec https://github.com/google/cel-spec/pull/384

New Contributors
* aaomidi made their first contribution in https://github.com/google/cel-spec/pull/379

**Full Changelog**: https://github.com/google/cel-spec/compare/v0.16.0...v0.16.1

0.16.0

What's Changed
* Add initial `optional_type` conformance tests by jcking in https://github.com/google/cel-spec/pull/346
* Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /tests by dependabot in https://github.com/google/cel-spec/pull/345
* More `optional_type` conformance tests by jcking in https://github.com/google/cel-spec/pull/347
* doc/langdef: update documentation for .map() and .filter() by stevekuznetsov in https://github.com/google/cel-spec/pull/338
* Math extension tests for floating point helpers and bit operations by TristonianJones in https://github.com/google/cel-spec/pull/349
* Fix map iteration expectations and trim ending whitespace by TristonianJones in https://github.com/google/cel-spec/pull/350
* Additional conformance tests for accessing a null valued field by TristonianJones in https://github.com/google/cel-spec/pull/352
* Additional optional field selection tests by TristonianJones in https://github.com/google/cel-spec/pull/353
* docs: Fix typo by gibson042 in https://github.com/google/cel-spec/pull/355
* Remove lazy=true from repeated message field by jcking in https://github.com/google/cel-spec/pull/360
* Remove unknown proto2 enum values by jcking in https://github.com/google/cel-spec/pull/363
* Remove line suggesting disambiguation between field selection and nam… by jnthntatum in https://github.com/google/cel-spec/pull/365
* Fix math_ext conformance tests to be correct by jcking in https://github.com/google/cel-spec/pull/366
* Introduce iter_var2 in support of comprehensions v2 by TristonianJones in https://github.com/google/cel-spec/pull/368
* Conformance tests for 'null' assignment to a field by TristonianJones in https://github.com/google/cel-spec/pull/367
* Add identity functions to the standard definitions by l46kok in https://github.com/google/cel-spec/pull/370
* Fix erroneous list indentation in Macros section by apasel422 in https://github.com/google/cel-spec/pull/371
* Add Java BUILD targets for CEL conformance test protos by l46kok in https://github.com/google/cel-spec/pull/373
* Add type conversion function for string -> bool to standard definitions by l46kok in https://github.com/google/cel-spec/pull/372
* Add string.format conformance tests by l46kok in https://github.com/google/cel-spec/pull/374

New Contributors
* stevekuznetsov made their first contribution in https://github.com/google/cel-spec/pull/338
* gibson042 made their first contribution in https://github.com/google/cel-spec/pull/355
* apasel422 made their first contribution in https://github.com/google/cel-spec/pull/371

**Full Changelog**: https://github.com/google/cel-spec/compare/v0.15.0...v0.16.0

0.15.0

What's Changed
* Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by dependabot in https://github.com/google/cel-spec/pull/340
* Add golang module for canonical protos. Move existing go module under tests by l46kok in https://github.com/google/cel-spec/pull/342


**Full Changelog**: https://github.com/google/cel-spec/compare/v0.14.0...v0.15.0

0.14.0

What's Changed
* Bump golang.org/x/net from 0.7.0 to 0.17.0 by dependabot in https://github.com/google/cel-spec/pull/319
* Remove strongly typed enum support from the specification by l46kok in https://github.com/google/cel-spec/pull/321
* [docs] Update langdef.md to include 3-arg map fn by acediatic in https://github.com/google/cel-spec/pull/323
* Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by dependabot in https://github.com/google/cel-spec/pull/322
* Add definition for extensions to Syntax proto by jnthntatum in https://github.com/google/cel-spec/pull/326
* Fix AIP-192 findings before import. by jnthntatum in https://github.com/google/cel-spec/pull/327
* Assign names to all string extension tests by l46kok in https://github.com/google/cel-spec/pull/329
* Add conformance tests for Proto extension library by l46kok in https://github.com/google/cel-spec/pull/333
* Add conformance tests for Bindings extension library by l46kok in https://github.com/google/cel-spec/pull/331
* Add conformance tests for Math extension library by l46kok in https://github.com/google/cel-spec/pull/330
* Add conformance tests for Encoders extension library by l46kok in https://github.com/google/cel-spec/pull/332
* Apply lint on extension protos by l46kok in https://github.com/google/cel-spec/pull/334

New Contributors
* acediatic made their first contribution in https://github.com/google/cel-spec/pull/323

**Full Changelog**: https://github.com/google/cel-spec/compare/v0.13.0...v0.14.0

0.13.0

What's Changed
* Add additional conformance tests targeted at wrapper types by jcking in https://github.com/google/cel-spec/pull/314
* Add additionally repeated map key test for heterogeneous equality by jcking in https://github.com/google/cel-spec/pull/315
* Add support for a ping command to pipe clients. by jnthntatum in https://github.com/google/cel-spec/pull/316


**Full Changelog**: https://github.com/google/cel-spec/compare/v0.12.0...v0.13.0

0.12.0

What's Changed
* fix: definition typo by testwill in https://github.com/google/cel-spec/pull/308
* Add `google.protobuf.FieldMask` to `TestAllTypes` by jcking in https://github.com/google/cel-spec/pull/311
* Add initial conformance tests targeted at wrapper types by jcking in https://github.com/google/cel-spec/pull/312
* Update TestGrid link in README.md by TristonianJones in https://github.com/google/cel-spec/pull/310

New Contributors
* testwill made their first contribution in https://github.com/google/cel-spec/pull/308

**Full Changelog**: https://github.com/google/cel-spec/compare/v0.11.0...v0.12.0

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.