← Back
Sim
Sim Studio v0.5.76 fixes PostHog session recording and React hooks errors
Sim Studio · releasebugfix · github.com ↗

Overview

Sim Studio has released v0.5.76, a maintenance update focused on bug fixes and infrastructure improvements. The release addresses key issues in analytics integration and OAuth flows that were affecting user experience.

Key Changes

PostHog Analytics Improvements

  • Moved session recording proxy to middleware to support larger payload sizes. This prevents timeout and payload overflow issues when recording extended user sessions with rich interaction data.

OAuth and React Fixes

  • Fixed a React hooks error in OAuth icon components by properly using createElement instead of direct component invocation. This resolves runtime errors when users authenticate through OAuth providers.

Documentation

  • Updated README documentation to reflect current project status and setup instructions.

What Developers Need to Know

If you're using Sim Studio, upgrading to v0.5.76 is recommended to avoid potential issues with analytics tracking and OAuth authentication flows. No breaking changes or new features are included in this release, making it a safe upgrade.

The PostHog middleware change is particularly important for applications with longer session recordings or high-frequency tracking events, as it now handles larger payloads without errors.