Skip to content

Releases: sasjs/server

v0.34.0

28 Apr 09:33
Compare
Choose a tag to compare

0.34.0 (2023-04-28)

Bug Fixes

  • log: fixed checks for errors and warnings (02e2b06)
  • log: fixed default runtime (e04300a)
  • log: fixed parsing log for different runtime (3b1e4a1)
  • log: fixed scrolling issue (56a522c)
  • log: fixed single chunk display (8254b78)
  • log: fixed single chunk scrolling (57b7f95)
  • log: fixed switching runtime (c7a7399)
  • log: fixing switching from SAS to other runtime (c72ecc7)

Features

  • log: added download chunk and entire log (a38a9f9)
  • log: added logComponent and LogTabWithIcons (3a887de)
  • log: added parseErrorsAndWarnings utility (7c1c1e2)
  • log: added time to downloaded log name (3848bb0)
  • log: put download log icon into log tab (777b3a5)
  • log: split large log into chunks (75f5a3c)
  • log: use improved log for SAS run time only (7b12591)

v0.33.3

27 Apr 18:01
Compare
Choose a tag to compare

0.33.3 (2023-04-27)

Bug Fixes

  • use RateLimiterMemory instead of RateLimiterMongo (6a520f5)

v0.33.2

24 Apr 21:14
Compare
Choose a tag to compare

0.33.2 (2023-04-24)

Bug Fixes

  • removing print redirection pending full #274 fix (d49ea47)

v0.33.1

20 Apr 08:26
Compare
Choose a tag to compare

0.33.1 (2023-04-20)

Bug Fixes

  • applying nologo only for sas.exe (b4436ba), closes #352

v0.33.0

05 Apr 22:08
Compare
Choose a tag to compare

0.33.0 (2023-04-05)

Features

  • option to reset admin password on startup (eda8e56)

v0.32.0

05 Apr 09:44
Compare
Choose a tag to compare

0.32.0 (2023-04-05)

Features

  • add an api endpoint for admin to get list of client ids (6ffaa7e)

v0.31.0

30 Mar 15:34
Compare
Choose a tag to compare

0.31.0 (2023-03-30)

Features

  • prevent brute force attack by rate limiting login endpoint (a82cabb)

v0.30.3

07 Mar 10:46
Compare
Choose a tag to compare

0.30.3 (2023-03-07)

Bug Fixes

  • add location.pathname to location.origin conditionally (edab51c)

v0.30.2

07 Mar 09:40
Compare
Choose a tag to compare

0.30.2 (2023-03-07)

Bug Fixes

  • web: add path to base in launch program url (2c31922)

v0.30.1

01 Mar 18:38
Compare
Choose a tag to compare

0.30.1 (2023-03-01)

Bug Fixes

  • web: add proper base url in axios.defaults (5e3ce8a)