Bug Fixes and Improvements
Sim v0.5.110 introduces three critical bug fixes focused on security and performance:
Security Enhancement: A new SSRF (Server-Side Request Forgery) protection mechanism has been added to database tools and webhook delivery systems. This prevents malicious actors from exploiting these endpoints to make unauthorized requests to internal or external systems.
Performance Optimization: Webhook execution has been optimized by eliminating redundant database queries from the execution path, reducing latency and database load.
API Alignment: Integration with the Parallel AI API has been corrected to align with the official API documentation, ensuring compatibility and proper behavior.
Action Items
Users should update to v0.5.110 to benefit from the security improvements, particularly if your workflows rely on webhooks or database tools. The SSRF protection is especially important for deployments exposed to untrusted inputs.