Releases: inrupt/solid-client-js
Releases · inrupt/solid-client-js
v1.23.2
Bugfixes
- Modify the internal
getWellKnownSolid
method used by
@inrupt/solid-client-notifications
to always use the provided fetch
implementation when requesting the solid dataset that is the
/.well-known/solid
resource. This fixes a bug where in some environments
cross-fetch failed to load at this point in the code.
Other Changes
- Remove workaround for creating containers with POST instead of PUT.
This was needed for Node Solid Server (version < 5.3) - Migrate project to our common eslint configuration, this resulted in a fairly
large amount of code changes, though everything should appear the same to
consumers.
Commits
- ci: fix configuration where we've moved away from matrixes by @ThisIsMissEm in #1633
- Run Sonar analysis with test coverage on PRs by @edwardsph in #1639
- Integrate Sonar scan into main CI by @edwardsph in #1644
- Stop running sonar on dependabot PRs by @NSeydoux in #1663
- chore: adopt shared eslint style guides by @ThisIsMissEm in #1660
- ci: disable running on the PodSpaces 1.1 environments due to migration by @ThisIsMissEm in #1667
- Fix/documentation clarification by @solid-akb in #1631
- chore(deps-dev): bump @playwright/test from 1.23.3 to 1.24.1 by @dependabot in #1671
- chore(deps-dev): bump typedoc from 0.23.7 to 0.23.9 by @dependabot in #1670
- chore(deps): bump octokit/request-action from 2.1.4 to 2.1.6 by @dependabot in #1659
- chore(deps): bump myst-parser from 0.17.2 to 0.18.0 in /docs by @dependabot in #1637
- chore(deps-dev): bump eslint from 8.15.0 to 8.20.0 by @dependabot in #1664
- chore(deps): bump pydata-sphinx-theme from 0.8.1 to 0.9.0 in /docs by @dependabot in #1638
- Chore: remove cd packaging by @ThisIsMissEm in #1676
- ci: update runners to latest versions by @ThisIsMissEm in #1678
- chore: remove PUT container workaraound by @Laurin-W in #1677
- fix: always use options.fetch in getWellKnownSolid by @ThisIsMissEm in #1680
- chore(deps-dev): bump typedoc-plugin-markdown from 3.13.3 to 3.13.4 by @dependabot in #1674
- chore(deps-dev): bump typedoc from 0.23.9 to 0.23.10 by @dependabot in #1682
- chore(deps-dev): bump rollup from 2.76.0 to 2.78.0 by @dependabot in #1683
- chore(deps-dev): bump @inrupt/solid-client-authn-node from 1.12.1 to 1.12.2 by @dependabot in #1685
- chore(deps-dev): bump @playwright/test from 1.24.1 to 1.25.0 by @dependabot in #1684
- chore(deps-dev): bump eslint from 8.20.0 to 8.22.0 by @dependabot in #1686
- chore(deps-dev): bump rollup from 2.78.0 to 2.78.1 by @dependabot in #1687
- chore(release): prepare for v1.23.2 by @ThisIsMissEm in #1688
New Contributors
- @edwardsph made their first contribution in #1639
- @solid-akb made their first contribution in #1631
- @Laurin-W made their first contribution in #1677
Full Changelog: v1.23.1...v1.23.2
v1.23.1
Bugfixes
saveSolidDatasetInContainer
andcreateContainerInContainer
adequately take
into account the Location header to determine the location of newly created
resources.
Breaking Changes
- Support for Node.js v12.x has been dropped as that version has reached end-of-life.
v1.23.0
What's Changed
- chore(deps-dev): bump typedoc-plugin-markdown from 3.12.0 to 3.12.1 by @dependabot in #1587
- Fix the CD E2E tests link by @matthieubosquet in #1596
- Fetch well known solid from root by @matthieubosquet in #1604
- chore(deps): bump github/codeql-action from 1 to 2 by @dependabot in #1592
- chore(deps-dev): bump @typescript-eslint/parser from 5.19.0 to 5.23.0 by @dependabot in #1602
- chore(deps-dev): bump fast-check from 2.24.0 to 2.25.0 by @dependabot in #1595
- chore(deps-dev): bump eslint-plugin-jest from 26.1.4 to 26.1.5 by @dependabot in #1589
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.19.0 to 5.23.0 by @dependabot in #1603
- chore(deps-dev): bump eslint from 8.13.0 to 8.15.0 by @dependabot in #1601
- chore(deps-dev): bump rollup from 2.70.2 to 2.72.1 by @dependabot in #1607
- chore(deps-dev): bump @typescript-eslint/parser from 5.23.0 to 5.25.0 by @dependabot in #1614
- chore(deps-dev): bump @playwright/test from 1.21.1 to 1.22.1 by @dependabot in #1615
- Chore/release 1.23.0 by @ajacksified in #1618
Full Changelog: v1.22.0...v1.23.0
Version 1.22.0
v1.22.0 Release V1.22.0 (#1594)
Version 1.21.0
[1.21.0] - 2022-03-22
New features
getAgentAccessAll
has been added to the newuniversal
access module. This
function provides an overview of access modes granted to all agents.
Bugfixes
getProfileAll
andgetPodUrlAll
no longer make an authenticated request to the
WebID profile, which should be a public resource in the first place.
Version 1.20.2
Bugfixes
- Export the
Actor
type in theuniversal_v1
module.