What's new in Version 10.0.5.4

This page details the enhancements in IBM® API Connect Version 10.0.5.4 since the previous release.

What's new for Developer Portal site administrators

New Developer Portal CLI product commands

The new product commands allow you to update the images, attachments, tags and categories for products on your Developer Portal. The following product commands are added:

  • product:add-attachment
  • product:set-icon
  • product:add-tag

For more information about the product commands and how to use them, see Using the product commands.

New Developer Portal CLI api commands

The new api commands allow you to update the images, attachments, tags, and categories for products on your Developer Portal. The following api commands are added:

  • api:add-attachment
  • api:set-icon
  • api:add-tag

For more information about the api commands and how to use them, see Using the api commands.

New Developer Portal CLI site command
The new site:login-link command is now available for use through the IBM API Connect toolkit CLI. By running this command, you receive a one-time login link for the Developer Portal site admin account.

For more information about the site commands and how to use them, see Using the site commands.

New flag for the modules and themes commands in Developer Portal CLI
The new --custom flag added to your modules:list and themes:list commands helps you find what modules and themes have been installed on your Developer Portal site after an install.

For more information about the --custom flag, see Using the themes commands and Using the modules commands.

New Developer Portal content commands

The new content commands allow you to list and expand your Developer Portal site content. The following content commands are added:

  • content:list-types

    Lists allowed content types on your site.

  • content:list

    Lists all the entities in your Developer Portal site for the given content type and bundle.

For more information about the content commands and how to use them, see Using the content commands .

New Developer Portal CLI service command
The new service:list command allow you to list the Developer Portal service currently installed.

For more information about the service command and how to use it, see Using the service commands.

What's new for DevOps

New analytics deployment profile
A new analytics profile is available: n3xc4.m32. Use this profile instead of the existing n3xc4.m16 profile if you have a high analytics load, since the 16 Mi of memory in the n3c4.m16 profile can be insufficient.

JWT security between gateway and analytics
Network communication between the gateway and analytics subsystems can now be secured with JWT instead of mTLS. For more information, see Enable JWT security instead of mTLS.

Cert-manager upgraded to version 1.9.1
API Connect 10.0.5.4 uses cert-manager 1.9.1. If your environment requires a manual installation or upgrade of cert-manager, the instructions are included as part of the API Connect installation and upgrade procedures.

Updates in the API Connect Migration Utility (AMU)
The following updates are available in the AMU:
  • A new --drafts-only option is added to the archive:push command that enables you to push only draft APIs and Products, and skip all published APIs and Products. For more information, see Migration steps with PDUR or Migration steps without PDUR.
  • A new --allow-old-node option is added to the archive:port-to-apigw command. This option allows you to use an older version of node 18 if required, but it is at your own risk. For more information, see Migration troubleshooting.
  • A new --porting-suffix option is added to the archive:port-to-apigw command that allows the overriding of the -apigw suffix for renamed artifacts. The porting suffix is now appended to the version of artifacts that have versions, such as APIs and Products. For more information, see Configuring migration options for DataPower API Gateway.