Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 984 Bytes

CHANGELOG.md

File metadata and controls

31 lines (19 loc) · 984 Bytes

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

This driver uses semantic versioning:

  • A change in the bugfix version (e.g. X.Y.0 -> X.Y.1) indicates internal changes and should always be safe to upgrade.
  • A change in the minor version (e.g. X.1.Z -> X.2.0) indicates additions and backwards-compatible changes that should not affect your code.
  • A change in the major version (e.g. 1.Y.Z -> 2.0.0) indicates breaking changes that require changes in your code to upgrade.

0.0.1-alpha.1 - 2025-03-29

Fixed

  • aql template strings now correctly handle graph instances.

Added

  • Implement request function.

0.0.1-alpha.0 - 2025-03-28

Initial release.