Skip to content

Latest commit

 

History

History
127 lines (84 loc) · 6.32 KB

api-changelog.md

File metadata and controls

127 lines (84 loc) · 6.32 KB
copyright lastupdated keywords subcollection
years
2022, 2024
2024-05-17
api change log for code engine, api version for code engine, change log for api in code engine, api history for code engine, change log, api version history
codeengine

{{site.data.keyword.attribute-definition-list}}

API change log

{: #api-changelog}

Find a summary of the latest changes, improvements, and updates for the {{site.data.keyword.codeenginefull}} API plug-in. Changes to existing API versions are designed to be compatible with existing client applications. {: shortdesc}

API versioning

{: #api-versioning}

API requests require a version parameter that takes the date in the format version=YYYY-MM-DD. Send the version parameter with every API request.

When the API is changed in a way that is not compatible with previous versions, a new minor version is released. To take advantage of the changes in a new version, change the value of the version parameter to the new date. If you're not ready to update to that version, don't change your version date.

Active version dates

{: #active-version-dates}

The following table shows the service behavior changes for each version date. Switching to a later version date activates all changes that are introduced in earlier versions.

Version date Summary of changes
2022-Dec-09 Version 2.0.0
2021-Mar-31 Version 1.0.0
{: caption="Table 1. Changes in the IBM Cloud Code Engine API" caption-side="bottom"}

17 May 2024

{: #17-may-2024}

Added support for functions in the API. : - See List function runtimes API{: external}. : - See List functions API{: external}. : - See Create a function API{: external}. : - See Get a function API{: external}. : - See Delete a function API{: external}. : - See Update a function API{: external}.

30 January 2024

{: #30-jan-2024}

Added support for the build and buildrun properties for jobs. : - See Create a job API{: external}. : - See Get a job API{: external}. : - See Update a job API{: external}.

04 January 2024

{: #04-jan-2024}

Added support for the scale_array_size_variable_override property for job runs. : - See Create a job run API{: external}.

03 November 2023

{: #03-nov-2023}

Added support for domain mappings in the API. : - See List domain mappings API{: external}. : - See Create a domain mapping API{: external}. : - See Get a domain mapping API{: external}. : - See Delete a domain mapping API{: external}. : - See Update a domain mapping API{: external}.

27 September 2023

{: #27-sep-2023}

Added support for liveness and readiness probes for applications in the API. Set the probes and their properties when you create or update an application with the API. : - See Create an application API{: external}. : - See Update an application API{: external}.

22 June 2023

{: #22-june-2023}

Added support for service binding operations in the API. : - See List bindings API{: external}. : - See Create a binding API{: external}. : - See Get a binding API{: external}. : - See Delete a binding API{: external}.

Added support for service access secrets, which are required for service binding operations. Specify to create service access secrets with the format field and specify the details of service access secrets with the service_access field. : - See Create a secret API{: external}.

30 May 2023

{: #30-may-2023}

Added support to get status details for a project. : - See Get the status details for a project API{: external}.

27 March 2023

{: #27-mar-2023}

Added support to provide private and public egress IP addresses for a project. : - See List egress IP addresses for projects API{: external}. : - See {{site.data.keyword.codeengineshort}} public and private IP addresses.

Improved documentation for create and update of secrets to include the One of fields for specific secret formats as part of the data field. : - See Create a secret API{: external}. : - See Update secret API{: external}.

9 December 2022

{: #9-dec-2022}

{{site.data.keyword.codeenginefull}} API Version 2.0.0

API Version 2.0.0 released : This version of the API is enhanced to support more {{site.data.keyword.codeengineshort}} resources, and more regions. - The API supports the following {{site.data.keyword.codeengineshort}} resources: projects, reclamations, apps, revisions, job, job runs, builds, build runs, config maps, and secrets. See {{site.data.keyword.codeengineshort}} API{: external}. - The API supports more regional endpoints. See Regions for {{site.data.keyword.codeengineshort}}.