Skip to content

Commit

Permalink
chore: Add BREAKING CHANGES note for RefreshToken (#2269)
Browse files Browse the repository at this point in the history
- RefreshToken and other related classes were removed from
`@deephaven/jsapi-components`, which was an unmarked breaking change.
  • Loading branch information
mofojed authored Oct 24, 2024
1 parent 8681aa3 commit a71fd3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

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

### ⚠ BREAKING CHANGES

- `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`.

### Features

- @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))
Expand Down
4 changes: 4 additions & 0 deletions packages/jsapi-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

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

### ⚠ BREAKING CHANGES

- `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`.

### Bug Fixes

- 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))
Expand Down

0 comments on commit a71fd3d

Please sign in to comment.