@curity/identityserver-haapi-web-driver
Version:
Curity Identity Server HAAPI Web driver
27 lines (17 loc) • 1.01 kB
Markdown
# Changelog
## 1.4.0 (2025-11-03)
- [HSW-17] Support disposing of the fetch-like function.
- [HSW-18] Support `AbortSignal` in the fetch-like function.
## 1.3.0 (2024-12-16)
- [HSW-16] Driver configuration added with an optional device identifier, used for risk assessment. See documentation for `HaapiConfiguration`.
## 1.2.0 (2022-11-07)
- [HSW-12] Support different content-types in the fetch-like function
- [HSW-13] Support importing the module in non-browser environments. Using the `createHaapiFetch` function still requires a browser environment.
## 1.1.1 (2021-10-04)
- [HSW-9] Remove the `minAccessTokenTtl` configuration option as it wasn't used by the SDK
## 1.1.0 (2021-08-12)
- [HSW-6] Include more troubleshooting information during client attestation
- [HSW-7] Improve error handling for client applications
- Add an `init` method to the fetch-like function returned by `createHaapiFetch`
- Add specialized error classes
- [HSW-8] Ensure at most one fetch-like function is active