2025 Xano Release Notes
All of the release notes for Xano in 2025
This page contains low-level details on individual Xano releases in 2025. A high-level summary of notable features is available in our community release announcements.
Patch 1.64.3 (Feb 12, 2025)
Precondition - regression bug where payload would sometimes not be shown in an external API request
Middleware - inconsistent response format when dealing with different exception handling using post-middleware
Patch 1.64.2 (Feb 6, 2025)
Run & Debug: Standardized response values between Run/Debug operations and API endpoints.
Testing: Fixed issue where value existence assertions weren't triggering in test framework.
Middleware: Resolved inconsistent precondition and exception handling when middleware are involved.
Swagger Doc: provide an alternative way to view private API specs through Metadata access tokens.
Patch 1.64.1 (Jan 27, 2025)
Environment Variables: Improved security for environment variables by hiding their values from all requests until editing is attempted. Fixed an issue where some variables persisted after deletion.
Security: Improved access token security to prevent potential misuse by ensuring even stricter validation and integrity checks during authentication.
Bug fix: Resolved an issue where async functions would only execute on the live branch.
Bug fix: Fixed a bug causing variable path autocomplete to fail when saved using the
<Enter>
key.Bug fix: Addressed a problem where triggers were not consistently triggered during workspace imports.
Bug fix: Fixed a bug causing workflow tests to time out when parsing non-JSON strings.
Bug fix: Resolved an edge case preventing installed actions from being wrapped into API endpoints.
Release 1.64 (Jan 15, 2025)
Free External Database Connectors: Database connectors are now available on all plans, including free tier. Connect to PostgreSQL, MySQL, Microsoft SQL Server, and Oracle databases at no additional cost.
Run or Debug: Choose how you want to test your function stack - the interface will remember your last selected mode.
Enhanced Error Stacktrace: Navigate through detailed error stacktraces showing all calls leading to the error. Click through different calls to quickly identify and replay the error sequence.
Expression Editor Improvements: Fixed issues where the sandbox would incorrectly convert arrays into objects, along with various UI and UX improvements.
Smart Variable Editor: A larger editor automatically opens for extensive variable values, featuring syntax highlighting for code formats including JSON, HTML, JavaScript, and Markdown to name a few.
New Request Verb Environment Variable: Access the HTTP verb (POST, GET, PUT, etc.) of the current request through a new environment variable
$request_method
. Particularly useful for API group middlewares handling homonymous endpoints.Interactive Start Page: A new guided experience that walks you through common Xano use cases, helping you get started quickly.
Value Field Syntax Highlighting: Added intelligent syntax highlighting to value fields, making it easier to distinguish between JSON, expressions, strings, numbers, and variable references.
Last updated