mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 20:02:22 +02:00
git-subtree-dir: foundations/net git-subtree-mainline:2b0d510202git-subtree-split:7722c95341
1.4 KiB
1.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Comprehensive documentation and examples
- GitHub community health files (CONTRIBUTING.md, SECURITY.md)
- Issue and PR templates
0.7.9 - 2025-10-01
Added
- Initial public release
- Core network implementation with distributed architecture
- ZeroMQ-based RPC communication layer
- Client libraries for network interaction
- Server implementation with multi-client support
- High availability support with stateless containers
- Automatic failover and health monitoring
- Multi-tenant container management
- Comprehensive test suite
- Docker deployment support
- Full documentation and examples
Features
- Distributed load balancing across multiple agents
- Container lifecycle management with reference counting
- Event broadcasting capabilities
- Request/response communication patterns
- Automatic reconnection and retry logic
- Configurable timeouts for different environments
- Label-based container discovery
- Orphaned container detection and cleanup