Skip to content

Releases: menor/sol

v0.1.0

26 Feb 19:30

Choose a tag to compare

Changelog

  • 1574cdf Initial commit: add .gitignore
  • cb687af feat: add --result flag to activity:list for filtering by success/failure
  • 6826937 feat: add API interface and mock client for testing
  • 67e3f5d feat: add Phase 3 workflow commands
  • 0dd3d78 feat: add Phase 5 deployment commands
  • 4fa7efe feat: add Phase 6 observability commands
  • 3c4ad04 feat: add Phase 6.4 integrations and advanced commands
  • 9497360 feat: add Retry-After header support for 429 responses
  • a0d4e7f feat: add TOON output format and --schema flag
  • 0ad5235 feat: add app:config-validate command
  • dff53a3 feat: add app:list and route:list commands
  • e4bc185 feat: add backup commands for Phase 6.2
  • acb6486 feat: add organization, user, and resources commands (Phase 6.3)
  • d9cfc1f feat: add release automation with goreleaser
  • c012881 feat: add token efficiency benchmark script
  • 1a222cd feat: change default output format from JSON to TOON
  • fc6da61 feat: follow HAL links for full project details in ListProjects
  • 9bad55a feat: implement Phase 1 authentication
  • c4d5208 feat: implement Phase 2 API client and core commands
  • 4729aaf feat: initial project scaffold
  • 1925531 feat: lean output for environment:list and activity:list
  • c8078dd feat: lean project:list output by default
  • 97e4ee6 feat: migrate CLI from Cobra to Kong
  • ebfc57e fix: add deterministic sorting to organization, user, and resources output
  • be8a874 fix: address MR !5 review feedback
  • 40bb2f7 fix: address PR #8 review comments
  • 938ca12 fix: address PR review feedback
  • 0d51012 fix: address PR review feedback
  • c74bc59 fix: address PR review feedback
  • 33b78c7 fix: address PR review feedback
  • db39ae8 fix: address PR review suggestions for benchmark script
  • 0a33406 fix: address code review feedback for Phase 1 authentication
  • 67d3aae fix: address code review feedback on scaffold
  • 68081bd fix: address comprehensive code review feedback
  • 10488f3 fix: address second round of PR #8 review comments
  • 3ba2dfc fix: correct API endpoints and URL resolution
  • 70de4cc fix: correct API response parsing and expand smoke tests
  • ba2d056 fix: deterministic mount warnings and add mount tests
  • 424dcfb fix: deterministic output and proper types in --full mode
  • f29ff4a refactor: address MR !4 code review feedback
  • 4d8f87c refactor: code quality improvements from review
  • 7eb9b6b refactor: introduce service layer and dependency injection
  • 45e586e security: fix SSH injection and URL path escaping