What's New > November 2023 > Changed behaviors
  

Changed behaviors

Application Integration includes the following changed behaviors in this release:

Show password in a service connector

To improve security in service connectors, if you select the Show Password option on the Binding tab and save the service connector, when you reopen the service connector, the password is masked and the Show Password option is cleared by default.
The following image shows the Show Password option on the Binding tab:
The image shows the Show Password option on the Binding tab in a service connector.
Previously, when you reopened the service connector, the Show Password option was selected and the password was displayed as plain text.

Status notifications for the publication of timed-out assets

If the Application Integration asset takes more than 100 seconds to publish, in addition to the timed-out message, Application Integration sends a success or failure notification to the logged-in user after the publication completes as shown in the following image:
The image shows the notifications in Application Integration.
Previously, if the asset publication was timed out, a timed-out message was displayed, and the publish job continued to run in the background. To check the publication status of the asset, you had to refresh the asset.

Support for valid application JSON formats in the content-type header for process invocation

You can use any valid application JSON format in the content-type header to invoke the REST endpoints for processes that run on the Cloud Server. For example, application/json, application/vnd.api+json, application/Id+json, and application/hal+json.
Previously, among all the JSON formats, you could use only the application/json content-type header for process invocation. If you used any other JSON content-type header, an error occurred.