Skip to content

Releases: houdry-genomex/houdry

v0.6.12

Choose a tag to compare

@github-actions github-actions released this 18 Sep 20:43

Full Changelog: v0.6.11...v0.6.12

v0.6.11

Choose a tag to compare

@github-actions github-actions released this 18 Sep 17:32

Full Changelog: v0.6.9...v0.6.11

v0.6.9

Choose a tag to compare

@github-actions github-actions released this 18 Sep 14:40

Full Changelog: v0.6.8...v0.6.9

Full Changelog: v0.6.8...v0.6.9

v0.6.8

Choose a tag to compare

@github-actions github-actions released this 18 Sep 14:24

Full Changelog: v0.6.7...v0.6.8

v0.6.7

Choose a tag to compare

@github-actions github-actions released this 15 Sep 15:04

Full Changelog: v0.6.6...v0.6.7

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 14 Sep 21:40

Full Changelog: v0.6.5...v0.6.6

v0.6.5 - Discovery Priority Fix

Choose a tag to compare

@ML-dev-crypto ML-dev-crypto released this 14 Sep 15:53
fe10cab

🔍 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.json

After 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.exe

Linux

curl -L -o houdry https://github.com/houdry-genomex/houdry/releases/download/v0.6.5/houdry-linux-amd64
chmod +x houdry

macOS

curl -L -o houdry https://github.com/houdry-genomex/houdry/releases/download/v0.6.5/houdry-darwin-arm64
chmod +x houdry

🔗 Full Changelog

v0.6.4...v0.6.5

📋 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

Full Changelog: v0.6.4...v0.6.5

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 13 Sep 23:00
257866b

What's Changed

  • fix: automatically configure Windows Firewall for control plane by @ML-dev-crypto in #1

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 02 Sep 16:52

Full Changelog: v0.6.2...v0.6.3

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 07:11

Full Changelog: v0.6.1...v0.6.2