Patch Releases#
1.1.1#
Released: 2024-06-26
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.
See Changelog
1.0.1#
Released: 2023-08-31
getResources() excludes containment triples that include fragment and query components.
See Changelog