2026 Xano Release Notes

All of the release notes for Xano in 2026

This page contains low-level details on individual Xano releases in 2026. A high-level summary of notable features is available in our community release announcements.

Patch 2.02.3 (March 11, 2026)

circle-info

Release #25693

  • Database & Metadata API

    • Metadata API

      • Column Renaming: The rename column endpoint now executes reliably and returns the expected result.

      • Column Addition: Adding a column to a table now completes without triggering a continuous loading state.

      • Schema Lookup: Fetching a specific schema by name now returns the correct result consistently across all environments.

    • MCP Inspector

      • Column Renaming: Renaming a table column now completes without entering an indefinite loading state.

      • Table Updates: Updating tables in a new workspace now completes as expected without hanging indefinitely.

      • Spreadsheet Editor: Object array fields containing text values over 11k characters now save correctly.

      • Query Builder: Greater-than and less-than comparisons with "ignore empty values" enabled now work as expected.

  • XanoScript

    • Where Clause

      • String Comparisons: String comparison conditions no longer have == true appended incorrectly on save.

      • Multi-Condition Queries: Complex where clauses with multiple conditions now save without being rewritten to an invalid expression.

      • Object Value Settings: Using a plus sign in object value settings now works as expected without triggering a regular expression error.

  • Platform & Reliability

    • Tasks

      • Async Execution: Async functions running over 5 minutes from a task pod now execute exactly once, preventing duplicate results.

      • Tier 2 Tenants: Manually running tasks now works correctly for all paid workspace tiers, including Tier 2.

    • AI Assistants

      • Auto-Open Behavior: The Database Assistant and Logic Assistant no longer open automatically on every navigation. Both now respect the user's last-set state.

    • Performance Insights: The API request chart now renders correctly when toggling performance tracking on or off.

    • Tenant Center: The active sort indicator now reflects the correct state.

    • Workspace Creation: Creating a new workspace now completes without generating a console error.

    • Signup Flow: Users who navigate from the pricing page and opt out of a paid plan can now successfully create a free workspace.

Patch 2.02.2 (March 2, 2026)

  • Tenant Center: Added a tenant list to the workspace overview page, making it easy to see which tenants are associated with each workspace. This view respects existing access controls, filtering out workspaces you don't have permission to view — consistent with how Audit Logs work.

  • XanoScript:

    • Improved performance when processing large base64-encoded inline images within XanoScript.

    • Object value settings now handle plus signs (+) as expected, ensuring configurations save and execute reliably.

  • Reliability & Quality:

    • Column visibility settings now persist as expected after editing a table's schema via XanoScript, ensuring Hidden columns remain hidden.

    • Improved the Tenant Impersonation experience: the exit button is now correctly labeled "Stop Impersonating" and returns users cleanly without errors.

    • Environment variables can now be created and updated via the API, in addition to being read.

    • Tenant Swagger API endpoints now return results reliably when valid data is present.

    • Metadata tokens scoped to tenantcenter:backup now grant access to the backup endpoint as expected.

Patch 2.02.1 (February 26, 2026)

  • Tasks: Improvements to task debugging with new support for task process PID and memory usage.

  • Metadata API: Resolved scenarios where Metadata API tokens were unable to grant proper access to backup resources.

  • RBAC:

    • Resolved an issue that could cause users with update, read, and create permissions to be unable to perform bulk edits on environment variables in workspace settings and tenant environment variable panels.

    • Resolved an inconsistency with new permissions on Activate Run & Debug from Request History.

  • Run & Debug: Improved handling of sensitive fields in logging.

  • Database: Resolved an issue where a failed unique index creation was still being applied to the table.

  • Tenant Center: Resolved an issue where changing a function to async was not being reflected when comparing two releases in the Tenant Center.

  • Webflow Plugin: Improved stability for the Webflow Plugin.

Release 2.02 (February 24th, 2026)

  • Snowflake Integration: Added native Snowflake direct query support, enabling users to run queries against Snowflake data warehouses directly within Xano's function stack alongside existing database connectors.

  • Instance Down Alerting: Introduced automated email alerts to notify instance administrators when downtime is detected, including recommended resolution steps such as hard restarts, storage expansion, and plan upgrades.

  • Run and Debug from Request History: Added the ability to open any past API call from the Request History directly in Run & Debug, with inputs pre-populated from the original request.

  • Tenant Proxy Support: Introduced proxy URL configuration for tenant environments, allowing requests to be forwarded from an existing tenant URL to a new one. This simplifies tenant migrations by removing the urgency of immediate URL cutover, with minimal additional latency added during the transition period.

  • Connection String Variable and Filter Support: Enabled variables and filters to be used within connection string fields for External MySQL, PostgreSQL, and Oracle Query statements, replacing the previous requirement to hard-code connection strings as string literals.

  • XanoScript: Delivered ongoing enhancements and stability improvements across the scripting engine.

  • VS Code Extension: Implemented performance improvements and resolved various bugs. Change Logsarrow-up-right

  • UX Enhancements:

    • New Onboarding Experience: Introducing revamped onboarding experience for new users that streamlines the process of starting to build in Xano.

    • RBAC UI Enhancements: Delivered comprehensive improvements to the Permissions page, including multi-select filter dropdowns for Members, Roles, and Workspaces with removable chips and a clear-all option. Wizard flows for managing team roles, cloning permissions, and bulk management now include search inputs with filter pass-through.

Patch 2.01.4 (February 3, 2026)

  • Tenant Center: Implemented bug fixes for deployments.

  • Streaming Output: Delivered performance and stability improvements for querying all records.

  • XanoScript: Delivered ongoing enhancements and stability improvements across the scripting engine.

Patch 2.01.3 (January 21, 2026)

  • Tenant Center: A centralized way to create and manage multiple tenants with data, resource, and regional isolation as needed —making it easy to support CI/CD workflows, customer-level isolation, controlled releases, and data residency requirements. Available with Custom Plans. Learn more.arrow-up-right

  • Essential plan: A new entry plan for building and running serious, production-grade apps and agents on Xano.

  • XanoScript: Delivered ongoing enhancements and stability improvements across the scripting engine.

  • VS Code Extension: Implemented performance improvements and resolved various bugs. Change Logsarrow-up-right

Last updated