Skip to content

Release v1.2.0

Choose a tag to compare

@1b4dev 1b4dev released this 15 Mar 13:01
· 10 commits to main since this release

New Features and Enhancements

Converted to Server-Sent Events (SSE)

  • The messages section now uses Server-Sent Events (SSE) for live updates, replacing the previous short polling logic.
  • The usePoll hook remains available in codebase but is no longer used for the messages section.

Various Bug Fixes and Improvements

  • Resolved an issue where error context was incorrectly triggered when the Bearer tokens expired.
  • Fixed missing function dependencies to ensure smoother functionality.
  • Updated package dependencies to improve security.

Known Issues

  • SSE Connection Issue: The SSE connection sometimes fails to close when the component unmounts. This is currently being investigated.