Skip to content

v1.12.0

Compare
Choose a tag to compare
@estradino estradino released this 06 May 01:53
· 2965 commits to main since this release

🚀 Features

  • (Replayer) Detection of new frustrations like crashes and text selection
  • (Replayer) Show a trail with each mouse movement

💪 Improvements

  • (Replayer) Made jumps almost instant (up to 5x faster on heavy recordings) by rethinking the DOM node creation logic
  • (Replayer) Files are up to 3x smaller (brotli compression) for faster time-to-replay
  • (Replayer) Choose your preferred playback display time (relative vs absolute)
  • (Tracker) Support of compression on big messages to reduce bandwidth usage
  • (Analytics) Improved the way we capture selectors and display clickmaps
  • (Backend) Reduced the size of recordings (by 30% on average) by improving our messaging protocol
  • (Backend) Implemented a memory control manager for ender and heuristics services
  • (Backend) Deprecated input values insertion in databases
  • (Backend) Added support for mutual TLS to cache assets behind authentication walls (#1034)
  • (API) Ability to configure an expiration date for the deleted jobs
  • (API) Better handling of failed Postgres queries
  • (UI/UX) Redesigned the onboarding and getting started pages
  • (UI/UX) Enforced strong password usage
  • (UI/UX) Show the number of recorded sessions and events in the health status widget
  • (DevOps) Ability in CLI to fetch latest patches for the current release
  • (EE)(Assist) Support of compression in WebSockets to speed up connection times (2x faster)
  • (EE) Allow windows integrated authentication for SAML (#1072)
  • (EE) Support of project filtering in all data warehouse connectors
  • Minor UI/UX improvements
  • Security enhancements

🐞 Bugs

  • Fixed a deadlock issue in audit trail
  • Fixed an issue affecting the login time when using multiple projects
  • Fixed a broken replay issue due to dictionary not being initialized properly
  • Fixed the unmount logic after leaving the replay page
  • Fixed a regression affecting console logs in live sessions
  • Fixed a performance issue affecting tracker caused by crash detection
  • Improved the email sanitizer regexp performance in tracker
  • Fixed a bug affecting the configuration of the Elasticsearch integration
  • Fixed search and scrolling in assist’s multi-view slideout
  • Delete user job is not executed (#1150)
  • Custom filters in sessions URL get dropped via a redirect (#1171)
  • Time and issues are not displayed in red in custom events (#1029)