Skip to content

Releases: sasjs/server

v0.17.0

25 Aug 09:48
Compare
Choose a tag to compare

0.17.0 (2022-08-25)

Bug Fixes

  • allow underscores in file name (bce83cb)

Features

  • add the functionality of saving file by ctrl + s in editor (3a3c90d)

v0.16.1

24 Aug 16:07
Compare
Choose a tag to compare

0.16.1 (2022-08-24)

Bug Fixes

  • update response of /SASjsApi/stp/execute and /SASjsApi/code/execute (98ea2ac)

v0.16.0

17 Aug 20:50
Compare
Choose a tag to compare

0.16.0 (2022-08-17)

Bug Fixes

  • add a new variable _SASJS_WEBOUT_HEADERS to code.js and code.py (882bedd)
  • update content for code.sas file (02e88ae)
  • update default content type for python and js runtimes (8780b80)

Features

  • implement the logic for running python stored programs (b06993a)

v0.15.3

11 Aug 15:07
Compare
Choose a tag to compare

0.15.3 (2022-08-11)

Bug Fixes

  • adding proc printto in precode to enable print output in log. Closes #253 (f8bb732)

v0.15.2

10 Aug 11:28
Compare
Choose a tag to compare

0.15.2 (2022-08-10)

Bug Fixes

v0.15.1

10 Aug 10:34
Compare
Choose a tag to compare

0.15.1 (2022-08-10)

Bug Fixes

  • web: fix UI responsiveness (d99fdd1)

v0.15.0

05 Aug 09:59
Compare
Choose a tag to compare

0.15.0 (2022-08-05)

Bug Fixes

  • after selecting file in sidebar collapse sidebar in mobile view (e215958)
  • improve mobile view for studio page (c67d3ee)
  • improve responsiveness for mobile view (6ef40b9)
  • improve user experience for adding permissions (7a162ed)
  • show logout button only when user is logged in (9227cd4)

Features

  • add multiple permission for same combination of type and principal at once (754704b)

v0.14.1

04 Aug 12:10
Compare
Choose a tag to compare

0.14.1 (2022-08-04)

Bug Fixes

  • apps: App Stream logo fix (87c03c5)
  • cookie: XSRF cookie is removed and passed token in head section (77f8d30)
  • env: check added for not providing WHITELIST (5966016)
  • web: show login on logged-out state (f7fcc77)

v0.14.0

02 Aug 19:08
Compare
Choose a tag to compare

0.14.0 (2022-08-02)

Bug Fixes

  • add restriction on add/remove user to public group (d3a516c)
  • call jwt.verify in synchronous way (254bc07)

Features

  • add public group to DB on seed (c3e3bef)
  • bypass authentication when route is enabled for public group (68515f9)

v0.13.3

02 Aug 12:02
Compare
Choose a tag to compare

0.13.3 (2022-08-02)

Bug Fixes

  • show non-admin user his own permissions only (8a3054e)
  • update schema of Permission (5d5a9d3)