Skip to content

Releases: scalepoint-tech/oauth-token-java-client

v2.0.0

23 Jul 06:11
Compare
Choose a tag to compare

Major version

  • Now targeting JDK 17
  • Upgraded all dependencies and removed some
  • Rename resource parameter to target for resource scoped grant.
  • CI/CD is now on GitHub Actions with release publishing to new Maven Central

What's Changed

Full Changelog: v1.1.1...v2.0.0


📦 Maven Central

This release is available at https://central.sonatype.com/artifact/com.scalepoint/oauth-token-client/2.0.0

<dependency>
    <groupId>com.scalepoint</groupId>
    <artifactId>oauth-token-client</artifactId>
    <version>2.0.0</version>
</dependency>

v1.1.0

27 Jul 09:46
Compare
Choose a tag to compare

Runtime dependencies were cleaned up to minimize impact on the consumer

Initial release

27 Jul 09:47
Compare
Choose a tag to compare
v1.0

Fix README.md