Skip to content

CEL-Java 0.1.0

Compare
Choose a tag to compare
@snazy snazy released this 22 Jun 09:22
· 627 commits to main since this release

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