github heyhuynhgiabuu/proxypal v0.2.1

latest releases: v0.4.17, v0.4.16, v0.4.15...
3 months ago

What's Changed

Bug Fixes

  • Fix provider health indicator - Implemented check_provider_health Tauri command so authenticated providers now correctly show green (healthy) instead of orange (offline)
  • Memory optimization - Centralized request history store with debounce to prevent memory leaks under high load (#44)
  • Reduced payload size - add_request_to_history now returns only the added request instead of full history

Code Quality

  • Cleaned up all Rust compilation warnings
  • Removed unused imports (AppConfig, CommandChild)
  • Added #[allow(dead_code)] for future-use types

Technical Details

  • Request history limited to 500 entries with automatic trimming
  • Charts optimized for WebView2 memory management on Windows
  • Provider health check pings proxy endpoint and reports healthy/degraded/offline/unconfigured status

Full Changelog: v0.2.0...v0.2.1

Don't miss a new proxypal release

NewReleases is sending notifications on new releases.