Skip to content

Releases: sasjs/server

v0.23.1

04 Oct 16:54
Compare
Choose a tag to compare

0.23.1 (2022-10-04)

Bug Fixes

v0.23.0

03 Oct 15:13
Compare
Choose a tag to compare

0.23.0 (2022-10-03)

Features

  • Enable SAS_PACKAGES in SASjs Server (424f0fc)

v0.22.1

03 Oct 13:17
Compare
Choose a tag to compare

0.22.1 (2022-10-03)

Bug Fixes

v0.22.0

03 Oct 12:13
Compare
Choose a tag to compare

0.22.0 (2022-10-03)

Bug Fixes

  • do not throw error on deleting group when it is created by an external auth provider (68f0c5c)
  • no need to restrict api endpoints when ldap auth is applied (a142660)
  • remove authProvider attribute from user and group payload interface (bbd7786)

Features

  • implemented LDAP authentication (f915c51)

v0.21.7

30 Sep 21:44
Compare
Choose a tag to compare

0.21.7 (2022-09-30)

Bug Fixes

  • csrf package is changed to pillarjs-csrf (fe3e508)

v0.21.6

23 Sep 09:34
Compare
Choose a tag to compare

0.21.6 (2022-09-23)

Bug Fixes

  • in getTokensFromDB handle the scenario when tokens are expired (40f95f9)

v0.21.5

22 Sep 15:51
Compare
Choose a tag to compare

0.21.5 (2022-09-22)

Bug Fixes

  • made files extensions case insensitive (2496043)

v0.21.4

21 Sep 20:02
Compare
Choose a tag to compare

0.21.4 (2022-09-21)

Bug Fixes

  • removing single quotes from _program value (a0e7875)

v0.21.3

21 Sep 17:50
Compare
Choose a tag to compare

0.21.3 (2022-09-21)

Bug Fixes

  • return same tokens if not expired (330c020)

v0.21.2

20 Sep 21:08
Compare
Choose a tag to compare

0.21.2 (2022-09-20)

Bug Fixes

  • default content-type for sas programs should be text/plain (9977c9d)
  • studio: inject program path to code before sending for execution (edc2e2a)