Releases: bespot/gatekeeper-web-sdk-release
Releases · bespot/gatekeeper-web-sdk-release
Release list
v1.0.1
[1.0.1] - 2026-06-24
Upstream release: v1.0.1
Added
applicationId,applicationVersion, anduserIdgetters on the SDK instancelastCheckResultgetter — lastcheck()outcome (success or failure)
Changed
subscribe()no longer accepts arguments; periodic interval comes from server configuration- Breaking:
sdk.resultrenamed tosdk.lastCheckResult
Removed
- Breaking:
isConfigured,getLastGeolocationFailure(), andgetDeviceSeed()removed from public API
v1.0.0
[1.0.0] - 2026-06-22 11:27 UTC
Upstream release: v1.0.0
Added
setAccessTokenAPI — rotate the JWT after firstinitializewithout re-registering the device- Structured error types with stable
error.namevalues StorageUnavailableerrorgetLastGeolocationFailure()helper- Fetch timeout with
AbortController(30 s); requests never hang indefinitely - Storage isolation — localStorage, sessionStorage, cookie, and IndexedDB written independently
Changed
- Runtime configuration is supplied by the host application at serve time; credentials never baked into the bundle
- Storage handling hardened for restricted browser environments
- Breaking: Runtime config requires
baseUrl,apiKey,applicationId, andapplicationVersion - Breaking: Bundle filenames are
safe-sdk.esm.min.jsandsafe-sdk.umd.min.js