Releases: Azure/aaz-dev-tools
Releases · Azure/aaz-dev-tools
Release list
v4.6.1
v4.6.0
- Upgrade
@typespec/compilerto 1.13.0. (#558)
v4.5.5
- Fix camelCase ending with
Sincorrectly treated as plural. (#553)
v4.5.4
- Add Python 3.14 support.
- Drop Python 3.9 support (end-of-life since October 2025);
python_requiresis now>=3.10. - Refine the Python compatibility CI workflow: reduce the test matrix to
ubuntu-latestwith Python 3.10 (floor) and 3.14 (ceiling), and bumpactions/checkoutandactions/setup-pythonto current major versions.
v4.5.3
v4.5.2
v4.5.1
v4.5.0
- Add
generate_allcommand 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
- GUI heuristics upgrade. (#498)
- Add
aaz-dev command-model transformto 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
- Upgraded lxml dependency from >=4.9.0 to >=5.0.0 for Python 3.13 compatibility (#495)