Skip to content

v0.1.25

Latest
Compare
Choose a tag to compare
@sanity sanity released this 16 Sep 16:45
ed8b28e

Release v0.1.25

Major Changes

  • Actor-based client system enabled by default - Improves scalability and monitoring
  • Set FREENET_ACTOR_CLIENTS=false to use legacy system if needed

Version Updates

  • freenet: 0.1.25
  • fdev: 0.3.3

Notes

The actor-based client management system has been thoroughly tested and is now the default. This provides:

  • Better separation of concerns with RequestRouter for deduplication
  • SessionActor for individual client management
  • MessageProcessor for clean network-to-actor result routing
  • Improved monitoring and scalability

Legacy client code will be removed in a future release.

[AI-assisted debugging and comment]