Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.21 KB

changelog.md

File metadata and controls

52 lines (31 loc) · 1.21 KB

Changelog

Added

Changed

Fixed

Added

  • Add subcommand stored-procedures to the update command to introspect stored procedures.

Added

  • Support for stored procedures

v0.1.2 - 2024-06-17

Added

  • Support for native mutations
  • Support for reading the MSSQL connection string from an environment variable

v0.1.1 - 2024-05-15

Added

  • Support for CLI plugin for Arch Linux systems

v0.1.0 - 2024-04-30

  • Initial release with support of ndc-spec v0.1.2 (beta)
    • Support for CLI plugin for Hasura v3 CLI, which allows the CLI to introspect the database on demand.
    • Query explain endpoint has been changed from /explain to /query/explain.
    • The default port was changed from 8100 to 8080.