Skip to content

Releases: sasjs/server

v0.28.5

01 Jan 16:55
Compare
Choose a tag to compare

0.28.5 (2023-01-01)

Bug Fixes

  • adding NOPRNGETLIST system option for faster startup (96eca3a)

v0.28.4

07 Dec 16:08
Compare
Choose a tag to compare

0.28.4 (2022-12-07)

Bug Fixes

  • replace main class with container class (71c429b)

v0.28.3

06 Dec 14:17
Compare
Choose a tag to compare

0.28.3 (2022-12-06)

Bug Fixes

v0.28.2

05 Dec 16:25
Compare
Choose a tag to compare

0.28.2 (2022-12-05)

Bug Fixes

  • execute child process asyncronously (23c997b)
  • JS / Python / R session folders should be NEW folders, not existing SAS folders (39ba995)

v0.28.1

28 Nov 23:25
Compare
Choose a tag to compare

0.28.1 (2022-11-28)

Bug Fixes

  • update the content type header after the program has been executed (4dcee4b)

v0.28.0

28 Nov 17:43
Compare
Choose a tag to compare

0.28.0 (2022-11-28)

Bug Fixes

  • update the response header of request to stp/execute routes (112431a)

Features

  • api: add the api endpoint for updating user password (4581f32)
  • ask for updated password on first login (1d48f88)
  • web: add the UI for updating user password (8b8c43c)

v0.27.0

17 Nov 13:21
Compare
Choose a tag to compare

0.27.0 (2022-11-17)

Features

  • on startup add webout.sas file in sasautos folder (200f6c5)

v0.26.2

15 Nov 13:06
Compare
Choose a tag to compare

0.26.2 (2022-11-15)

Bug Fixes

v0.26.1

15 Nov 12:31
Compare
Choose a tag to compare

0.26.1 (2022-11-15)

Bug Fixes

  • change the expiration of access/refresh tokens from days to seconds (bb05493)

v0.26.0

13 Nov 14:04
Compare
Choose a tag to compare

0.26.0 (2022-11-13)

Bug Fixes

  • web: dispose monaco editor actions in return of useEffect (acc25cb)

Features

  • make access token duration configurable when creating client/secret (2413c05)
  • make refresh token duration configurable (abd5c64)