Docker Dashboard v2.3.0
·
115 commits
to master
since this release
ℹ️ About release
Significant improvements on websockets (server side), and minor fixes on UI.
What's Changed
- Reduced memory consumption by removing the Tasks mechanism.
- Removed nest_asyncio solution which patched the asyncio module. Instead, found a new solution that sends the specific streams to specific WebSocket clients.
- Refactor tests, and add tests for websockets.
- Minor fixes on UI according to server-side changes.
Now I'm working on new installation instructions, and trying to find solutions for real-time features (e.g container list)