Skip to content

Releases: projectnessie/cel-java

CEL-Java 0.2.2

02 Nov 15:00
Compare
Choose a tag to compare

Version 0.2.2

6 commits since 0.2.1

Full Changelog (minus dependabot commits):

  • Re-add javadoc+sources publication (#55)
  • Relocate antlr-runtime (#54)

CEL-Java 0.2.1

21 Oct 09:23
Compare
Choose a tag to compare

Version 0.2.1

21 commits since 0.2.0

Full Changelog (minus dependabot commits):

  • Downgrade antlr to 4.8 to match Nessie (#48)
  • Bump jwlawson/actions-setup-bazel from v1.6.1 to v1.7.0 (#49)
  • Test against Java 17 (no longer 16) (#42)
  • Add maven-central + codecov badges
  • Bump Gradle to version 7.2 (#34)
  • Update README to reflect changes in ScriptHost (#28)

CEL-Java 0.2.0

01 Jul 14:15
Compare
Choose a tag to compare

Version 0.2.0

6 commits since 0.1.1

Full Changelog (minus dependabot commits):

  • Add JacksonRegistry (#21)
  • Fix minor Gradle caching issues (#25)
  • Fix release-notes-step during release-workflow (#24)

CEL-Java 0.1.1

25 Jun 08:38
Compare
Choose a tag to compare

Version 0.1.1

7 commits since 0.1.0

Full Changelog (minus dependabot commits):

  • Make cel-java work in Graal native images (#23)
  • Bump spotless plugin verison (#22)
  • Add final modifier (#20)
  • Move protbuf-specific code to o.p.c.common.types.pb (#19)
  • Style: add missing @Override (#18)
  • Bump time to wait for sonatype to 60min (#17)

CEL-Java 0.1.0

22 Jun 09:22
Compare
Choose a tag to compare

Version 0.1.0

37 commits since 0.1-pre0

Full Changelog (minus dependabot commits):

  • Add <name> to generated pom's
  • Update release-workflow (remove copy-paste mistake)
  • Update README.md with released version (#16)
  • Enable codecov (#15)
  • Fix release-workflow to not complain when no commit-statuses are recorded
  • Move generated sources back to main + test; give codeCoverageReport a description (#13)
  • Add javadoc to TimestampT.parse, few more tests (#14)
  • Add jacoco (#10)
  • Reduce allocation + CPU cost during script checks (#6)
  • Exclude CI for non-code-changes (#9)
  • Add missing overflow-checks for int+uint (#11)
  • Add CI status badge (#7)
  • Update CONTRIBUTING.md (#8)
  • Use fraction instead of fixed nanos/micros/seconds for parsing (#5)
  • Adopt timestamp-parsing to Java's semantics documented in java.time.Instant#toString + java.time.format.DateTimeFormatter#ISO_INSTANT
  • Clean up type CEL types
  • Add signing
  • Add release-notes and GH release to release workflow
  • Fix spotless issue :D
  • Add Sonatype release-workflow
  • Merge pull request #3 from projectnessie/dependabot/gradle/org.assertj-assertj-core-3.20.1
  • Support Instant (assumes time-zone Z)
  • Support ZonedDateTime as native value
  • Add dependabot
  • Bump Gradle to 7.1
  • Some more information in the README
  • Add readme about how to run the CEL-spec conformance tests (and bazel build tool issues)
  • Update SECURITY.md
  • Minor improvements in README
  • Bump agrona
  • Fix dependency visibility
  • Add getting-started to readme
  • Add tools
  • Split Gradle + Bazel caches