Changelog¶
All notable changes to pyproc will be documented here.
Recent Releases¶
See GitHub Releases for the full changelog.
Version History¶
v0.3.0¶
Added: - Type-safe API with CallTyped[TIn, TOut] - Compile-time type checking with Go generics - Enhanced documentation site
Changed: - Improved error handling - Better health check mechanism
v0.2.0¶
Added: - Worker pool implementation - Round-robin load balancing - Health checks and auto-restart
v0.1.0¶
Initial Release: - Basic IPC over Unix Domain Sockets - Python worker with @expose decorator - JSON protocol
Upcoming¶
See Roadmap for planned features.