Skip to content

v12.0.0

Compare
Choose a tag to compare
@boehlerlukas boehlerlukas released this 29 Sep 08:02
· 161 commits to master since this release
b42bc61

Enhancement: Switched from polling to using WebSockets for improved performance and efficiency.

Breaking for CSP users:
If you are making use of CSP please add wss://ws.gleap.io to connect-src.
connect-src 'self' https://*.gleap.io wss://ws.gleap.io;

See https://docs.gleap.io/javascript/content-security-policy/ for more details.