Skip to content

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

APIM-CLI 1.14.5

12 Jul 17:46
Compare
Choose a tag to compare

[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

APIM-CLI 1.14.4

22 Mar 03:26
Compare
Choose a tag to compare

[1.14.4] 2024-03-21

Fixed

  • "ERROR: Cannot validate/fulfill configuration file." when importing back downloaded API (See issue #466)
  • APIM-cli import conflicts with older retired versions of a feAPI (See issue #469)
  • API with star (*) on the name fails to be exported (See issue #467)
  • Missing error code when " Backend API Definition is not available for the API " (See issue #465)
  • Issues exporting and importing an API (See issue #460)
  • Error importing APIs with inbound OAuth (See issue #459)
  • Deleting a V-Host is not considered as a modification (See issue #457)
  • NullPointerException Error when importing a new API with system quotas (See issue #474)

Added

  • Support Feb 2024 APIM Release (See issue #461)
  • Migrated citrus testing framework to 4.1.1

APIM-CLI 1.14.3

08 Dec 17:07
Compare
Choose a tag to compare

[1.14.3] 2023-12-07

Fixed

  • APIM CLI to check/skip already removed API (See issue #417)
  • Error mapping is not applied when importing "app" (See issue #437)
  • Handling backend changes and removal of organization from api-config json file in one command #441)
  • Handling removing of existing quota in API (See issue #438)
  • Regression in handling removing existing quota in API Manager (See issue #434)

Added

  • Support APIM November 2023 release (See issue #444)
  • Support Graphql (See issue #443)

APIM-CLI 1.14.2

29 Aug 19:51
Compare
Choose a tag to compare

[1.14.2] 2023-08-29

Fixed

  • Regression in host (See issue #413)
  • gson library 2.4 has vulnerability CVE-2022-25647 (See issue #425)
  • Support August 2023 release (See issue #426)

APIM-CLI 1.14.1

31 Jul 22:56
Compare
Choose a tag to compare

[1.14.1] 2023-07-31

Fixed

  • Null pointer when converting OData -> Open API (See issue #399)
  • nullpointer exception occuring while try to import an api (See issue #390)
  • Backend basepath issue (See issue #412)
  • No change is returning RC 0 instead of RC 10 (See issue #401)

Added

  • Add revoke API access command from Org/Application (See issue #419)

Changed

  • Updated libs
    • jackson-* from 2.14.2 to 2.15.2
    • commons-csv from 1.9.0 to 1.10.0
    • org.ehcache from 3.9.9 to 3.10.8
    • log4j-slf4j-impl from 2.19.0 to 2.20.0
    • org.glassfish.jaxb 2.3.7 to 2.3.8
    • org.apache.httpcomponent 4.5.13 4.5.14

APIM-CLI 1.14.0

07 Jul 19:25
Compare
Choose a tag to compare

[1.13.8] 07-07-2023

Fixed

  • Inbound Security - Query String Pass Through is not included in api get (See issue #392)
  • breaking changes with overrideSpecBasePath = true (See issue #397)

Added

  • Add an option to output the json config file in console(See issue #322)
    • Introduced an environment variable print_console.
      • If the value is set to true, the json config file wille printed on console.
      • Default value is false
  • Support 7.7 May 2023 release (See issue #391)
    • If settings are imported from old versions to May 2023 release, set following values to null as os and architecture elements are removed, (Refer RDAPI-29419)
    {
      "os" : null,
      "architecture" : null
    }

APIM-CLI 1.13.7

21 Apr 15:53
e65cc20
Compare
Choose a tag to compare

[1.13.7] 2023-04-21

Fixed

  • Add output for apim.sh api check-cert (See issue #374)
  • A change in application quota is not detected (See issue #382)
  • Snakeyaml size limitation (Nullpointer Exception when downloading API Spec via apim CLI) (See issue #384)

APIM-CLI 1.13.6

03 Apr 19:09
1a0d9ae
Compare
Choose a tag to compare

[1.13.6] 2023-04-03

Fixed

  • Command Line Option "zeroDowntimeUpdate" is not working (See issue #370)
  • Error updating existing app quota that has no pre-existing quota (See issue #371)
  • [APIExportApp] ERROR: An error happened during export. Please check the log (See issue #376)

Added

  • Support of All / Global quotas for API and application. (See issue #362)
  • Host docker cli images on github docker registry #373)

APIM-CLI 1.13.5

15 Mar 19:38
Compare
Choose a tag to compare

[1.13.5] 2023-03-15

Fixed

  • apim does not import the whole chain in a PEM certificate (See issue #361)
  • Field BackendBasePath in api-config.json not used (See issue #354)
  • APIM-CLI Fails to export API WSDL Specifications starting with comments (See issue #364)
  • APIM-CLI - parsing valid metadata fails for OdataV4 api (See issue #363)

Added

  • Introduced new parameter overrideSpecBasePath to fix issue #354
  • Introduced new parameter timeout to handle read, connection and socket timout. The default value is 30 seconds.

APIM-CLI 1.13.4

28 Feb 18:24
Compare
Choose a tag to compare

[1.13.4] 2023-02-28

Fixed

  • Retry-Delay does not appear in help text (See issue #349)
  • Dat file is not exported if Export API with an Organization that have a virtual host containing a ":" (See issue #352)
  • backendBasepath not working correctly when server url missing in swagger (See issue #348)

Added

  • Support yaml configuration for apim cli (Beta)
  • Support for APIM February 2023 release #346)
  • version parameter added get APIM CLI version to e.g ./apim.sh api get -version