Releases: projectnessie/cel-java
Releases · projectnessie/cel-java
CEL-Java 0.5.3
07 May 17:23
Compare
Sorry, something went wrong.
No results found
Version 0.5.3
6 commits since 0.5.2
Full Changelog (minus dependabot/renovate commits):
Migrate to a different Maven publishing plugin (#681 )
Require Java 17 for the build (#682 )
CEL-Java 0.5.2
06 May 15:46
Compare
Sorry, something went wrong.
No results found
Version 0.5.2
73 commits since 0.5.1
Full Changelog (minus dependabot/renovate commits):
Update Sonatype publishing URLs (#678 )
Remove use of org.caffinitas.gradle.aggregatetestresults (#658 )
Release: don't fail when there are no "user" commits (#602 )
CEL-Java 0.5.1
15 Sep 06:34
Compare
Sorry, something went wrong.
No results found
Version 0.5.1
Full Changelog (minus dependabot/renovate commits):
CEL-Java 0.5.0
14 Aug 04:44
Compare
Sorry, something went wrong.
No results found
Version 0.5.0
6 commits since 0.4.5
Full Changelog (minus dependabot/renovate commits):
Bump protobuf to v4 (#588 )
Necessary refactor for protobuf v4 (#584 )
CEL-Java 0.4.5
05 Aug 15:46
Compare
Sorry, something went wrong.
No results found
Version 0.4.5
73 commits since 0.4.4
Full Changelog (minus dependabot/renovate commits):
Omit check during release (#585 )
Update GH workflows / Gradle run steps (#551 )
Use new plugin ID com.gradle.develocity instead of com.gradle.enterprise (#545 )
CI: Bazel setup action change (#519 )
CI: Remove codecov (#518 )
CEL-Java 0.4.4
10 Jan 15:35
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Version 0.4.1
(no relevant change to 0.4.0)
CEL-Java 0.4.0
18 Nov 11:25
Compare
Sorry, something went wrong.
No results found
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 )