1.0.0.Beta4
acoburn
released this
22 Jun 13:44
·
510 commits
to main
since this release
1.0.0.Beta4
This is the fourth beta release of the Inrupt Client Libraries for Java.
The Inrupt Client Libraries are designed to make it easier for developers to interact with Solid Resources. The libraries provide a session management abstraction that supports OpenID Connect tokens as well as Access Grants. In addition, there are mechanisms for mapping RDF-based resources into domain-specific Java objects.
Features
Below is a summary of the new features included in this release:
- AccessCredential objects now have a getIssuedAt() method (#529)
- The AccessGrantClient::query method now supports a query builder for multi-valued query parameters (#532)
Bug Fixes
Below is a summary of bug fixes included in this release:
- The PKCE verifier method now always produces specification-conforming values (#517)
Complete Changelog: 1.0.0.Beta3 ... 1.0.0.Beta4
Upgrade notes
- The
AccessGrantClient::delete
method has been marked as deprecated. The Inrupt Access Grant server does not support the delete method. - The OkHttp client version has been downgraded to 4.10.0 as the 4.11.0 version exhibits compatibility problems at runtime.