Bump version to 0.2.0 after security changes stabilize #4

Open
opened 2025-12-30 08:33:55 -07:00 by azcomputerguru · 0 comments

Description

After the security hardening changes are tested and stable, bump version to 0.2.0 to clearly distinguish from pre-auth builds.

Changes in 0.2.0

  • JWT authentication required for all REST API endpoints
  • JWT authentication required for viewer WebSocket connections
  • Support code or API key required for agent WebSocket connections
  • Comprehensive build identification (git hash, build time, etc.)
  • version-info command for detailed build information

Pre-release Checklist

  • Test native viewer protocol handler end-to-end
  • Test web viewer with authentication
  • Test agent connection with support code
  • Clean up duplicate machines in database
  • Document AGENT_API_KEY configuration
  • Update CHANGELOG.md

Files to Update

  • agent/Cargo.toml - version = "0.2.0"
  • server/Cargo.toml - version = "0.2.0"

Blocked By

  • #1 - Protocol URL testing
  • #2 - Database cleanup
  • #3 - Agent API key documentation
## Description After the security hardening changes are tested and stable, bump version to 0.2.0 to clearly distinguish from pre-auth builds. ## Changes in 0.2.0 - JWT authentication required for all REST API endpoints - JWT authentication required for viewer WebSocket connections - Support code or API key required for agent WebSocket connections - Comprehensive build identification (git hash, build time, etc.) - version-info command for detailed build information ## Pre-release Checklist - [ ] Test native viewer protocol handler end-to-end - [ ] Test web viewer with authentication - [ ] Test agent connection with support code - [ ] Clean up duplicate machines in database - [ ] Document AGENT_API_KEY configuration - [ ] Update CHANGELOG.md ## Files to Update - agent/Cargo.toml - version = "0.2.0" - server/Cargo.toml - version = "0.2.0" ## Blocked By - #1 - Protocol URL testing - #2 - Database cleanup - #3 - Agent API key documentation
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: azcomputerguru/guru-connect#4