BlueGecko Suite Release Notes

    Home What’s new and notable? Release Notes at a glance v1.1.0 Release Notes

    v1.1.0 release notes

    Falcon MappingCode CheetahOwl Sight
    Second production release  ·  May 2026  ·  General Availability

    Three themes define this release: platform security hardening with 18 Azure AD security groups across all environments, functional enrichment of Falcon Mapping, and a quality consolidation that resolved 45 improvements.

    9
    New features and enhancements
    7
    Critical bugs resolved
    8
    High severity fixes
    45
    Improvements Delivered

    Key features and enhancements

    Learn about the new features and enhancements introduced in this release. Each entry describes what changed, how it works in the product, and why it matters to your programme.

    Owl Sight

    Owl Sight's Data Quality, Issue Predict and PII modules move onto the same database and organisation model as Falcon Mapping in v1.1.0, replacing three independent schemas with one. This is the foundation the Data Governance module relocates onto in v1.2.0.

    Owl Sight, DQ / Issue Predict / PII Database Alignment

    1.1.0.2036Owl SightArea: Owl SightGeneral Availability

    The three analytical modules, Data Quality (DQ), Issue Prediction (IP), and PII detection, were built with independent database schemas and connection strategies. This created inconsistencies across the BlueGecko Suite. In v1.1.0, all three are aligned to the database patterns established in Falcon Mapping.

    • Shared Organisation entity. DQ, IP, and PII tables now reference the same Organisation entity as Falcon Mapping using identical foreign key conventions, enabling DQ profiling results to be directly linked to specific Falcon Mapping migration objects.
    • Unified DataSource registry. A data source registered in Falcon Mapping’s admin panel is now immediately available in Owl Sight for DQ profiling. No duplicate registration. One source of truth.
    • Audit column standardisation. All tables carry the standard BlueGecko audit columns ,
    • Schema naming corrected. Tables standardised to PascalCase.

    Code Cheetah

    Code Cheetah's script engine moves from object-level to script-level execution isolation in v1.1.0, so changing one script's context no longer forces every other open script to reload.

    Per-Script Execution Generation & Context Refresh

    1.1.0.2000Code CheetahArea: Code CheetahGeneral Availability

    A major enhancement to Code Cheetah's AI-powered script generation engine, enabling automated generation of deployment-ready DDL and DML scripts directly from approved Falcon Mapping documents.

    • AI-powered script generation. Automatically generates standardized DDL and DML scripts by interpreting approved Falcon Mapping documents, eliminating manual SQL development while maintaining mapping consistency.
    • Granular generation scope. Supports both Object-level and Table-level script generation, allowing teams to generate scripts for individual migration objects or complete database structures based on project requirements.
    • Centralized script repository. Generated scripts are automatically persisted to a configured shared file repository, creating a reusable, version-controlled artifact library for deployment, review, and future migration projects.
    • Mapping-driven consistency. Every generated script is derived from the latest approved mapping definitions, ensuring synchronization between business mappings and implementation while reducing transformation discrepancies.
    • Accelerated migration delivery. Significantly reduces script development effort, standardizes implementation across projects, and enables repeatable, enterprise-scale migration execution.

    BlueGecko AI Assistance for Code Generation

    1.1.0.1630Code CheetahArea: Code CheetahGeneral Availability

    Code Cheetah now embeds the BlueGecko AI assistant directly inside the script editor. Engineers can ask the assistant for optimisation suggestions and logic recommendations while generating a script, instead of leaving the workspace to look up patterns or troubleshoot manually.

    • Optimisation suggestions. The assistant reviews the current script and suggests performance and structure improvements.
    • Logic recommendations. Contextual guidance on join conditions, filters and transformation logic based on the selected object and table.
    • In-editor access. Available directly from the Script Editor toolbar, with no need to switch to a separate BlueGecko AI workspace.

    Falcon Mapping

    Falcon Mapping's mapping workflow is extended in three directions this release: ingestion beyond disk uploads, a configurable column schema, and quality fixes across the BlueGecko AI assistance layer introduced in v1.0.0.

    Dynamic Column Schema, Mapping Document Restructure

    1.1.0.1990Falcon MappingArea: Falcon MappingGeneral Availability

    In v1.0.0, the Mapping Document grid had fixed columns, Source Table, Source Column, Target Table, Target Column, Transformation Rule, Comments. These were hard-coded. Any additional column (e.g., a client-specific “Business Owner” or “Validation Rule” field) required a schema migration and redeployment.

    • Configurable additional columns. Organisation admins can define custom mapping columns in the Admin panel. Stored in a dynamic-column model, no schema change or redeployment required.
    • Runtime resolution. The Falcon Mapping grid resolves its column structure from the schema configuration at load time. Inline editing (
    • Template alignment. Upload templates automatically reflect the dynamic columns configured for the organisation. Validation checks only configured columns, partial templates with only standard columns remain valid.
    • Backwards compatible. All v1.0.0 mapping documents load correctly, standard columns always present; dynamic columns appear only when configured.

    ) works for all columns, standard and dynamic alike, including the auto-populated source system dropdown metadata.

    BlueGecko AI, Mapping Assistance Quality Improvements

    1.1.0.2004Falcon MappingArea: Falcon MappingGeneral Availability

    The AI mapping assistance module from v1.0.0 had several functional gaps in the UI layer. This work item consolidates targeted quality fixes across the BGAI module.

    Specific fixes delivered

    Data Source Module Enhancement

    1.1.0.2086Falcon MappingArea: Falcon MappingGeneral Availability

    The Data Source module is where project administrators register source and target systems (Salesforce, SAP S/4, Oracle EBS, etc.) whose table/column metadata drives auto-populated dropdowns in the mapping editor. In v1.0.0, this module had critical UX gaps addressed here.

    Enhancements delivered

    Platform and administration18 AD security groups

    v1.1.0 centralises access control for all three products behind Azure Active Directory security groups, replacing per-product admin panels with a single, auditable identity model.

    Centralised Identity & Access via Azure AD Groups

    1.1.0.2017PlatformArea: PlatformGeneral Availability

    Previously, user access to Falcon Mapping, Code Cheetah, and Owl Sight was managed individually inside each product admin panel. With this feature, access is provisioned and revoked entirely through Azure Active Directory (Entra ID) security groups. IT administrators manage group membership in AD, BlueGecko reads the group claim at login and maps it to the corresponding RBAC role automatically. No manual user configuration inside BlueGecko is required.

    • 18 AD Security Groups Provisioned, Naming Convention. BG_{ENV}_{PRODUCT}_{ROLE}
    • ADMIN. Maps to BlueGecko Admin RBAC role, CanView + CanAdd + CanUpdate + CanDelete across all modules for that product. Reserved for project leads and platform administrators.
    • RW (Read/Write). Maps to Developer and Consultant roles, CanView + CanAdd + CanUpdate on core operational modules. No access to admin, org management, or delete operations.
    • RO (Read Only). Maps to Business User role, CanView on dashboards and reports, limited CanAdd on Upload and Object Config per the RBAC matrix.
    • SVC (Service Account). Machine identity for backend API and pipeline processes (FM sync service, scheduler, AI inference). Not a human user role.
    • App isolation enforced. BG_DEV_FM_ADMIN
    • Environment isolation. DEV groups have no access to QA or PROD resources. PROD admin groups require PIM (Privileged Identity Management) approval for activation.
    • Audit-ready naming. BG_PROD_FM_RW
    • Scalable. Additional RW/RO groups can be added per product as user cohorts grow, without modifying BlueGecko application code.

    members can access Falcon Mapping configuration, they cannot read Code Cheetah or Owl Sight secrets. Azure Key Vault access policies are configured per-group.

    immediately communicates: production environment, Falcon Mapping product, read/write access, no cross-referencing internal role IDs needed in audit queries.

    Resolved Issues

    45 improvements in release scope, 7 Critical · 8 High · 30 Medium · across all products

    Quality position at release. 45 Improvements Delivered within the v1.1.0 scope: 7 Critical, production-blocking issues; 8 High, significant functional impairments; and 30 Medium, usability or cosmetic issues. By product, Falcon Mapping carried 23 of the 45, Code Cheetah 9, Owl Sight 8 and Platform 4.
    7
    Critical Severity
    8
    High Severity
    30
    Medium Severity
    45
    Total in scope
    IDSeverityDescriptionModule
    1.1.0.2007CriticalNavigation failure during mapping document merge on uploadUpload / UI
    1.1.0.2066CriticalFeedback non-functional in BlueGecko AI (Falcon Mapping)AI Assistant
    1.1.0.2101CriticalSerial number column width incorrect in BGAI suggestion panelAI / UI
    1.1.0.1986CriticalUploaded mappings not loading in Source-to-Target modulePlatform / Upload
    1.1.0.2097HighAdmin section shows "Delete" instead of "Inactive" for user managementAdmin / Backend
    1.1.0.1724HighMapping document edits not persisting on Upsert re-uploadBackend
    1.1.0.2102MediumBusiness context input ignored by BlueGecko AI in Mapping ModuleAI Assistant
    1.1.0.2111MediumField-specific AI mapping generation not executing for selected columnBackend
    1.1.0.2099MediumApprove button incorrectly rendered on table/column listing screensUI
    1.1.0.2107MediumAI suggestion response returned in malformed JSON formatUI
    1.1.0.2108MediumBGAI chatbot returning off-context responses to mapping queriesUI
    1.1.0.2103MediumSearch control height misaligned in Task Management screenUI
    1.1.0.2104MediumStatus column width insufficient for full text in Task Management gridUI
    1.1.0.2112MediumTask Management module absent from quick tour onboarding stepsUI
    1.1.0.2116MediumLabel: "+Add Access" should read "+Grant Access"UI
    1.1.0.2118MediumBank object mapping document incorrect vs README specificationBackend
    1.1.0.2119MediumPagination UI inconsistent — User vs Organisation ManagementUI
    1.1.0.1123MediumAudit "Started" record inserted mid-list instead of chronological orderBackend
    1.1.0.1345MediumHistory tracking panel error on detail expansion in audit trailUI
    1.1.0.1613MediumSource metadata re-fetched on every object selection (should use cache)Backend
    1.1.0.1951MediumInline comment update fails in Conversion Rule columnBackend
    1.1.0.1952MediumData/object mismatch shown after session timeout and re-authBackend
    1.1.0.2006MediumDashboard filter selection not applied to displayed resultsDashboard