Skip to content

Releases: sasjs/server

v0.11.0

16 Jul 21:58
Compare
Choose a tag to compare

0.11.0 (2022-07-16)

Bug Fixes

  • logs: logs location is configurable (e024a92)

Features

  • logs: logs to file with rotating + code split into files (92fda18)

v0.10.0

06 Jul 12:32
Compare
Choose a tag to compare

0.10.0 (2022-07-06)

Bug Fixes

  • add authorize middleware for appStreams (e54a09d)
  • add isAdmin attribute to return response of get session and login requests (bdf63df)
  • add permission authorization middleware to only specific routes (f3dfc70)
  • bumping core and running lint (a2d1396)
  • controller fixed for deleting permission (b5f595a)
  • do not show admin users in add permission modal (a75edba)
  • export GroupResponse interface (38a7db8)
  • move permission filter modal to separate file and icons for different actions (d000f75)
  • principalId type changed to number from any (4fcc191)
  • remove clientId from principal types (0781ddd)
  • remove duplicates principals from permission filter modal (5b319f9)
  • show loading spinner in studio while executing code (496247d)
  • show permission component only in server mode (f863b81)
  • update permission model (39fc908)
  • update permission response (e516b77)
  • web: only admin should be able to add, update or delete permission (be8635c)

Features

  • add api endpoint for deleting permission (0171344)
  • add api endpoint for updating permission setting (540f54f)
  • add authorize middleware for validating permissions (7d916ec)
  • add basic UI for settings and permissions (5652325)
  • add documentation link under usename dropdown menu (eeb63b3)
  • add permission model (6bea1f7)
  • add UI for updating permission (e8c21a4)
  • add validation for registering permission (e5200c1)
  • add, remove and update permissions from web component (97ecfdc)
  • added get authorizedRoutes api endpoint (b10e932)
  • created modal for adding permission (1413b18)
  • defined register permission and get all permissions api endpoints (1103ffe)
  • update swagger docs (797c2bc)

v0.9.0

03 Jul 10:40
Compare
Choose a tag to compare

0.9.0 (2022-07-03)

Features

  • removed secrets from env variables (9c3da56)

v0.8.3

02 Jul 10:01
Compare
Choose a tag to compare

0.8.3 (2022-07-02)

Bug Fixes

  • deploy: extract first json from zip file (e290751)

v0.8.2

22 Jun 10:19
Compare
Choose a tag to compare

0.8.2 (2022-06-22)

Bug Fixes

  • getRuntimeAndFilePath function to handle the scenarion when path is provided with an extension other than runtimes (5cc85b5)

v0.8.1

21 Jun 20:10
Compare
Choose a tag to compare

0.8.1 (2022-06-21)

Bug Fixes

  • make CA_ROOT optional in getCertificates method (1b5859e)
  • update /logout route to /SASLogon/logout (65380be)

v0.8.0

21 Jun 07:24
Compare
Choose a tag to compare

0.8.0 (2022-06-21)

Features

  • certs: ENV variables updated and set CA Root for HTTPS server (2119e9d)

v0.7.3

20 Jun 15:31
Compare
Choose a tag to compare

0.7.3 (2022-06-20)

Bug Fixes

  • path descriptions and defaults (5d5d6ce)

v0.7.2

20 Jun 15:03
Compare
Choose a tag to compare

0.7.2 (2022-06-20)

Bug Fixes

  • removing UTF-8 options from commandline. There appears to be no reliable way to enforce (f6dc74f)

v0.7.1

20 Jun 12:45
Compare
Choose a tag to compare

0.7.1 (2022-06-20)

Bug Fixes

  • default runtime should be sas (91d29cb)
  • Studio: default selection of runtime fixed (eb569c7)
  • webout path fixed in code.js when running on windows (99a1107)