Skip to content

Releases: sasjs/server

v0.35.4

15 Jan 13:21
Compare
Choose a tag to compare

0.35.4 (2024-01-15)

Bug Fixes

  • api: fixed env issue in MacOS executable (73d965d)

v0.35.3

07 Nov 20:48
Compare
Choose a tag to compare

0.35.3 (2023-11-07)

Bug Fixes

  • enable embedded LFs in JS STP vars (7e8cbbf)

v0.35.1

25 Jul 06:05
Compare
Choose a tag to compare

0.35.1 (2023-07-25)

Bug Fixes

  • log-separator: log separator should always wrap log (8940f4d)

v0.35.0

03 May 09:35
Compare
Choose a tag to compare

0.35.0 (2023-05-03)

Bug Fixes

  • editor: fixed log/webout/print tabs (d2de9dc)
  • execute: added atribute indicating stp api (e78f87f)
  • execute: fixed adding print output (9aaffce)
  • execution: removed empty webout from response (6dd2f4f)
  • webout: fixed adding empty webout to response payload (31df72a)

Features

  • editor: parse print output in response payload (eb42683)

v0.34.2

01 May 15:32
Compare
Choose a tag to compare

0.34.2 (2023-05-01)

Bug Fixes

  • use custom logic for handling sequence ids (dba53de)

v0.34.1

28 Apr 11:50
Compare
Choose a tag to compare

0.34.1 (2023-04-28)

Bug Fixes

  • css: fixed css loading (9c5acd6)
  • log: fixed chunk collapsing (64b156f)

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