Skip to content

Releases: Axway-API-Management-Plus/apim-cli

APIM-CLI 1.14.14

Choose a tag to compare

@github-actions github-actions released this 13 Jul 19:51

[1.14.14] 2026-07-13

Fixed

  • code 102 and message "Quota constraint not found" (#588)
  • API Methods summary fields are being lost after api import (#587)
  • template generate -includeMethods does not work in 1.14.12 (#586)
  • Creating external application developer user with apim-cli (#577)
  • APIM CLI -state Parameter Not Working (#576)

Added

  • Show outbound security in export (#569)

APIM-CLI 1.14.13

Choose a tag to compare

@github-actions github-actions released this 06 Feb 04:43

##[1.14.13] 2026-02-05

Fixed

  • Parameter to override apiBasepath doesn't work #568
  • Fix issue with updating of external credentials #570

Added

  • Full export API in JSON file (See issue #557
    • Added new environment parameter RESOLVE_OPENAPI_REF to resolve open api references

APIM-CLI 1.14.12

Choose a tag to compare

@github-actions github-actions released this 18 Aug 02:43

[1.14.12] 2025-08-17

Fixed

  • Exporting multiple APIs with the same path overwrites configuration files in the same target directory (See issue #545)
  • apim api get doesn't give the list of APIs (See issue #543)

Added

  • Full export API in JSON file (See issue #559)
  • Support may 2025 APIM release (See issue #562)
  • Support OpenAPI 3.1.x (See issue #537)

APIM-CLI 1.14.11

Choose a tag to compare

@github-actions github-actions released this 26 Feb 18:17

[1.14.11] 2025-02-26

Fixed

  • Error 409 from API Gateway API when creating API-Access for application(See issue #538)
  • APIM-cli import breaks feAPIs with basic auth w/out password(See issue #470)

Full Changelog: 1.14.10...1.14.11

APIM-CLI 1.14.10

Choose a tag to compare

@github-actions github-actions released this 04 Feb 16:50

[1.14.10] 2025-02-04

Fixed

  • Regression when updating API proxy(See issue #535)
  • Custom Properties not exported correctly (empty or with wrong value)(See issue #473)

What's Changed

Full Changelog: 1.14.9...1.14.10

APIM-CLI 1.14.9

Choose a tag to compare

@github-actions github-actions released this 27 Jan 17:24

[1.14.9] 2025-01-27

Fixed

  • File extension is missing in apiSpecification.resource when exporting API(See issue #528)

Added

  • Support csv format for organization export (See issue #534)
  • Generate api-config.json with permethod override and methods tags (See issue #522)
  • import .dat APIs (See issue #532)

What's Changed

Full Changelog: 1.14.8...1.14.9

APIM-CLI 1.14.8

Choose a tag to compare

@github-actions github-actions released this 06 Nov 17:04

[1.14.8] 2024-11-06

Fixed

  • Removing existing GLOBAL quotas in Api Manager(See issue #442)
  • Property "queryStringPassThrough" (See issue #517)
  • Axway apimcli: Format and version discrepancies - read-only (Swagger 2.0, single-line) vs editable APIs (Swagger 1.1, formatted) (See issue #516)
  • Quota replacement for method: * (See issue #514)

Added

  • Allow APIM Cli to retire old API when importing apis using zeroDowntimeUpdate (See issue #511)

What's Changed

Full Changelog: 1.14.7...1.14.8

APIM-CLI 1.14.7

Choose a tag to compare

@github-actions github-actions released this 24 Oct 16:22

[1.14.7] 2024-10-24

Fixed

  • NullPointerException: Cannot invoke "com.axway.apim.api.model.APIMethod.getName() (See issue #512)
  • Enable caching for API Import action (See issue #500)

Added

  • allow APIM cli to connect to API Manager protected by Cloudflare (See issue #505)

    • Added new paramater named customHeaders to handle additonal headers.
      E.g ./apim.sh api get -n CalculatorService3 -o json -h localhost -u apiadmin -customHeaders abc:xyz
  • Support August 2024 APIM Release (See issue #504)

Full Changelog: 1.14.6...1.14.7

APIM-CLI 1.14.6

Choose a tag to compare

@github-actions github-actions released this 11 Oct 19:39

[1.14.6] 2024-10-11

Fixed

  • Importing SOAP API with different endpoints (for import and for runtime calls) (See issue #501)
  • -returnCodeMapping option does not work on apim-cli org import (See issue #496)
  • The output of command 'apim api get' is not containing the complete list of client applications (array) of the api (See issue #495)
  • Update API with Assigned Quota (See issue #499)

Added

  • Force APIM-cli to download the latest Trusted Certificates in a Frontend API (See issue #494)

Changed

  • Updated libs to fix security vulnerabilities
    • com.graphql-java:graphql-java from 21.3 to 21.5
    • commons-io:commons-io from 2.11.0 to 2.14.0

What's Changed

Full Changelog: 1.14.5...1.14.6

APIM-CLI 1.14.5

Choose a tag to compare

@github-actions github-actions released this 12 Jul 17:46

[1.14.5] 2024-07-12

Fixed

  • Outside environment variables should not affect tests (See issue #488)
  • API deployment does not set new auth basic password (See issue #481)
  • Issue on Windows where exporting all Applications (See issue #483)

Added

  • Support May 2024 APIM Release (See issue #486)

Changed

  • Citrus integration test framework upgraded to version 4.1.1