What’s Changed
✨ New
- Added real-time connection statistics and dynamic user counting on the active map. PR #422
- Exposed the application version as an OpenTelemetry metric. PR #424
- Implemented single-tenant mode with instance creation locking and updated date UI. PR #427
- To activate, add this Docker environment setting:
Instances__SingleTenantMode=True
- To activate, add this Docker environment setting:
🐛 Fixes
- Fixed active-map user count when switching tabs. PR #422
- Improved connected user and statistics layout in
EveSystemNode. - Fixed
EveSystemNodenode positioning and styling. PR #425 - Fixed display of long user names to ensure visibility.
🛠 Maintenance
- Migrated solution from
WHMapper.slntoWHMapper.slnx. - Added
AnyAsynctest forDbIntegrationTest.
Full Changelog: v3.2.2...v3.3.0