Releases: houdry-genomex/houdry
Releases · houdry-genomex/houdry
Release list
v0.6.12
Full Changelog: v0.6.11...v0.6.12
v0.6.11
v0.6.9
Full Changelog: v0.6.8...v0.6.9
Full Changelog: v0.6.8...v0.6.9
v0.6.8
v0.6.7
v0.6.6
v0.6.5 - Discovery Priority Fix
🔍 What's New
Auto-Discovery Priority Fix
houdry gpu register now always discovers the current control plane first instead of using stale cached config. No more manual config editing when switching networks!
✨ Features
- Smart Discovery: Automatically finds control plane on current network
- Network Switching: Seamlessly works when changing WiFi, using phone hotspot, or switching IPs
- Fallback Safety: Still uses cached config if discovery fails
- No Manual Editing: Config file updates automatically
🐛 Bug Fixes
- Fixed stale cached IP causing "context deadline exceeded" errors
- Fixed discovery being skipped when config file exists
- Resolved connection failures after network changes
📝 Example
Before v0.6.5:
# Network changed from 192.168.1.36 to 10.170.249.213
houdry gpu register
❌ Error: context deadline exceeded (tries old IP)
# Had to manually edit ~/.houdry/config.jsonAfter v0.6.5:
# Network changed
houdry gpu register
✅ Found Houdry on WiFi: http://10.170.249.213:8070/v1
✅ Connected automatically!📦 Installation
Windows
curl -L https://github.com/houdry-genomex/houdry/releases/download/v0.6.5/houdry-windows-amd64.exe -o $env:USERPROFILE\.houdry\bin\houdry.exeLinux
curl -L -o houdry https://github.com/houdry-genomex/houdry/releases/download/v0.6.5/houdry-linux-amd64
chmod +x houdrymacOS
curl -L -o houdry https://github.com/houdry-genomex/houdry/releases/download/v0.6.5/houdry-darwin-arm64
chmod +x houdry🔗 Full Changelog
📋 What's Included in v0.6.4 + v0.6.5
- ✅ Windows Firewall auto-configuration (v0.6.4)
- ✅ Discovery priority over cached config (v0.6.5)
- ✅ Seamless network switching
- ✅ No manual configuration needed
🤖 Generated with Claude Code
What's Changed
- fix: prioritize discovery over cached config by @ML-dev-crypto in #2
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- fix: automatically configure Windows Firewall for control plane by @ML-dev-crypto in #1
New Contributors
- @ML-dev-crypto made their first contribution in #1
Full Changelog: v0.6.3...v0.6.4