Skip to content

Commit 24489d9

Browse files
committed
0.2.2
1 parent 7d51e20 commit 24489d9

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
If you have any questions, see the issues and discussions (e.g. [#18](https://github.com/uvdsl/solid-oidc-client-browser/issues/18))
66

7+
8+
## [0.2.2] - 2025-12-16
9+
10+
### ✨ Features (Added)
11+
12+
- **Exposed the `SessionIDB`**, an IndexedDB-based implementation of the `SessionDatabase` interface, such that it can be used out-of-the-box in a `SessionCore`, the Session implementation of the `core` library version.
13+
14+
### 🐛 Fixed
15+
16+
- **Removed requirement for `id_token_signed_response_alg: ES256`** in dynamic client registration, which resulted in being unable to authenticate with servers that do not support that algorithm, e.g. NSS (related to [#14](https://github.com/uvdsl/solid-oidc-client-browser/issues/14)).
17+
718
## [0.2.1] - 2025-11-05
819

920
### ✨ Features (Added)
@@ -18,7 +29,7 @@ If you have any questions, see the issues and discussions (e.g. [#18](https://gi
1829

1930
- **EXPIRATION**: Fires when the session has definitively expired.
2031

21-
### ️ Changed
32+
### ️ Changed
2233

2334
- For backward compatibility, the original `onSessionStateChange`, `onSessionExpirationWarning`, and `onSessionExpiration` callbacks in SessionOptions are now powered by the new EventTarget system.
2435

@@ -102,7 +113,7 @@ If you have any questions, see the issues and discussions (e.g. [#18](https://gi
102113

103114
## [0.0.9] - 2025-05-05
104115

105-
### ️ Changed
116+
### ️ Changed
106117

107118
- Uses IndexedDB to store the non-extractable DPoP KeyPair, which is now correctly remembered for use in the RefreshTokenGrant.
108119

@@ -118,15 +129,15 @@ If you have any questions, see the issues and discussions (e.g. [#18](https://gi
118129

119130
## [0.0.7] - 2025-04-22
120131

121-
### ️ Changed
132+
### ️ Changed
122133

123134
- Removed superfluous n3 dependency.
124135

125136
- Removed axios dependency (see 0.0.6).
126137

127138
## [0.0.6] - 2025-04-22
128139

129-
### ️ Changed
140+
### ️ Changed
130141

131142
- Replaced axios dependency with the browser's native `window.fetch`, reducing bundle size.
132143

@@ -142,7 +153,7 @@ If you have any questions, see the issues and discussions (e.g. [#18](https://gi
142153

143154
## [0.0.4] - 2025-04-18
144155

145-
### ️ Changed
156+
### ️ Changed
146157

147158
- Updated publishing setup to use Rollup for bundling and tree-shaking.
148159

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uvdsl/solid-oidc-client-browser",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"homepage": "https://github.com/uvdsl/",
55
"author": "uvdsl - Christoph Braun",
66
"license": "MIT",

0 commit comments

Comments
 (0)