Skip to content

v0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jan 21:51

Changelog

  • 628ac5e feat: add --params flag support for custom query parameters
  • 11b929d feat: add Homebrew tap support for automated distribution
  • 1e2c6b9 feat: add heuristics-based sensitive data redaction to logging
  • 26e1cd1 feat: add support for YAML, TOML, and JSON config formats
  • 41909dc fix: correct goreleaser build configuration
  • 7239983 fix: remove non-existent LICENSE file from goreleaser archive
  • edd220d fix: resolve critical issues in internal/terminal package
  • 1741f78 fix: resolve critical race condition and timeout issues in client package
  • 4d776c3 fix: resolve infinite recursion in Delete methods across 11 services
  • 80f3868 fix: update Homebrew configuration for goreleaser v2 compatibility
  • 87ada1b fix: upgrade Go to 1.25.5 to resolve security vulnerabilities
  • bda9b90 refactor: change terminal pager default from true to false
  • fa1de3c refactor: consolidate runners with BaseRunner pattern
  • 375a718 refactor: consolidate tools and scripts folders into single scripts directory
  • bc838bd refactor: convert commands to use RunE and proper error propagation
  • 66f9562 refactor: create internal/app package for application configuration
  • 31f5f9e refactor: eliminate ServiceClient wrapper and use BaseService embedding
  • 01f141f refactor: extract output formatting into separate package
  • 413099b refactor: implement comprehensive CLI architecture improvements
  • 650e013 refactor: implement layered architecture with resources and interfaces
  • 863e37b refactor: improve error handling and optimize registry performance
  • e1b40b3 refactor: improve handlers package testability and add comprehensive tests
  • 329c7b1 refactor: improve internal/cli package with Go best practices
  • b3c06fe refactor: improve projects runner with comprehensive refactoring
  • 3dfd360 refactor: improve projects service with comprehensive documentation and optimizations
  • c417b4f refactor: modernize Makefile
  • 0beecf9 refactor: modernize config package
  • ebc8c90 refactor: move logger package to internal/logging
  • 2eae65d refactor: remove file logging functionality from logger package
  • e132bff refactor: reorganize project structure to follow Go CLI best practices