Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 18, 2024
1 parent b4b7bf6 commit a669bdf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,26 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

The following changes are pending, and will be applied on the next major release:

- The `status` parameter for `getAccessGrantAll` will default to `all` rather than `granted`.
- The `getAccessGrantAll` function is deprecated. It can be replaced with `query`.
Although the two functions behavior is different, they can be used to achieve
similar results.
- The `gConsent` and all of `gConsent/*` submodules are deprecated. The former can
be replaced by a regular import of the library, and the latters can be replaced
with the equivalent non-gConsent submodules (e.g. `gConsent/manage` can be replaced
with `manage`). There is no functionality change between the two.

## Unreleased

### New feature (alpha)
### New feature

- Add support for custom fields. Applications are now able to read and write custom fields
into Access Credentials (both Access Requests and Access Grants). This feature is available
via a new option introduced in `issueAccessRequest` and `approveAccessRequest` to write the
custom fields, and via a set of dedicated getters in the `getters/` module. A generic getter
is introduced, `getCustomFields`, as well as a set of typed helpers, such as `getCustomInteger`.
Typed helpers are available for integers, floats, strings and booleans.
- Support new query endpoint: the new `query` function allows to query for Access Credentials using
the newly introduce ESS endpoint.

## [3.1.1](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v3.1.1) - 2024-10-23

Expand Down

0 comments on commit a669bdf

Please sign in to comment.