What this package is like to depend on
Last release 4 months ago
28 Mar 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
7 releases · first in 2026
7 releases in the last 12 months
see the full history below
Release timeline
7 releases · Mar 2026 to Mar 2026Releases
latest 7-
0.0.528 Mar 2026Release notes
Open source →Implemented HTTP client and server:
- Added
HttpClientandHttpServerimplementations with support for routing and common HTTP methods. - Introduceed
HttpRequestContextfor simplified response handling (JSON, text, binary). - Added
Serviceabstract class to the core service layer. - Included examples and tests for HTTP client and server functionality.
- Added
-
0.0.427 Mar 2026Release notes
Open source →(a) Implemented TCP Client/Server and introduced logging components (file, console).
- Added
TcpClientandTcpServerimplementations with support for framed messages using a 4-byte length prefix. - Introduced
tcpConnectionWorkerMainto handle TCP message reassembly in a dedicated isolate. - Implementd
NetworkLoggerfor configurable console and file logging across UDP and TCP components. - Enhanced
UdpServerandUdpClientwith logging and lifecycle callbacks (onClientConnected,onClientDisconnected). - Added comprehensive tests for TCP networking, client lifecycle events, and network logging.
- Exported new TCP and logging components in the main library file.
(b) Implementing gateway routing for TCP/UDP:
- Added
GatewayRelayto orchestrate authentication, matchmaking, and session routing. - Implemented
GatewayTcpServerandGatewayUdpServerto handle client gateway requests. - Added pluggable services for authentication (
GatewayAuthenticator), matchmaking (GatewayMatchmaker), load balancing (GatewayLoadBalancer), and DDoS protection (GatewayDdosGuard). - Added
BackendNodeStorefor optional file-backed persistence of backend game servers. - Defined
GatewayPacketprotocol and opcodes for client-gateway communication. - Updated
athlos.dartto export new gateway models, services, and runtime classes. - Added comprehensive tests for
GatewayRelay,GatewayTcpServer, and backend management. - Provided a functional REPL example for dynamic backend management in
athlos_example.dart.
- Added
-
0.0.323 Mar 2026 -
0.0.221 Mar 2026Release notes
Open source →- Model updates:
- Achievements
- Entity types
- Lobby
- Logging
- Monetization
- Notifications
- Resources
- Social (messaging)
- Other renaming/refactoring.
- Model updates:
-
0.0.2+121 Mar 2026 -
0.0.117 Mar 2026Release notes
Open source →- Initial version.
- Data model (
/core)- Positioning, direction, and orientation models.
- World model.
- Session models.
- Terrain model.
- State models.
- Entity model.
- Action model.
- Player model.
- Team model.
- Leaderboard model.
-
0.0.1+117 Mar 2026