Patch Releases#

1.3.1#

Released: 2025-01-14

  • The latest version of the Inrupt Access Grants JSON-LD context (namely v2) is now sent when calling the legacy AccessGrantClient::query(AccessCredentialQuery<T>) and AccessGrantClient::query(URI, URI, …), ensuring that all Access Credentials (both using the v1 and the v2 context) are returned.

See Changelog

1.1.1#

Released: 2024-06-26

  • The SolidContainer class now has better support for the getHeaders() method, making it possible for clients using this class to access response headers from remote Web resources.

  • The OpenIdProvider.authorize() method had previously ignored scope, nonce and state 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