Skip to content

Releases: projectnessie/cel-java

CEL-Java 0.4.4

10 Jan 15:35
Compare
Choose a tag to compare

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

21 Nov 16:46
Compare
Choose a tag to compare

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

20 Nov 17:53
Compare
Choose a tag to compare

Version 0.4.2

5 commits since 0.4.1

Full Changelog (minus dependabot/renovate commits):

  • Introduce cel-standalone (no dependencies) artifact (#479)
  • CI: Use Java 21 instead of 20, change distro to Temurin (#477)

v0.4.1

20 Nov 09:46
Compare
Choose a tag to compare

Version 0.4.1

(no relevant change to 0.4.0)

CEL-Java 0.4.0

18 Nov 11:25
Compare
Choose a tag to compare

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 an uint or double key
  • Fix retrieval of milliseconds from Duration - must only return the milliseconds within the second

Full Changelog (minus dependabot/renovate commits):

  • Bump cel-spec + googleapi submodules (#476)
  • Gradle: replace deprecated Project.buildDir (#449)

CEL-Java 0.3.21

17 Jul 09:35
Compare
Choose a tag to compare

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

14 Jul 15:10
Compare
Choose a tag to compare

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)

CEL-Java 0.3.19

11 Jul 13:32
Compare
Choose a tag to compare

Version 0.3.19

9 commits since 0.3.18

Full Changelog (minus dependabot/renovate commits):

  • Enhanced String Length Handling (#426)
  • Fix indeterministic hashing for BytesT (#419)

CEL-Java 0.3.18

27 Jun 10:16
Compare
Choose a tag to compare

Version 0.3.18

13 commits since 0.3.17

Full Changelog (minus dependabot/renovate commits):

  • Resolve unsupported list types (#409)
  • Clarify protobuf/Jackson examples in README (#403)

CEL-Java 0.3.17

26 May 10:45
Compare
Choose a tag to compare

Version 0.3.17

14 commits since 0.3.16

Full Changelog (minus dependabot/renovate commits):

(only dependency updates)