Skip to content

0.7.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@scholzj scholzj released this 05 Dec 12:22

Staging repository

To test the release, use the staging repository by including following in your pom.xml:

  <repositories>
    <repository>
      <id>staging</id>
      <url>https://oss.sonatype.org/content/repositories/iostrimzi-1084</url>
    </repository>
  </repositories>

Main Changes since 0.6.x

OAuth over PLAIN

SASL_PLAIN can now be used to perform the authentication using a service account clientId and secret or a long-lived access token.

Audience checking

Additional server-side configuration option was added to enable / disable the audience checking:

  • oauth.check.audience (e.g. "true")

For more details about the new features see the RELEASE_NOTES.md and the README.md. All changes can be found under the 0.7.0 milestone.