Skip to content

Releases: spiffe/java-spiffe

v0.8.15

23 Dec 22:15
01b96b3

Choose a tag to compare

Fixed

  • Fix X509SVID hint deduplication to apply only to non-empty hints (#385)

Dependency updates

  • Remove lombok and replace all annotations with plain java implementations (#377)
  • Bump io.netty:netty-transport-native-kqueue to 4.2.9.Final (#381)
  • Bump com.google.protobuf to 0.9.6 (#389)

Build

  • Upgrade to Gradle 9.2.1 and migrate Shadow plugin (#380)
  • Remove deprecations and prep for Gradle 10 (#384)
  • Add Makefile (#388)

Full Changelog: v0.8.14...v0.8.15

v0.8.14

09 Dec 21:32
908b546

Choose a tag to compare

What's Changed

Dependency updates

  • Bump io.netty:netty-transport-native-kqueue to 4.2.7.Final (#358)
  • Bump org.projectlombok:lombok to 1.18.42 (#362)
  • Bump grpcVersion to 1.77.0 (#369)
  • Bump com.nimbusds:nimbus-jose-jwt to 10.6 (#366)
  • Bump commons-cli:commons-cli to 1.11.0 (#367)
  • Bump commons-validator:commons-validator to 1.10.1 (#375)
  • Bump org.apache.commons:commons-lang3 to 3.20.0 (#376)

Build & publishing

  • Migrated artifact publishing from OSSRH to the new Sonatype Maven Central Portal.

Full Changelog: v0.8.13...v0.8.14

v.0.8.13

15 Jul 20:45
a0f83f7

Choose a tag to compare

What's Changed

  • Bump io.netty:netty-transport-native-kqueue from 4.2.1.Final to 4.2.2.Final by @dependabot[bot] in #332
  • Bump com.nimbusds:nimbus-jose-jwt from 10.3 to 10.3.1 by @dependabot[bot] in #335
  • Bump commons-validator:commons-validator from 1.9.0 to 1.10.0 by @dependabot[bot] in #338
  • Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 by @dependabot[bot] in #339

Full Changelog: v0.8.12...v0.8.13

v0.8.12

05 Jun 20:26
6d428b4

Choose a tag to compare

What's Changed

  • Bump grpcVersion to 1.73.0 (#327)
  • Bump io.netty:netty-transport-native-kqueue to 4.2.1.Final (#321)
  • Bump com.nimbusds:nimbus-jose-jwt to 10.3 (#323)
  • Bump com.google.protobuf:protobuf-gradle-plugin to 0.9.5 (#314)
  • Bump org.projectlombok:lombok to 1.18.38 (#313)

New Contributors

Full Changelog: v0.8.11...v0.8.12

v0.8.11

18 Nov 22:36
4e3d0cf

Choose a tag to compare

What's Changed

  • Fix CRLF newline removal in DER format logic by @newtork in #284
  • Bump io.netty:netty-transport-native-kqueue from 4.1.114.Final to 4.1.115.Final by @dependabot in #281
  • Bump com.nimbusds:nimbus-jose-jwt from 9.45 to 9.47 by @dependabot in #285
  • Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 by @dependabot in #286

New Contributors

Full Changelog: v0.8.10...v0.8.11

v0.8.10

07 Nov 16:38
de8b12c

Choose a tag to compare

What's Changed

Full Changelog: v0.8.9...v0.8.10

v0.8.9

09 Oct 17:21
0023bec

Choose a tag to compare

What's Changed

  • Bump com.google.protobuf:protoc to 3.25.5 (#271)

Full Changelog: v0.8.8...v0.8.9

v0.8.8

08 Oct 17:25
fcee57f

Choose a tag to compare

What's Changed

  • Dependency Updates:
    • Bump grpcVersion from 1.66.0 to 1.68.0 in #262
    • Bump io.netty:netty-transport-native-kqueue from 4.1.113.Final to 4.1.114.Final in #265
    • Bump com.nimbusds:nimbus-jose-jwt from 9.41.1 to 9.41.2 in #266

Full Changelog: v0.8.7...v0.8.8

v0.8.7

20 Sep 20:05
03118e3

Choose a tag to compare

Dependencies updates

  • Bump grpcVersion from 1.62.2 to 1.66.0 (#248)
  • Bump io.netty:netty-transport-native-kqueue from 4.1.107.Final to 4.1.113.Final (#260)
  • Bump commons-cli:commons-cli from 1.6.0 to 1.9.0 (#258)
  • Bump com.nimbusds:nimbus-jose-jwt from 9.37.3 to 9.41.1 (#259)
  • Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 (#255)
  • Bump org.projectlombok:lombok from 1.18.30 to 1.18.34 (#253)
  • Bump commons-validator:commons-validator from 1.8.0 to 1.9.0 (#251)
  • Bump jupiterVersion from 5.10.2 to 5.11.0 (#254)

Full Changelog: v0.8.6...v0.8.7

v0.8.6

04 Mar 23:06
7bbe3ed

Choose a tag to compare

Dependency updates

  • Bump com.google.protobuf:protoc from 3.25.2 to 3.25.3 (#218)
  • Bump io.grpc:grpc-protobuf, io.grpc:grpc-stub, io.grpc:grpc-netty, io.grpc:grpc-netty-shaded,
    and io.grpc:protoc-gen-grpc-java from 1.61.1 to 1.62.2 (#222)
  • Bump io.netty:netty-transport-native-kqueue from 4.1.106.Final to 4.1.107.Final (#205)

CI/CD Improvements

Automated build and publish process via GitHub Actions.