Skip to content

Commit 82c375f

Browse files
initial CHANGELOG (#27)
OKTA-1151210 initial CHANGELOG fixes
1 parent 5546d11 commit 82c375f

1 file changed

Lines changed: 117 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.7.1] - 2026-04-06
6+
7+
### `@okta/auth-foundation`
8+
9+
#### Added
10+
- Added `invalidateToken` abstract method to `TokenOrchestrator` ([#26](https://github.com/okta/okta-client-javascript/pull/26))
11+
12+
#### Fixed
13+
- `FetchClient` will now remove tokens when `401` is received (via `invalidateToken`) ([#26](https://github.com/okta/okta-client-javascript/pull/26))
14+
15+
### `@okta/spa-platform`
16+
17+
#### Added
18+
- Implements `invalidateToken` within `HostOrchestrator` and `AuthorizationCodeFlowOrchestrator` ([#26](https://github.com/okta/okta-client-javascript/pull/26))
19+
20+
## [0.7.0] - 2026-03-19
21+
22+
### `@okta/auth-foundation`
23+
24+
#### Added
25+
- Warnings for mismatched `TaskBridge` message versions ([#21](https://github.com/okta/okta-client-javascript/pull/21))
26+
27+
## [0.6.0] - 2026-03-18
28+
29+
### `@okta/auth-foundation`
30+
31+
#### Added
32+
- Clock synchronization with Authorization Server ([#16](https://github.com/okta/okta-client-javascript/pull/16))
33+
34+
#### Changed
35+
- Refactored to `PlatformRegistry` pattern ([#18](https://github.com/okta/okta-client-javascript/pull/18))
36+
37+
### `@okta/oauth2-flows`
38+
39+
#### Changed
40+
- Refactored to `PlatformRegistry` pattern ([#18](https://github.com/okta/okta-client-javascript/pull/18))
41+
42+
### `@okta/spa-platform`
43+
44+
#### Changed
45+
- Refactored to `PlatformRegistry` pattern ([#18](https://github.com/okta/okta-client-javascript/pull/18))
46+
47+
## [0.5.4] - 2025-12-09
48+
49+
### `@okta/auth-foundation`
50+
51+
#### Fixed
52+
- Improved `EventEmitter` typing within abstract classes ([#12](https://github.com/okta/okta-client-javascript/pull/12))
53+
54+
### `@okta/oauth2-flows`
55+
56+
#### Fixed
57+
- Improved `EventEmitter` typing within abstract classes ([#12](https://github.com/okta/okta-client-javascript/pull/12))
58+
59+
### `@okta/spa-platform`
60+
61+
#### Fixed
62+
- Improved `EventEmitter` typing within abstract classes ([#12](https://github.com/okta/okta-client-javascript/pull/12))
63+
64+
## [0.5.3] - 2025-12-05
65+
66+
### `@okta/auth-foundation`
67+
68+
#### Added
69+
- Adds object hashing function to produce predictable cache keys ([#11](https://github.com/okta/okta-client-javascript/pull/11))
70+
71+
### `@okta/oauth2-flows`
72+
73+
#### Fixed
74+
- Added context to errors thrown in `AuthorizationCodeFlow` ([#9](https://github.com/okta/okta-client-javascript/pull/9))
75+
- Fixed `Token.Metadata` handling in `TokenStorage` ([#10](https://github.com/okta/okta-client-javascript/pull/10))
76+
77+
### `@okta/spa-platform`
78+
79+
#### Fixed
80+
- Improved local cache in `HostOrchestrator.SubApp` ([#11](https://github.com/okta/okta-client-javascript/pull/11))
81+
82+
## [0.5.2] - 2025-11-25
83+
84+
### `@okta/auth-foundation`
85+
86+
#### Added
87+
- Adds defaults to Configuration classes ([#8](https://github.com/okta/okta-client-javascript/pull/8))
88+
89+
#### Fixed
90+
- `APIClient` improvements ([#7](https://github.com/okta/okta-client-javascript/pull/7))
91+
92+
## [0.5.1] - 2025-11-12
93+
94+
### `@okta/auth-foundation`
95+
96+
#### Added
97+
- Adds `TaskBridge` (bi-directional messaging) class ([#4](https://github.com/okta/okta-client-javascript/pull/4))
98+
99+
#### Fixed
100+
- Upgraded TypeScript target to `es2022` ([#2](https://github.com/okta/okta-client-javascript/pull/2))
101+
102+
### `@okta/oauth2-flows`
103+
104+
#### Added
105+
- Adds `LogoutFlow` abstract class ([#1](https://github.com/okta/okta-client-javascript/pull/1))
106+
107+
#### Fixed
108+
- Upgraded TypeScript target to `es2022` ([#2](https://github.com/okta/okta-client-javascript/pull/2))
109+
110+
### `@okta/spa-platform`
111+
112+
#### Added
113+
- Adds POST submit for /logout endpoint ([#1](https://github.com/okta/okta-client-javascript/pull/1))
114+
115+
#### Fixed
116+
- Refactors `HostOrchestrator` to utilize `TaskBridge` ([#4](https://github.com/okta/okta-client-javascript/pull/4))
117+
- Upgraded TypeScript target to `es2022` ([#2](https://github.com/okta/okta-client-javascript/pull/2))

0 commit comments

Comments
 (0)