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