Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

57 lines (49 loc) · 2.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

v1.0.0-beta.1 - 2024-11-29

Added

  • GraphQL Data API authentication provider create command
  • GraphQL Data API authentication provider delete command
  • Added input validation for string flags with finite possible values
  • Require less arguments when creating Aura Free instances - allowed values are automatically populated.

v0.5.0 - 2024-10-31

Added

  • GraphQL Data API list and get commands
  • GraphQL Data API create command
  • GraphQL Data API pause, resume, delete commands
  • GraphQL Data API update command
  • GraphQL Data API authentication provider list and get commands

Fixed

  • Panic on fatal errors as opposed to bubbling up errors

v0.4.0 - 2024-10-17

Added

  • Clear access token in the instance of an unauthorized request, and prompt user to retry

Fixed

  • Ensure that 1 argument is required when getting snapshot details
  • Correct some of the snapshot help output
  • Fixed flag descriptions for instance overwrite
  • Fixed which values are accepted for output config option
  • Add warning message when getting tenant details with table output that more details are available with other output settings
  • Added the fact that snapshot must be exportable to overwrite an instance

v0.3.0 - 2024-10-03

Added

  • Added snapshot commands get, list and create
  • Sets default credential automatically if there is a single credential added
  • Add instance overwrite command
  • instance get: add CMI endpoint URL
  • tenant get: add CMI endpoint URL when applicable for tenant

Fixed

  • Make region argument optional when creating free-db instances
  • Fixed usage messages to include argument placeholders
  • Add config key validation when setting values

v0.2.0 - 2024-09-06

Added

  • --await option on cmk create
  • --await option on instance resume and instance pause
  • Support for table output on aura cli

v0.1.0 - 2024-08-28

Added

  • Added configuration and automations needed for releases.