Skip to content

Latest commit

 

History

History
124 lines (99 loc) · 4.57 KB

File metadata and controls

124 lines (99 loc) · 4.57 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.

Deprecated - 2026-05-06

The aura-cli standalone binary is no longer being released. All aura functionality is now distributed via the aura subcommand of neo4j-cli — install neo4j-cli and use neo4j-cli aura ... instead. Existing aura-cli_* archives on prior GitHub Releases remain available, but no new versions will be published.

v2.0.0-alpha.4 - 2026-05-06

Minor

  • Add 'skill print' command to preview the embedded SKILL.md before installing

v2.0.0-alpha.3 - 2026-05-05

Patch

  • Fix: --format or -f was not working

v2.0.0-alpha.2 - 2026-05-05

Minor

  • Add toon output format option (--format toon / -f toon)

v2.0.0-alpha.1 - 2026-05-05

Minor

  • --output flag now applies uniformly to config and credential commands; aura credential list now renders as a table by default with name, type, and identifier columns (sensitive fields omitted)
  • Add skill subcommand to install agent skills into supported AI agents (Claude Code, Cursor, Windsurf, etc.)
  • Renamed --output to --format and added -f as a shorthand

Patch

  • Remove leftover debug log lines (help displayed, invalid command with args, command executed successfully) that were printed to stdout from the CLI entrypoint

v1.7.1-alpha.0 - 2026-05-01

Patch

  • Removed the option to enable beta aura commands
  • Bugfix: aura config list now only prints valid config values

v1.7.0 - 2026-03-11

Minor

  • Add import type config for import job creation

v1.6.0 - 2026-01-28

Minor

  • Add projects config to allow setting default organization ID and project ID

v1.5.0 - 2025-12-11

Minor

  • Aura CLI for Fleet Manager deployments

v1.4.0 - 2025-10-03

Added

  • Aura cli for data import

v1.3.1 - 2025-08-13

Fixed

  • Fix for issue #108 where running aura-cli for the first time to set a config value causes a panic
  • Changed default URL for Aura to handle different versions of Aura API

v1.3.0 - 2025-05-07

Added

  • Adding subcommands to get/list/delete Aura Graph Analytics Serverless sessions.

v1.2.0 - 2025-02-28

Added

  • Added boolean --vector-optimized and --graph-analytics-plugin flags for instance creation

v1.1.1 - 2025-01-08

Fixed

  • Changes aura to aura-cli in usage output

v1.1.0 - 2025-01-08

Added

  • Added new commands for adding/removing allowed origins from the CORS policy of Data APIs. To access these commands, set the "beta-enabled" config to true

v1.0.0 - 2024-12-20

This is the first stable release of the Aura CLI, which brings support for managing the following Aura resources:

  • Instances (create/delete/get/list/overwrite/pause/resume/update)
    • Snapshots (create/get/list)
  • Customer Managed Keys (create/delete/get/list)
  • Tenants (get/list)

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.