# Release History
source: https://developer.mastercard.com/mastercard-developers-api/documentation/release-history/index.md

## Release History {#release-history}

This section will be used to log all updates to this documentation, with dates and a summary of what changed.

| **Release Date**  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 **Notes**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2 April, 2025     | **New Feature** : We've introduced a new endpoint to help you retrieve any additional fields that must be included when creating a project and/or requesting production access. Use the `GET /services/{service_id}/config-schemas?configType=PROJECT_SANDBOX` or `GET /services/{service_id}/config-schemas?configType=PROJECT_PRODUCTION` endpoint to fetch the required fields.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 5 Nov, 2024       | **Key Management Update** : You can now create new API keys and access existing ones directly from your [Account](https://developer.mastercard.com/account/profile) page. You no longer need to create projects to get your API keys. **No Impact on Existing Keys**: Current API keys and integrations remain unaffected.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 06 June, 2024     | **New Feature** : We've introduced new endpoints to help you add and manage service credentials for a project: * Add a service credential to a project: [POST /projects/{project_id}/services/{service_id}/credentials](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md). * Update the status of a service credential: [PUT /projects/{project_id}/services/{service_id}/credentials/{credential_id}/status](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md) * Retrieve a service credential by ID: [GET /projects/{project_id}/services/{service_id}/credentials/{credential_id}](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md) * Revoke a service credential by ID: [DELETE /projects/{project_id}/services/{service_id}/credentials/{credential_id}](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md) [Service Credentials:](https://developer.mastercard.com/mastercard-developers-api/documentation/use-cases/manage_project_credentials/index.md) * Learn more about the different service credentials and their purposes. * The [Add and Manage Service Credentials Tutorial](https://developer.mastercard.com/mastercard-developers-api/documentation/use-cases/manage_project_credentials/index.md#service-credentials) provides step-by-step instructions to add, update and retrieve the service credentials using Postman. |
| 3 May, 2024       | * **New Feature** : We've introduced a new endpoint to help you update your project details on Mastercard Developers - [PUT /projects/{project_id}](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md). * Removed `deploymentCountries` field from the [POST /projects](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md#createProject) endpoint as we no longer require you to provide us the project's host location. * The `CLOSED`, `PENDING_CLOSE`, and `TEMPORARY_SUSPENSION` status values have been removed from the `TeamMember` object in the [POST /projects](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md#createProject) endpoint and will no longer be returned in the response.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 13 February, 2024 | **Breaking Change** : To comply with data regulations, we've introduced a breaking change that requires you to update your integration. The [POST /projects](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md) endpoint has been updated to include: * `commercialCountries` (required) - A list of countries where the project's customers are located * `deploymentCountries` (optional) - A list of countries where this project is hosted. <br /> **New Features** : We've introduced new endpoints to help you manage services in your projects on Mastercard Developers: * [GET /services](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md) - Retrieve the list of services * [GET /services/{service_id}](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md) - Retrieve a service by ID * [GET /projects](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md) - Retrieve the list of user's projects * [POST /projects/{project_id}/services](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md) - Add a service to a project * [DELETE /projects/{project_id}/services/{service_id}](https://developer.mastercard.com/mastercard-developers-api/documentation/api-reference/index.md) - Remove a service from a project by ID                                                              |
| 31 July, 2023     | Initial version of this documentation published to Mastercard Developers.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |

