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.5 - 2025-12-05

Fixed

  • Docker API Compatibility: Fixed "client version 1.52 is too new" errors during deployments

  • Cloudflared Reload Mechanism: Fixed HTTP endpoint for tunnel reload operations

Changed

  • Process Tracking: Enhanced tunnel handler to maintain cloudflared process state

Previous Versions

v1.5.4 - 2025-12-01

Added

  • Platform-Specific Process Management: Separate implementations for Linux, macOS, and Windows
  • Hard-Reload Process Isolation: Cloudflared now runs in isolated process group

Fixed

  • Zombie Process Prevention: Resolved "wait: no child processes" error

  • 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

v1.5.2 - 2025-11-10

Added

  • Complete release automation with release-automation.sh script
  • Automated JSON metadata updates for latest.json and version.json
  • Cross-platform sed compatibility (BSD/GNU) using Perl fallback
  • Release flags support: --critical, --stable, --unstable
  • Comprehensive release documentation in RELEASE.md

Changed

  • Enhanced sync-docs.sh to automatically update all JSON metadata files
  • Enhanced deploy-versioned-binaries.sh with automatic metadata extraction from changelog
  • Improved release workflow with single-command automation

Fixed

  • Fixed BSD sed incompatibility on macOS in documentation sync scripts
  • Fixed manual JSON editing requirements in release process