> ## Documentation Index
> Fetch the complete documentation index at: https://grandcentral.backbase.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 2025.06

> Grand Central Connectors release notes, version 2025.06.

## Features

The following feature updates are available in 2025.06 for Grand Central Connectors:

<div className="release-notes">
  | Product group       | Software component                        | Version | Title                                                                                                                                                    | Description                                                                                                                                                                                                                                    |
  | ------------------- | ----------------------------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Fiserv DNA          | `gc-fiservdna-loan-transaction-connector` | 1.0.1   | Added functionality for viewing transactions for one or more loan accounts                                                                               | The connector now can be used to retrieve transactions for one or more loan accounts through the `POST /loans/transactions` endpoint from `grandcentral-loan-api`.                                                                             |
  | Fiserv DNA          | `gc-fiservdna-deposit-connector`          | 1.0.9   | Added functionality for closing deposit accounts in FiservDNA                                                                                            | The connector now enables deposit account closure in FiservDNA using the `PATCH /deposits/{accountId}/close` endpoint from `grandcentral-deposit-api`.                                                                                         |
  | Fiserv DNA          | `gc-fiservdna-loan-connector`             | 1.0.3   | Added functionality for viewing a party's loan accounts, balances, and details                                                                           | The connector now gives access to a party's loan account details through the following endpoints: <ul><li>`GET /parties/{partyId}/accounts` from `grandcentral-party-api`</li><li>`GET /loans/{loanId}` from `grandcentral-loan-api`</li></ul> |
  | Biocatch            | `gc-biocatch-fraud-detection-connector`   | 1.0.4   | Added BioCatch connector to detect, prevent and block unauthorized access by making use of real-time biometrics monitoring and active defense triggering | The connector now uses the following endpoints from `grandcentral-fraud-detection-api`: <ul><li>`POST /user-activity-analysis`</li><li>`POST /user-auth-result`</li></ul>                                                                      |
  | Microsoft Dataverse | `gc-dataverse-party-connector`            | 2.0.7   | Added Microsoft Dataverse connector to retrieve and update details of parties, such as email address, phone number, or postal address in Dataverse       | The connector uses the following endpoints from `grandcentral-party-api`: <ul><li>`GET /parties/{partyId}`</li><li>`PUT /parties/{partyId}`</li></ul>                                                                                          |
</div>

## Fixes

2025.06 contains the following bug fixes for Grand Central Connectors:

<div className="release-notes">
  | Product group   | Software component                          | Version | Title                                                                                                                | Description                                                                                                                                                                                                                           |
  | --------------- | ------------------------------------------- | ------- | -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Oracle FLEXCUBE | `gc-flexcube-loan-transaction-connector`    | 1.0.9   | Fixed the connector header by including configurable settings to ensure that the connector is reusable               | The following header settings in each request that were hardcoded are now configurable: <ul><li>`flexcube.baseUrl`</li><li>`flexcube.source`</li><li>`flexcube.ubsComp`</li><li>`flexcube.userId`</li><li>`flexcube.branch`</li></ul> |
  | Oracle FLEXCUBE | `gc-flexcube-loan-connector`                | 1.0.17  | Fixed the connector header by including configurable settings to ensure that the connector is reusable               | The following header settings in each request that were hardcoded are now configurable: <ul><li>`flexcube.baseUrl`</li><li>`flexcube.source`</li><li>`flexcube.ubsComp`</li><li>`flexcube.userId`</li><li>`flexcube.branch`</li></ul> |
  | Oracle FLEXCUBE | `gc-flexcube-party-connector`               | 1.1.17  | Fixed the connector header by including configurable settings to ensure that the connector is reusable               | The following header settings in each request that were hardcoded are now configurable: <ul><li>`flexcube.baseUrl`</li><li>`flexcube.source`</li><li>`flexcube.ubsComp`</li><li>`flexcube.userId`</li><li>`flexcube.branch`</li></ul> |
  | Oracle FLEXCUBE | `gc-flexcube-deposit-transaction-connector` | 1.0.7   | Fixed the connector header by including configurable settings to ensure that the connector is reusable               | The following header settings in each request that were hardcoded are now configurable: <ul><li>`flexcube.baseUrl`</li><li>`flexcube.source`</li><li>`flexcube.ubsComp`</li><li>`flexcube.userId`</li><li>`flexcube.branch`</li></ul> |
  | Oracle FLEXCUBE | `gc-flexcube-loan-connector`                | 1.0.17  | Fixed to now correctly return `interestRate` when using the `GET loans/{loanId}` endpoint of `grandcentral-loan-api` |                                                                                                                                                                                                                                       |
  | Oracle FLEXCUBE | `gc-flexcube-deposit-connector`             | 1.0.17  | Fixed the connector header by including configurable settings to ensure that the connector is reusable               | The following header settings in each request that were hardcoded are now configurable: <ul><li>`flexcube.baseUrl`</li><li>`flexcube.source`</li><li>`flexcube.ubsComp`</li><li>`flexcube.userId`</li><li>`flexcube.branch`</li></ul> |
</div>
