Releases: projectnessie/cel-java
Releases · projectnessie/cel-java
CEL-Java 0.2.5
CEL-Java 0.2.4
CEL-Java 0.2.3
Version
25 commits since 0.2.2
Full Changelog (minus dependabot commits):
(This is just a maintenance release with dependency version bumps)
CEL-Java 0.2.2
CEL-Java 0.2.1
Version 0.2.1
21 commits since 0.2.0
Full Changelog (minus dependabot commits):
CEL-Java 0.2.0
CEL-Java 0.1.1
Version 0.1.1
7 commits since 0.1.0
Full Changelog (minus dependabot commits):
CEL-Java 0.1.0
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
; givecodeCoverageReport
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