Skip to content

Docker Dashboard v2.3.0

Choose a tag to compare

@AbduazizZiyodov AbduazizZiyodov released this 14 May 07:07
· 115 commits to master since this release
8d10349

ℹ️ 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)