Skip to content

Releases: vmware/vcd-api-tools

v10.2.2

Choose a tag to compare

@adambarreiro adambarreiro released this 21 Jun 12:50
6599fd5

Release 10.2.2 with the updated plugins and tools to create bindings with VCD schemas.

v9.7.0

Choose a tag to compare

@unckit unckit released this 30 Jul 12:45
ec6e671

9.7 Release of tooling libraries for interpreting the vCloud Director API schemas and building useful artifacts from them.

v0.9.3

Choose a tag to compare

@jmoroski jmoroski released this 01 Mar 03:05
77c4777

New Features

  • Bindings generator to create Python bindings for XSD-based APIs (OpenAPI supported through Swagger codegen tools)
  • Maven plugin to perform Python bindings generation as part of a Maven-based project

v0.9.2

Choose a tag to compare

@jmoroski jmoroski released this 17 Jan 16:58

Bug Fixes

  • Generation of the index.ts file was including a self-reference for non-cleaned compilations. The index.ts file is now ignored to prevent circular references for consumers of and bindings packages generated with this library.

v0.9.1

Choose a tag to compare

@jmoroski jmoroski released this 09 Jan 00:33

Bug Fixes

  • Some properties in the generated Typescript classes reflected the Java field name instead of a name that was compatible with the default property accessor mapping behavior of Jackson (see 700e89f)

v0.9.0

Choose a tag to compare

@jmoroski jmoroski released this 03 Jan 14:16
64d300a

Initial public release of tooling libraries for interpreting the vCloud Director API schemas and building useful artifacts from them.

Includes:

  • Plugins for XML to Java compiler to support specialized version handling in XSDs, and to support JSON subtype representations from XSD representations.
  • Bindings generator to create Typescript bindings for XSD-based APIs (OpenAPI supported through Swagger codegen tools)
  • Maven plugin to consume bindings generation as part of a Maven-based project