1.1.1
acoburn
released this
26 Jun 17:11
·
361 commits
to main
since this release
This is a new patch release of the Inrupt Solid Client Libraries for Java, recommended for production use.
This release is compatible with all 1.1.x releases.
Bug fixes
Below is a summary of the bug fixes included in this release:
- The
SolidContainer
class now has better support for thegetHeaders()
method, making it possible for clients using this class to access response headers from remote Web resources. - The
OpenIdProvider.authorize()
method had previously ignoredscope
,nonce
andstate
values. If a client supplies these values, they will now be included in the resulting redirection URL.
Dependency updates
Below is a summary of the dependency updates included in this release:
- Apache Commons Codec 1.17.0
- Apache Commons IO 2.16.1
- Guava 33.2.1
- Jackson 2.17.1
- Jose4j 0.9.6
- Quarkus 3.12.0
- Spring Security 6.3.1
Complete Changelog: 1.1.0...1.1.1