Skip to content

Releases: stcarrez/swagger-ada

OpenAPI Ada 0.7.0

08 Oct 08:10
Compare
Choose a tag to compare
  • Add support for OpenAPI Number and array of Number
  • Add support for Bearer API Key authorization
  • Update the openapi generator to version 7.0.1:
    • Fixed the number type that did not work consistently (float and double were not mapped correctly),
    • The consumes and produces now allow to use several mime types for a request or response,
    • The file and binary types were using an incorrect Ada mapping that was not supported by the Ada library,
    • Added x-ada-no-vector, x-ada-serialize-op extensions to better control the generated Ada code

OpenAPI Ada 0.6.0

06 Aug 19:22
Compare
Choose a tag to compare
  • Rename Swagger package into OpenAPI and provide a Swagger package for compatibility
  • Update the openapi generator to version 6.0.0
  • Add support for text/plain response
  • Add support to use external Ada types in OpenAPI definitions
  • Add support for multiple response types
  • Add support for binary responses
  • Add support for Ada enum generation for OpenAPI enums
  • Integrate Swagger UI v4.13.0

Ada Swagger 0.5.0

31 Jul 09:21
Compare
Choose a tag to compare
  • Fix for GNAT 2021
  • Update the openapi generator to version 5.2.0

Ada Swagger 0.4.0

20 Mar 17:01
Compare
Choose a tag to compare
  • Update the openapi generator to version 5.1.0

Ada Swagger 0.3.0

07 Nov 17:45
Compare
Choose a tag to compare
  • Install the openapi generator
  • Update the openapi generator to version 5.0.0
  • Update to use Swagger UI 3.36.0
  • Fixed Ada client code generator to support FreeFormObject and multi-path parameters
  • Add support for HTTP HEAD, OPTIONS and PATCH requests

Ada Swagger 0.2.0

04 Oct 15:47
Compare
Choose a tag to compare
  • Refactor the build process

Swagger Ada 0.1.0

15 Jul 19:42
Compare
Choose a tag to compare

The Swagger Ada library is a small support library for the Ada code generator
provided by Swagger Codegen. The library provides support to serialize the data,
make HTTP requests and support the OpenAPI Spec.
specific operations or types.