Release notes - 1.60
1.60.0
2025-01-07
Bug Fixes
- docs: correct markdown hyperlink syntax for sharing projects (9a9a474)
- openapi: openApi generator now declares request types into operations as parameter types (917b434)
Features
- cli: added package command, which creates a standalone bundle of a taxi project (6da232f)
- openapi: openApi generator can now declare write operations using a new
x-taxi-operation-kind
tag (b298a38) - package-manager: support github: and gitlab: as versions in taxi.conf dependencies (59611c2)
1.60.1
2025-01-22
Bug Fixes
- core/query-api: fix return type from TaxiQlQuery (b177f4b)
Features
- Add/improve/fix Typescript SDK functionality (792d2e3)