Releases: selfhost-dev/hostlink
Releases · selfhost-dev/hostlink
v0.7.0
What's Changed
- Bump google.golang.org/grpc from 1.75.1 to 1.79.3 by @dependabot[bot] in #174
- feat(wsprotocol): implement shared phase-1 WebSocket protocol structs and validation by @iAziz786 in #179
- feat(wsclient): add Hostlink WebSocket client with signed upgrade, reconnect, and feature flag by @iAziz786 in #180
- feat(localtaskstore): add durable local state for task receipt, outbox, and restart recovery by @iAziz786 in #181
- Add PgBouncer metrics collection to agent by @Dhanrajkshirsagar in #178
- feat(ws): add result-channel output streaming, ACK handling, and replay by @iAziz786 in #182
- feat(ws): add task.deliver receive, task.started emission, and queue integration by @iAziz786 in #183
- Bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0 by @dependabot[bot] in #177
- Bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.43.0 by @dependabot[bot] in #176
- feat(ws): add polling fallback rollout controls by @iAziz786 in #186
- feat(ws): add websocket observability telemetry, chaos tests, and configurable harness intervals by @iAziz786 in #187
New Contributors
- @dependabot[bot] made their first contribution in #174
- @Dhanrajkshirsagar made their first contribution in #178
Full Changelog: v0.6.11...v0.7.0
v0.6.11
v0.6.10
v0.6.8
Release is same as v0.6.7
It is created to test the new release flow in the agent.
Full Changelog: v0.6.7...v0.6.8
v0.6.7
v0.6.6
Same as v0.6.5
This release is exactly as same as v0.6.5. The only reason to create this release to test full upgrade flow whether it's working or not.
Full Changelog: v0.6.5...v0.6.6
v0.6.5
v0.6.4
What's Changed
Bug Fixes
- Fix 1-hour update check interval issue (now uses 5-minute interval with verbose logging)
- Fix path handling in manual upgrade detection (normalize paths, enforce directory boundaries)
- Fix staging directory permissions (use 0700 instead of 0755)
- Fix integration tests by using HOSTLINK_ENV=test to skip auto-download
New Features
- Manual upgrade command now auto-downloads latest version from control plane
- Added detailed logging for self-update process
Full Changelog: v0.6.3...v0.6.4
v0.6.3
Testing Upgrade
This version is same as v0.6.2, just we are testing that version upgrade should work in agent.
Full Changelog: v0.6.2...v0.6.3