Files
huly-platform/foundations/net/CHANGELOG.md
T
Denis Bykhov da88233dda Add 'foundations/net/' from commit '7722c9534141cf92ea7e990b8687c14ef3c747b2'
git-subtree-dir: foundations/net
git-subtree-mainline: 2b0d510202
git-subtree-split: 7722c95341
2025-11-26 22:57:00 +05:00

45 lines
1.4 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [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
[Unreleased]: https://github.com/hcengineering/huly.net/compare/v0.7.9...HEAD
[0.7.9]: https://github.com/hcengineering/huly.net/releases/tag/v0.7.9