Skip to content

v4.18.0

Latest

Choose a tag to compare

@sasjs-gha sasjs-gha released this 18 Aug 10:07

4.18.0 (2026-08-18)

Bug Fixes

  • auth: keep sas.cli fallback compatible with optional AuthConfig client/secret (813286a)
  • auth: prevent redundant refresh on 1h-token Viya estates (7b7e3f6), closes #262
  • auth: propagate rotated tokens to authConfig to avoid reusing a consumed refresh token (a9d8e9b)
  • auth: tolerate opaque refresh tokens and resolve npm audit failure (25af025)
  • auth: use export type for OnTokensRefreshed type alias (3ff330a)

Features

  • auth: default to sas.cli public client and add onTokensRefreshed callback (77e1a78)
  • auth: thread onTokensRefreshed through compute-execution path (ed68cc2)