Skip to content

APIM-CLI 1.12.3

Compare
Choose a tag to compare
@rathnapandi rathnapandi released this 09 Aug 19:52
· 868 commits to develop since this release

Fixed

  • oas 3.0 base path handling (See issue #297)
  • BackendBasepath problem exporting SOAP API with apim-cli (See issue #299)
  • Importing SOAP API with apim-cli adds "+" instead of spaces for the Backend API name (See issue #301)

Changed

  • Added new parameter disableCompression. The parameter enables logging API Gateway responses for debugging.
    • Usage - api get -u apiadmin -p changeme -h 50.60.10.10 -port 8075 -n "PetStore 3.0" -o json -disableCompression
    • Enable http client header and payload logging using jvm parameters -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog -Dorg.apache.commons.logging.simplelog.showdatetime=true -Dorg.apache.commons.logging.simplelog.log.org.apache.http=DEBUG
  • If backendBasepath is present in api-config.json, Openapi (OAS 3) servers.url will be modified based on the values. E.g