Releases: projectnessie/cel-java
Releases · projectnessie/cel-java
CEL-Java 0.5.1
CEL-Java 0.5.0
CEL-Java 0.4.5
Version 0.4.5
73 commits since 0.4.4
Full Changelog (minus dependabot/renovate commits):
CEL-Java 0.4.4
Version 0.4.4
25 commits since 0.4.3
Full Changelog (minus dependabot/renovate commits):
- Fix protobuf relocation of com.google.rpc classes (#507)
CEL-Java 0.4.3
Version 0.4.3
4 commits since 0.4.2
Full Changelog (minus dependabot/renovate commits):
- cel-standalone: do not include Jackson (#482)
CEL-Java 0.4.2
v0.4.1
CEL-Java 0.4.0
Version 0.4.0
44 commits since 0.3.21
Changes
- Changes in many types (in
o.p.c.common.types.*T
classes) to automatically convert between numeric and null types.- equal and compare with a null and a non-null type no longer fail, but return
False
- equal and compare between different numeric types no longer fail, but return "the right" result
- this includes that numeric CEL map keys can be heterogenous, e.g. an
int
can be retrieved using anuint
ordouble
key
- equal and compare with a null and a non-null type no longer fail, but return
- Fix retrieval of milliseconds from
Duration
- must only return the milliseconds within the second
Full Changelog (minus dependabot/renovate commits):
CEL-Java 0.3.21
Version 0.3.21
6 commits since 0.3.20
Full Changelog (minus dependabot/renovate commits):
- Add ULong list support for fixed32-like repeated fields (#417)
CEL-Java 0.3.20
Version 0.3.20
5 commits since 0.3.19
Full Changelog (minus dependabot/renovate commits):
- Avoid translating doubles to ints for residual asts (#424)