Skip to content

Releases: Azure/aaz-dev-tools

v4.5.5

Choose a tag to compare

@github-actions github-actions released this 19 Jun 06:57
48c9c6c
  • Fix camelCase ending with S incorrectly treated as plural. (#553)

v4.5.4

Choose a tag to compare

@github-actions github-actions released this 22 May 01:49
318896d
  • Add Python 3.14 support.
  • Drop Python 3.9 support (end-of-life since October 2025); python_requires is now >=3.10.
  • Refine the Python compatibility CI workflow: reduce the test matrix to ubuntu-latest with Python 3.10 (floor) and 3.14 (ceiling), and bump actions/checkout and actions/setup-python to current major versions.

v4.5.3

Choose a tag to compare

@github-actions github-actions released this 06 Nov 04:16
  • Improved spec module loading performance to reduce module loading time. (#536)
  • Add loading states for async operations in the UI with visual loading indicators. (#533)

v4.5.2

Choose a tag to compare

@github-actions github-actions released this 23 Oct 05:54
98858ad
  • Update items in the /workspace dir to be function-based React instead of class-based. (#523)
  • Fix add subcommands failure. (#529)

v4.5.1

Choose a tag to compare

@github-actions github-actions released this 15 Oct 04:26
ef773c7
  • Fix validation of schema pattern and error message. (#507)
  • Fix redundant url item within example generation request. (#524)
  • Upgrade @typespec/compiler to 1.4.0. (#522)
  • Update the document for generating codes via command-line interface. (#521)

v4.5.0

Choose a tag to compare

@github-actions github-actions released this 08 Oct 03:08
07a631e
  • Add generate_all command functionality for CLI generation. (#516)
  • Add CLI generate interface with Liftr integration. (#513)
  • Add comprehensive frontend testing infrastructure with Vitest and GitHub Actions CI pipeline. (#515)
  • Fix duplicate parameters in CLI generation. (#512)
  • Fix example generation issues and line break descriptions. (#510) (#511)
  • Refactor API layer from class-based to object-based service patterns. (#509)

v4.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 04:50
ce650de
  • GUI heuristics upgrade. (#498)
  • Add aaz-dev command-model transform to transform metadata. (#502)
  • Fix TypeSpec entry cannot be parsed well. (#501)
  • Add example generation for update commands. (#500)
  • Add example generation for aaz-dev command-model generate-from-swagger. (#499)
  • Add guild for local development. (#497)

v4.3.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 06:08
cdf1859
  • Upgraded lxml dependency from >=4.9.0 to >=5.0.0 for Python 3.13 compatibility (#495)

v4.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 01:44
fedcf42
  • Fix api version mismatch in cli tab (#490)
  • Support get + patch on identity subcommand (#454)
  • Adjust azure-mgmt-core version to fix dep conflict (#487)
  • Add rfc1123 datetime (#485)
  • Update tsp compiler to 1.0.0 (#484)
  • Ignore single file for data plane tsp folder check (#483)
  • Add support for encoding and its default value (#470)
  • Adjust discriminator to reduce duplicated props (#471)
  • Add typespec-aaz emitter test and set prettier config (#481)
  • Fix empty subresource in subcommand (#480)

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 07:19
c8a17ec
  • Fix issue caused by or operation in isinstance (#475)
  • Fix issue caused by properties of not any type (#477)
  • Support merge when renaming a command (#474)
  • Add auto-gen aaz cmds documentation (#478)
  • typespec: update tsp compiler to 0.67.0 (#468)
  • typespec: fix clientRequestIdName in header param and add uuid format parsing (#467)
  • typespec: add support for any type of cmd schema (#469)
  • typespec: adjust ref class name to camel case (#472)