Skip to content

Releases: vmware/vcd-api-tools

v10.2.2

21 Jun 12:50
6599fd5
Compare
Choose a tag to compare

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

v9.7.0

30 Jul 12:45
ec6e671
Compare
Choose a tag to compare

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

v0.9.3

01 Mar 03:05
77c4777
Compare
Choose a tag to compare

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

17 Jan 16:58
Compare
Choose a tag to compare

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

09 Jan 00:33
Compare
Choose a tag to compare

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

03 Jan 14:16
64d300a
Compare
Choose a tag to compare

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