# Developer Release Notes

# Sisense for Windows

# Sisense v8.1.1

# SisenseJS

  • The SisenseJS library has been optimized to run faster when loading

# Embed SDK

  • The Sisense Embed SDK has been improved so you can edit Sisense dashboards and widgets embedded in your websites or applications

# Sisense v8.1

# SisenseJS

  • Prior to Sisense V8.1, when SisenseJS was embedded into a website or application, the Sisense CSS could affect the local CSS of the host site or application. SisenseJS no longer affects the local site or application

# Embed SDK

  • Developers now can use a suite of new JavaScript APIs to programmatically embed Sisense dashboards into host apps and effortlessly handle complex embedded integrations.
  • Embed your Sisense dashboard or widget quickly with code snippets prepared in the new Embed Code Generator
  • The data returned by the GET /dashboards/{id} endpoint has been changed. Now when called by non-Admin users, the dashboard owner groups are no longer returned. When called by an Admin user, it behaves as previously.

# Sisense v8.0.1

# REST API

  • The data returned by the GET /dashboards/{id} endpoint has been changed:
    • Now when called by non-Admin users, the dashboard owner groups are no longer returned. When called by an Admin user, it behaves as previously.
    • The owner key now returns only the Dashboard Owner ID and no other information about dashboard owners when called by non-Admin users.