Skip to main content

Releases

Quick Install
curl -fsSL https://docs.quikdb.com/install/install.sh | bash

Download

curl -fsSL https://docs.quikdb.com/install/install.sh | bash

Update

# Check current version
quikdb --version

# Update to latest version (uses auto-installer)
curl -fsSL https://docs.quikdb.com/install/install.sh | bash

# For specific versions, use versioned download paths (see above)

Current Version

v1.5.6 - 2026-01-11

Added

  • Real-time Deployment Logs: Your application logs now stream automatically to the QuikDB dashboard

Fixed

  • Heartbeat Service Control: Fixed issue where quikdb device heartbeat stop wasn't working

  • Clearer Instructions: Updated help messages to be more accurate

Previous Versions

v1.5.5 - 2025-12-05

Fixed

  • Docker Compatibility: Fixed deployment errors with older Docker versions

  • Tunnel Management: Fixed tunnel reload functionality

v1.5.4 - 2025-12-01

Fixed

  • Service Reliability: Fixed background process management issues

  • Tunnel Reload Reliability: Fixed cloudflared restart mechanism

Changed

  • Improved Process Architecture: Unified Unix implementations while supporting platform differences

v1.5.3 - 2025-11-24

Added

  • Deployment Handler: Full Docker-based deployment system integrated into CLI server

  • Tunnel Handler: Cloudflare tunnel management endpoints

  • Docker Container Cleanup: Uninstall process now removes all deployment containers

Changed

  • Improved Uninstall Process:

  • Tunnel ID Management: Now uses actual Cloudflare UUID instead of generated prefix

  • Welcome Server: Enhanced with deployment and tunnel route registration

Fixed

  • Fixed tunnel cleanup during uninstall failing due to incorrect ID format
  • Fixed Device API being killed before deregistration could complete
  • Fixed process detection catching non-CLI processes
  • Fixed uninstall using hardcoded API URLs instead of environment-aware URLs

Security

  • Device deregistration endpoint now accepts device JWT for self-deregistration
  • Maintains security by ensuring devices can only deregister themselves