APIIDA API Gateway Manager

Release Notes 2022.1.2

Please note: 2022.1.1 was released before 2022.1 was officially announced and shipped as the initial release. This is the reason the first patch release is 2022.1.2

Changes

  • The Swagger file now contains the real URL of the API Gateway Manager it was accessed on. This means that you can now test drive the API right from the SwaggerUI embedded in the Gateway Manager via https://yourhost/api/v1/documentation

  • Added more details to the /jobs endpoint like a description and the time the job was started

  • Added /migrations/{id}/results endpoint to access the results of a migration. It lists all mappings including the action taken and error messages if there are any.

  • New git SSH credentials now use ed25519 as algorithm. You might need to recreate your SSH keys as older algorithms are currently being deprecated by popular git services like GitLab and GitHub.

Bugfixes

  • [Fixed] Single service APIs do not show the version control tab

  • [Fixed] After preparing a migration a white, empty screen is shown

  • [Fixed] Download of service templates as zip archives fails

  • [Fixed] Open API spec references wrong entity for the migrations endpoint