mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-25 22:02:23 +02:00
git-subtree-dir: foundations/net git-subtree-mainline:2b0d510202git-subtree-split:7722c95341
45 lines
1.4 KiB
Markdown
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
|