Skip to main content
February 18th, 2026

February releases

The releases for February 18th, 2026 focus on Investigation Portal performance and stability.

New features

No new standalone features were introduced in this release.

Improvements

Improved PDF export performance in the Investigation Portal, reducing generation time and improving responsiveness when exporting journey session details and documentation.

Bug fixes

Bug #Description
GGO-12763Fixed issue where the Investigation Portal would become unresponsive when switching between Documents and Biometrics tabs, requiring manual page refresh to recover. The fix now ensures smooth tab transitions and maintains application responsiveness during navigation.
February 11th, 2026

February releases

The releases for February 11th, 2026 enable the Update Modules feature in the production environment.

New features

Improvements

No improvements were introduced in this release.

Bug fixes

No bug fixes were introduced in this release.
February 6th, 2026

February releases

The releases for February 6th, 2026 add support for new UK identity verification datasets.

New features

  • Added support for UK Edited and Historical Electoral Roll dataset, providing comprehensive electoral register verification. This includes both current and historical voter registration data for improved UK identity verification workflows.
  • Added support for UK National ID Register dataset, providing access to national identity registration data for improved UK identity verification workflows.

Improvements

No improvements were introduced in this release.

Bug fixes

No bug fixes were introduced in this release.
February 5th, 2026

February releases

The releases for February 5th, 2026 focus on Investigation Portal.

New features

No new standalone features were introduced in this release.

Improvements

No improvements were introduced in this release.

Bug fixes

Bug #Description
GGO-12331Fixed an issue where the Investigation Portal only displayed the first five module results in journeys with more than five modules, causing incomplete journey information and incorrect decisions to be shown. All module results are now properly displayed regardless of journey complexity.
February 4th, 2026

February releases

The releases for February 4th, 2026 introduce bank account schema support for subject context.

New features

Added bank account schema to the subject context, enabling bank account verification workflows with support for multiple account types. The schema supports the following account details:
  • Account numbers
  • Sort codes
  • Routing numbers
  • IBAN/BIC codes
  • Account holder information for UK, US, and international banking systems
Sample response (Single UK Bank Account):
JSON
{
  "context": {
    "subject": {
      "accounts": [
        {
          "type": "Bank Account",
          "accountNumber": "12345678",
          "sortCode": "12-34-56",
          "accountHolderName": "Jane Doe",
          "bankName": "Example Bank Ltd",
          "country": "GB",
          "accountType": "current"
        }
      ]
    }
  }
}
Sample response (Multiple Accounts: UK + IBAN):
JSON
{
  "context": {
    "subject": {
      "accounts": [
        {
          "type": "Bank Account",
          "accountNumber": "12345678",
          "sortCode": "12-34-56",
          "accountHolderName": "Jane Doe",
          "bankName": "Example Bank Ltd",
          "country": "GB",
          "accountType": "current"
        },
        {
          "type": "Bank Account",
          "accountNumber": "89370400440532013000",
          "iban": "DE89370400440532013000",
          "bic": "COBADEFFXXX",
          "accountHolderName": "Jane Doe",
          "bankName": "Commerzbank",
          "country": "DE",
          "accountType": "savings"
        }
      ]
    }
  }
}

Improvements

No improvements were introduced in this release.

Bug fixes

No bug fixes were introduced in this release.
February 3rd, 2026

February releases

The releases for February 3rd, 2026 add authentication capabilities to the Webhook module.

New features

No new standalone features were introduced in this release.

Improvements

Added authentication capabilities to the Webhook module settings window. This enables secure integration with protected external services through username/password or API key authentication. To learn more, refer to How to use and configure a Webhook module in GO.

Bug fixes

No bug fixes were introduced in this release.
January 29th, 2026

January releases

The releases for January 29th, 2026 focus on improving outcome management in Journey Designer and journey execution stability.

New features

No new standalone features were introduced in this release.

Improvements

Improved the Outcome Map to display more meaningful default outcome names. The default outcome now automatically reflects the name defined in the module configuration instead of the generic “No warning signals” label. You can now edit default outcome names.

Bug fixes

This section contains bug fixes for January 29th, 2026.
Bug #Description
GGO-11210Fixed an issue where production journeys could only be executed using @latest version identifier instead of specific version numbers. Journey executions now work correctly with exact version references in production mode.
January 13th, 2026

January releases

The releases for January 13th, 2026 are focused on improving credit bureau integrations, data consistency, and Investigation Portal reliability.

New features

No new standalone features were introduced in this release.

Improvements

Updated the Single Source Credit Bureau variants with consistent output formats and expanded matching capabilities. Introduced new Credit Bureau 1, 2, and 3 variants with improved advice fields, improved match counting, and age threshold detection to support more accurate identity verification.

Bug fixes

This section contains bug fixes for January 13th, 2026.
Bug #Description
GGO-11813Fixed an issue where subject names could disappear from the Investigation Portal when evaluation events were processed. The system now preserves subject identity information throughout the journey lifecycle, ensuring names remain visible even when subsequent events do not include name data.
GGO-11814Fixed an issue where evaluation decisions were not displayed in the Investigation Portal when multiple events for the same journey were processed simultaneously. Concurrent event handling has been improved to ensure evaluation results and decisions are consistently shown.
December 16th, 2025

December releases

Releases for December 16th, 2025 focused on improving version control, user support, dashboard navigation, and data accuracy.

New features

This section contains new releases December 16th, 2025.
  • You can now restore journeys to previous deployment versions directly from the Journey Dashboard. This feature provides improved version control and deployment safety, allowing you to quickly roll back to earlier journey configurations when needed. To learn more, refer to Restore journeys to a previous version.
  • Integrated Intercom for in-app support chat, enabling you to access help resources and receive real-time assistance directly within the GO application.
  • Added filtering and sorting capabilities to the GO dashboard for improved navigation and organization of journeys. To learn more, refer to Create journeys.

Improvements

This section contains improvements for December 16th, 2025.
  • Added configurable Originating Agency Code (OAC) settings for Australian FVS document verification (driver’s license and passport) in Journey Designer.

Bug fixes

This section contains bug fixes for December 16th, 2025.
Bug #Description
GGO-10976Fixed an issue where dates were incorrectly displayed as the previous day for users in certain time zones. GO now properly distinguishes between date-only values and date-time timestamps, ensuring dates are displayed consistently regardless of your time zone.
GGO-11266Fixed Investigation Portal displaying incorrect “Received” date, showing “21 Jan 1970”, to now show actual data received timestamps.
December 2nd, 2025

December releases

Releases for December 2nd, 2025 focused on improving module reliability and data handling.

Bug fixes

This section contains the recent bug fixes.
Bug #Description
GGO-11332Fixed an issue where the Trust Module would not properly process phone numbers when the type was specified in lowercase, for example, “mobile” instead of “Mobile”. The module now correctly handles phone number types regardless of case, ensuring reliable phone verification for all input formats.
November 4th, 13th, 24th, 2025

November releases

Releases for November 4th, 13th, and 24th, 2025, focused on improving journey execution capabilities, improving the Investigation portal, and refining module output displays.

New features and improvements

This section contains the recent new releases and improvements.
  • Improved journey execution to enable modules to access and use subject information updated by other modules within the same journey. This capability allows for more sophisticated identity verification workflows where modules can build upon data gathered and enriched by previous steps.
  • Added new PEP and Sanctions functionalities to the Investigation Portal. Functionalities include:
    • Results Summary tab for quick identification of PEP matches and sanctions database matches with clear, organized result summaries.
    • PEPs tab for detailed PEP match information, including confidence scores, identity details, and relevant metadata to support compliance decisions.
    • Sanctions tab for evaluating matches against sanctions lists, with results organized by source authority or dataset for clear compliance context.
    • PDF export capability to generate comprehensive reports of all PEP and Sanctions screening results for audit and regulatory compliance documentation.
  • Improved the “Raw” tab in the Investigation Portal to display a clean, API-response-structured JSON object. The tab now shows relevant module output data (status, advice, notes, subject, documents) in a consistent format, making it easier to understand module results and troubleshoot issues.
For more information about updates to module tabs in the Investigation portal, refer to the View details of a customer session documentation.

Bug fixes

This section contains the recent bug fixes.
Bug #Description
GGO-11210Fixed issue where production journeys could only be executed using @latest version identifier instead of specific version numbers. Journey executions now work correctly with specific versions in production.
GGO-10526Fixed overlapping text issue in journey session PDF exports where audit log and module detail titles would overlap with other content elements when the PDF contained multiple modules with images.
GGO-10248Fixed an issue where dates in the User Data section of journey session PDF exports were not rendered correctly. Date fields are now displayed properly in exported PDFs.

API changes

This section contains the recent API changes.
Change #Description
GGO-10542Added note property to API response schema for PEP and Sanctions screening results, so that you can view or store notes alongside results.
September 30th, 2025

September releases

Releases for September 2025 are all about improving user experience for complex journeys and giving you more control over your platforms’ configuration. We rolled out several key improvements and one important bug fix designed to make the system more powerful and flexible for your needs.

New features and improvements

This section contains new releases and improvements for September 2025.
  • Session detail PDF exports now include a complete audit log showing the history of actions taken on the record. This enables offline compliance reviews and audits with full traceability.
  • Increased the journey completion timeout from 30 minutes to 7 days, allowing customers more time to gather and submit required information during multi-step verification processes. This is particularly helpful for journeys requiring document collection or manual review steps.
  • Enabled settings configuration for document and biometric verification modules in production environments. You can now customise module behavior according to specific business rules and requirements. To learn more, refer to the How to configure module settings in GO documentation.
  • Enabled settings configuration for the Webhook module in preview and production environments. You can now customise the webhook module to accept your preview and production webhook URLs. For more details, refer to the How to use and configure a Webhook module in GO documentation.

Bug fixes

This section contains bug fixes for September 2025.
Bug #Description
GGO-9857Fixed an issue where the Liveness module would only show the “ERROR” option instead of the complete liveness scale when no custom outcomes were configured. The full scale is now displayed correctly in all scenarios.
August 28th, 2025

August releases

Releases for August 2025 introduced new features into the GO Investigation portal.

New features

  • Added the ability to export customer sessions to PDF. This is great for record-keeping, compliance reporting, or sharing with stakeholders outside the GBG GO platform. For more details, see the Export customer session documentation.
  • Added webhook support for customer journeys. You can now configure webhooks using the Webhook module to send real-time notifications about task status changes in your customer journeys to external apps. This enables better integration with your existing systems and workflows.
July 31st, 2025

July releases

Releases for July 2025 focus on improving platform stability and reliability in GBG GO, particularly around API functionality and journey execution workflows.

New features and improvements

The investigation portal now includes zoom controls for detailed image inspection. Use these controls to examine evidence images more closely during investigation.You can view and zoom images in two locations within the Investigation tab:
  • Processing tab: Navigate to this tab and expand the documents and biometrics module. Click More Details > Extracted Images to view and zoom the image.
  • Documents & Biometrics tab: You can immediately view and zoom images when you navigate to this tab.
When viewing an image in the investigation portal, you’ll see four zoom control buttons:
  • Zoom In (+): Click to magnify the image for closer inspection.
  • Zoom Out (-): Click to reduce the magnified image.
  • Center: Click to center the image in the viewing area.
  • Reset (X): Click to return the image to its original size and position.

Improvements

  • No improvements added this month.

Bug fixes

Bug #Description
GGO-9124Fixed issue where the task schema API endpoints were failing to retrieve schema information for valid task IDs. The /journey/task/schema and /journey/task/list/schema. APIs now properly return task schema data as expected.
GGO-9211Fixed issue where certain journeys would remain stuck In Progress indefinitely and fail to appear in the Investigation portal. Journey executions now properly complete and become visible for investigation as expected.
May 26th, 2025

May releases

Releases for May 2025 focus on improving the user experience in GBG GO, particularly in the journey builder.

Improvements

  • Shortened the connection lines between modules in the journey designer canvas for a cleaner, more compact visual experience. The updated spacing makes it easier to view and work with complex journeys without excessive scrolling.
  • Added support for optional asynchronous journey execution in pre-fill mode to prevent timeout issues with long-running processes. Developers can now receive immediate response with instance IDs and monitor progress separately.
April 8th, 2025

April releases

Releases for April 2025 focus on improving the user experience for licensed and unlicensed modules in GBG GO. The changes include clearer visual indicators, improved variant lists, and helpful guidance messages when selecting unlicensed variants.

Improvements

  • Updated visual indicators for unlicensed modules with clearer icons and colors.
  • Improved variant lists by removing unnecessary licensing indicators.
  • Added a helpful guidance message when selecting unlicensed variants.

Bug fixes

Bug #Description
GGO-7903Fixed loading error on Settings page.
GGO-7576Fixed the logout session error
GGO-7930Fixed Settings page issue where changing data retention policies caused blank screen.
GGO-7937Removed Audit log nonfunctional link in Settings page.
GGO-7453Fixed journey template filtering issue. You can now properly combine filters to find the templates you need.
GGO-7906GBG Assistance turned on for all organizations. All new organizations now have GBG Assistance enabled by default. This ensures that you receive immediate support from the GBG team when you first get started, without needing to manually enable this feature. You can turn this feature off in your GBG GO Settings page, located on your dashboard.