Skip to content

Commit a71fd3d

Browse files
authored
chore: Add BREAKING CHANGES note for RefreshToken (#2269)
- RefreshToken and other related classes were removed from `@deephaven/jsapi-components`, which was an unmarked breaking change.
1 parent 8681aa3 commit a71fd3d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
## [0.97.0](https://github.com/deephaven/web-client-ui/compare/v0.96.1...v0.97.0) (2024-10-23)
77

8+
### ⚠ BREAKING CHANGES
9+
10+
- `RefreshToken` related classes have been removed from `@deephaven/jsapi-components`. This functionality did not actually work in Core, and was unused. The `RefreshToken` type is now defined in `@deephaven/jsapi-types`, as `dh.RefreshToken`.
11+
812
### Features
913

1014
- @deephaven/jsapi-nodejs npm package ([#2260](https://github.com/deephaven/web-client-ui/issues/2260)) ([72507d3](https://github.com/deephaven/web-client-ui/commit/72507d3e03c74a7004b1f42b48bc95b80cdbea42))

packages/jsapi-components/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
## [0.97.0](https://github.com/deephaven/web-client-ui/compare/v0.96.1...v0.97.0) (2024-10-23)
77

8+
### ⚠ BREAKING CHANGES
9+
10+
- `RefreshToken` related classes have been removed from `@deephaven/jsapi-components`. This functionality did not actually work in Core, and was unused. The `RefreshToken` type is now defined in `@deephaven/jsapi-types`, as `dh.RefreshToken`.
11+
812
### Bug Fixes
913

1014
- Remove RefreshBootstrap and refresh token handling ([#2257](https://github.com/deephaven/web-client-ui/issues/2257)) ([5686032](https://github.com/deephaven/web-client-ui/commit/5686032603e583de4cc85e320f189f4b17de4e47))

0 commit comments

Comments
 (0)