Designer 2025.1 Release Notes
Release Note Product Versions | |||
---|---|---|---|
Version | Release Date | Release | End of Support |
2025.1.1.27 | May 13, 2025 | Major | May 13, 2027 |
2025.1.1.31 (Minor)* 2025.1.1.1.31 (Patch 1)* | June 16, 2025 | Minor/Patch | May 13, 2027 |
2025.1.2.79 (Minor) | July 2, 2025 | Minor/Stable | May 13, 2027 |
*No Designer items in this release. This Designer patch was released to maintain version number compatibility with Server. It contains the same updates as the Major release. If you previously installed the Major release, you do not need to install Patch 1.
Upgrade Considerations
Warning
This section contains important updates regarding the 2025.1 release. Please review these items before you upgrade.
Updates in Stable Release (2025.1.2.79)
Python Virtual Environment Update
The Python tool in Designer now uses a built-in virtual environment instead of the previous Miniconda-based setup. This update simplifies dependency management and reduces the size of Python-related files during installation.
Looking ahead to version 25.2, the legacy miniconda3
directory and all remaining conda components will be removed, completing the transition to a more streamlined and maintainable environment.
Python Version Upgrade
We have upgraded the embedded Python version to 3.10.18
.
Python Version Upgrade (Original 25.1 Release)
We have upgraded the embedded Python version to 3.10.15
.
Copilot-Designer Compatibility
Warning
If you’ve previously downloaded and installed Alteryx Copilot, we strongly recommend that you upgrade to the latest version of Alteryx Copilot due to a compatibility issue between older versions of Alteryx Copilot and Alteryx Designer 2025.1.
A known issue has been identified for users upgrading to Alteryx Designer version 25.1 while running a version of Alteryx Copilot earlier than v3.0.39. This might result in application errors and degraded performance on startup. For example, you might experience these symptoms upon launching Alteryx Designer:
An
Unhandled Exception
message.A
Copilot Failed to Load
message.Other unexpected behaviors or stability issues in Alteryx Designer.
To resolve the issue, update Alteryx Copilot to the latest available version:
Go to Alteryx Marketplace and then search for
Alteryx Copilot
.Download and install the latest version.
Restart Alteryx Designer after installation is complete.
After upgrading, Alteryx Copilot and Designer will resume normal operation, and you will gain access to the latest Alteryx Copilot functionality.
Note
If preferred, you can uninstall Alteryx Copilot instead of updating. Follow these instructions to uninstall Alteryx Copilot.
Support
If you encounter issues during the upgrade or need further assistance, contact Alteryx Support or post a question in the Alteryx Community.
Designer Sample Workflows Reorganized
We have reorganized and simplified the Sample Workflows available in Designer (Help > Sample Workflows). They are now available in Basic and Advanced categories.
Deprecation of Basic Authentication for Snowflake
Snowflake will fully deprecate Basic Authentication (username and password) by March 2026. After this date, connections using Basic Authentication will no longer work.
To avoid disruption, update your connections to a more secure authentication method (for example, OAuth, Azure AD, or Key Pair Authentication) before the deadline. For guidance, go to the Knowledge Base article.
Tools Removed from Designer Installation
These tools are no longer automatically installed with Designer:
Insights (deprecated tool, the associated One Tool Example has also been removed)
Marketo Append, Input, and Output: These tools are no longer automatically installed with Designer but are still available for download via Alteryx Marketplace.
Salesforce Input and Output Macros (deprecated): Alternatives (supported connectors) are available via Alteryx Marketplace.
Twitter Search (deprecated)
New Features: Stable Release (2025.1.2.79)
Product Download Access
With the launch of Alteryx One, we’ve updated product download links accessible via Designer. These include links for Designer Downloads, Download Predictive Tools, and the download links available via alerts (when a new version of a product is available). Users will land on the correct licensing portal based on their license type (Alteryx Licensing Portal or new Alteryx One licensing).
New Features: Designer
Partial Workflow Execution
We've added a new option that lets you partially execute your workflow up until a specific tool. Simply right-click a tool on your workflow canvas and choose Run Until Selected Tool. The workflow runs immediately, and any tools after the selected tool are displayed as inactive in the workflow. This option helps you develop, test, and modify specific sections of your workflow without the need to execute the entire workflow. It saves time and simplifies the workflow development process, especially when working with large workflows. For details, go to Build Workflows.
Tip
Partial workflow execution is available via the AMP engine only.
Pre/Post SQL Support for In-Database Tools
We've added functionality to the Write Data In-DB, Data Stream In (Pre SQL only), and Data Stream Out tools to support Pre and Post SQL statements. You can now use this with any Output Mode via the Write In-DB tool and Data Stream In tools.
New Data Cleanse Pro Tool
We’ve created a new Data Cleanse tool that is natively supported by AMP engine. Data Cleanse Pro improves performance and provides new functionality (for example, the ability to strip HTML and XML tags). We have also added a new One Tool Example for this new tool. For details, go to Data Cleanse Pro Tool.
Important
The existing Data Cleansing macro is still available. Data Cleanse Pro is available via the AMP engine only.
Updated Expression Editor
The Generate Rows tool now uses the same new expression editor as the Formula and Filter tools. The new expression editor has a more modern UI, syntax highlighting, and predictive text.
New Formula Functions
We've added new formula functions:
DateTimeWeekNum
: This function returns the numeric value (1-54) for the week of the year in which a date falls, where the week that contains January 1 is the first week of the year (similar to Excel's WeekNum function). Use the optional numeric parameter (StartOfWeek) to indicate the starting day of the week. For example, 1 = Sunday, 2 = Monday, and so on.DateTimeWorkDays
: This function returns the number of whole working days between two dates, assuming a 5-day work week that starts on Monday. Use the optional parameter (StartofWeek) to indicate the day the business week starts. where 1 = Sunday, 2 = Monday,..., 7 = Saturday. This function counts holidays as work days.
You can find these anywhere functions are available.
Summarize Tool Concatenate Distinct Functionality
We've added Concatenate Distinct functionality to the Summarize tool options. You can now consolidate your data by concatenating it into 1 row with no duplicates, without having to resort to multiple-tool workarounds. This option is available only via the AMP engine.
Cross Tab Tool Count Distinct Functionality
We've added Count Distinct aggregation methods to the Cross Tab tool. You can now calculate Count Distinct or Count Distinct Non Null values within a group of data quickly, without the need to resort to multiple-tool workarounds.
Suppress Blank Files in Output Data Tool for CSV and YXDB Files
In the 24.2 release, we added a new setting in the Output Data tool options that lets you suppress the output of data if the Output Data tool doesn't receive any records (XLSX and XLSM file types). This option is now available for CSV and YXDB files as well. Go to File Format Options for details.
Set Default Time Zone for Workflow
We’ve added a workflow configuration setting to let you set a default time zone for executing your workflow. You can use your machine’s local time or customize the time zone. This setting affects the Date Time Now tool and DateTime functions that use time zones (DateTimeNow, DateTimeNowPrecise, DateTimeStart, DateTimeToLocal, DateTimeToUTC, DateTimeParse, and DateTimeFormat).
Apply Button in User Settings
We have added an Apply button in User Settings to let you apply your changes while leaving the dialog window open. This button lets you view and adjust changes you've made without closing the User Settings dialog window. It's especially valuable for settings that have a visual change, like themes and languages.
Designer Alerts and System Dialog UI Updates
We’ve updated additional Designer alerts and system dialog messages to use a modern interface that improves user experience and provides consistency with other Alteryx products.
Rank Tool Updates
We've added a one-tool example for the recently released Rank tool. We've also updated the tool to address unexpected configuration behavior when no Ranking Type is selected. Additionally, the Use Dictionary Order setting now pulls from your User Settings.
Make Columns Tool AMP Support
We've fully converted the Make Columns tool to work with the AMP engine.
Performance Improvements with AMP Engine
Improved CSV Write Performance in AMP
Writing CSV files using the Output Data tool in AMP is now approximately 15% faster, improving overall workflow performance.
Throttling of Tools That Generate Records
When a tool that can produce lots of packets quickly (like a YXDB reader) feeds a tool that consumes them slowly (like a CSV writer) in a single thread…
Previous versions (before 25.1) triggered packet compression and swapping. Starting with 25.1, Designer avoids these operations, when possible.
This completes workflows faster and improves overall performance.
Updates to Save/Open Options between Designer and Alteryx One
We’ve made several updates and enhancements to the save/open options between Designer and Alteryx One:
We’ve added version support for Designer Desktop workflows saved to an Alteryx One workspace. Similar to Server, this functionality lets you open (in Designer) a specific version of a workflow that was previously saved to Alteryx One.
You can now open Desktop Analytic Apps saved in an Alteryx One workspace directly in Designer Desktop (via File > Open Workflow). Additionally, icons differentiate between the Designer Desktop asset types (YXMD and YXWZ).
Additionally, connections between Designer and Alteryx One are now alphabetized in the Save and Open menus to improve usability with multiple connections.
When you save a workflow to Alteryx One, a new Sync All Desktop Connections checkbox is checked by default to sync all connections that are used in the workflow to Alteryx One. This helps your Cloud Execution workflows run seamlessly and minimizes failures in the execution process.
Cloud Link Wizard
The new Cloud Link Wizard streamlines the setup and management of cloud connections in Alteryx One. With a simple, guided workflow, you can easily configure connections by selecting a predefined region or entering a custom cloud instance URL. Connections are authenticated through a secure browser flow and are automatically saved with labels for easy identification and reuse. Go to Cloud Link Wizard for details and configuration information.
Support Azure Synapse and SQL Server on MS Fabric
Alteryx Designer now supports Azure Synapse and SQL Server deployments within Microsoft Fabric when data is stored in Delta format on OneLake. With this enhancement, both input and output operations are now fully supported.
Support for Microsoft Fabric-based SQL Server and Synapse using OneLake as the storage layer.
Full support for Delta format files.
DSN-less connections only, via Data Connection Manager (DCM).
Authentication options are limited to...
Azure Active Directory
Azure Active Directory – Private
Note
This is distinct from existing support for standalone Azure SQL Server and Synapse, which offer broader authentication options.
Qlik Cloud Data Source
Qlik Cloud is now a supported data source in Alteryx. This update enables seamless integration with Qlik Cloud, allowing users to connect, browse Spaces and collections, and retrieve files directly within the Output tool. For more information, go to Qlik Cloud.
Starburst Data Source
Alteryx users can now leverage the Starburst Data Source Connector to seamlessly access and interact with data across multiple sources through the Starburst data virtualization platform. This integration offers a secure, unified connectivity experience, allowing you to read and write data to all your underlying sources using a single connector. For more information, go to Starburst.
Generic Support for Service Account Authentication
Alteryx Designer now supports service account authentication for ODBC data sources using the OAuth client credential flow. This feature enables secure, token-based authentication, allowing you to connect to databases without using individual credentials. Supported technologies include MS SQL Server, Snowflake, Google BigQuery, Databricks, Azure Synapse Analytics, and more. With this update, you can streamline authentication, enhance security, and simplify access management across multiple data sources.
NTLM Authentication Support for Download Tool
The Download tool now supports NTLM authentication.
End of Support for File Formats
We will gradually end support for several file formats. We have added warning messages in Designer to alert you of the upcoming changes and encourage you to migrate to a suitable alternative file format. Additionally, we removed Read and Write support for these files in new workflows. This involves removing these options from the Single Access Point menu. You can still enter the file format via file browse or enter it in a path.
These file types will be phased out:
MID/MIF: Mapinfo Professional Table (TAB) might be a suitable replacement.
GEO: ESRI GeoDatabase (GDB) might be a suitable replacement.
SZ: Alteryx Database (YXDB) might be a suitable replacement.
MDB: Microsoft Access (ACCDB) might be a suitable replacement.
For details, go to Deprecation of MDB, SZ, MID/MIF, GEO Connectors.
Proxy Authentication Updates
The new proxy options are supported for all web API calls made by Designer (with the exception of any calls made to Alteryx Server). Additionally, Designer components that use Chromium Embedded Framework (CEF) support the new proxy options. This includes Global Search and the Start Here window.
Public Preview
Please note that these proxy enhancements are in Public Preview during the 2025.1 release. You can continue to use the previous proxy configuration or explore these new options. For additional important information, go to Proxy Settings.
Wildcard Support in Peer Validation Allow List
You can now configure PeerValidationBypass.txt with Fully Qualified Domain Names (FQDN) that contain one or more instances of the wildcard * (asterisk) and the '?' (question mark) character. For details, go to Peer Validation Allow List.
Sensitivity Labels
You can now apply a Sensitivity Label ID and ID of the Purview Tenant via the Output Data tool (output to Excel file) or the Email tool (applies to the email message). The Label ID and Tenant ID can be obtained from your IT team/Azure Admin. Labels that require encryption are not supported.
Dark Mode Updates
The Alteryx Marketplace feature is now Dark Mode compatible. Additionally, tool configuration windows for the In/Out, Preparation, Parse, Join, and Transform tool categories are now Dark Mode compatible. We will continue to update the remaining tool configuration windows to be Dark Mode compatible in future releases.
Beta Release
Dark Mode functionality is still in Beta at this time. This means that only certain Designer interface components have been converted to Dark Mode. Additionally, you might see certain components (including many tool configurations) that are currently only partially converted to Dark Mode. We will continue to include additional elements for Dark Mode in future releases.
New Features: Intelligence Suite
Version | Release Date | Release | End of Support |
---|---|---|---|
2025.1.0.20240 | May 13, 2025 | Major | May 13, 2027 |
2025.1.2.20342 | July 2, 2025 | Minor/Stable | May 13, 2027 |
Placeholder Tools in Designer Tool Palette
Alteryx Intelligence Suite (AIS) placeholder tools are no longer displayed in the Designer tool palette. To view AIS tools (Computer Vision, Machine Learning, and Text Mining) in the tool palette, you need to first install them, and then license them to use them.
New Features: Installation and Licensing
Licensing Updates
You can license and activate Alteryx on-prem products, including Designer and Server, with Alteryx One. To learn more, go to License and Activate with Alteryx One.
Installer UI Updates
We've made visual updates to our installers to improve usability.
Fixed and Known Issues
Major Release
Version: 2025.1.1.27
Fixed Issues
Fixed Major Release Version 2025.1.1.27 | |||
---|---|---|---|
ID | Description | Version | Issue Status |
GENG-3079 | DateTimeAdd displays a warning twice with AMP. | 2025.1.1.27 | Fixed |
GENG-4276 | A crash occurs when a high custom memory limit per anchor is enabled with AMP. | 2025.1.1.27 | Fixed |
GENG-4329 | Handle errors caused by invalid syntax/function arguments in an R script. | 2025.1.1.27 | Fixed |
GENG-4358 | JSON Parse destroys data for empty arrays. | 2025.1.1.27 | Fixed |
GENG-4367 | The Email tool reaches a timeout when sending emails under the SOCKS5 legacy proxy. | 2025.1.1.27 | Fixed |
GENG-4378 GCSE-2686 | The Server API tool calls metadata even when it's in an inactive control container. | 2025.1.1.27 | Fixed |
GENG-4381 | Prevent EasyCurl from resolving the system proxy if all proxy settings are disabled. | 2025.1.1.27 | Fixed |
GENG-4383 | AutoLock In HashGrouping goes out of scope too soon. | 2025.1.1.27 | Fixed |
GENG-4397 | The Render tool displays an error when using more than 999 rows. | 2025.1.1.27 | Fixed |
GENG-4406 | Designer crashes when loading a CSV file into the Input Data tool. | 2025.1.1.27 | Fixed |
GENG-4416 GCSE-2711 | Mapping Functionality for an existing application: None of the geographies selected were licensed for the selected variables. | 2025.1.1.27 | Fixed |
GENG-4417 GCSE-2733 | Issue: Invalid parameter detected in function (null). File: (null) Line: 0 Expression: (null). | 2025.1.1.27 | Fixed |
GENG-4427 GCSE-2725 | Alteryx updates the connection string in a Macro if the password contains a ? (question mark) character, and an error is thrown. | 2025.1.1.27 | Fixed |
GENG-4431 GCSE-2635 | DateTime that has precision is written as an empty field in Excel. | 2025.1.1.27 | Fixed |
GENG-4435 | An error occurs when output via Render has two tables of different sized layout horizontally. | 2025.1.1.27 | Fixed |
GENG-4436 | Columns after 1000 records are shifted to the right when writing a report via the Render tool. | 2025.1.1.27 | Fixed |
GENG-4482 GCSE-2614 | Writing Excel XLSX includes leading and trailing spaces but it doesn’t appear in Excel. | 2025.1.1.27 | Fixed |
GENG-4488 | Crash when render reporting snippet gets raw PCXML from Report Text. | 2025.1.1.27 | Fixed |
GENG-4494 GCSE-2780 | Engine crash in Fuzzy Match with long Metaphone key. | 2025.1.1.27 | Fixed |
GENG-4499 TDES-11964 | Formula Add-Ins are not showing in Formula tools. | 2025.1.1.27 | Fixed |
GENG-4507 GCSE-2774 | Designer version 2024.1 is unable to read certain Japanese characters correctly, causing them to be truncated when reading data from an XLSX file. | 2025.1.1.27 | Fixed |
GENG-4512 | Original engine: The Retain Special Characters setting in the Cross Tab tool doesn't work. | 2025.1.1.27 | Fixed |
GENG-4528 | Excel files created by a bot are corrupted by Alteryx (shared strings root = x:sst). | 2025.1.1.27 | Fixed |
GENG-4545 GCSE-2749 | Download tool: The Designer x64 reported: Record packets locked at the end of the run: 1. | 2025.1.1.27 | Fixed |
GENG-4552 GCSE-2811 | Excel XLSX blank Date column headings appear as 00:00:00, 00:00:00_2 instead of F1, F2 in 24.1+. | 2025.1.1.27 | Fixed |
GENG-4554 GCSE-2832 | Macro is unable to run in AMP in 24.1 but is able to run in 22.1. | 2025.1.1.27 | Fixed |
GENG-4589 TELC-3898 | Original engine: Allocate Append, Allocate Input: An unknown error occurred. | 2025.1.1.27 | Fixed |
GENG-4595 | Expect Equal shows differing doubles only as fixed points. | 2025.1.1.27 | Fixed |
GENG-4596 | Doubles lose precision when written to XLSX and read back. | 2025.1.1.27 | Fixed |
GENG-4599 GCSE-2790 | Basic Demographic Summary Charts in Allocate Report tool: "Error : UnknownSettings type='bar'" in the consecutive Browse tool. | 2025.1.1.27 | Fixed |
GENG-4627 GCSE-2787 | The DateTime tool is unable to correctly parse a string that contains a date. | 2025.1.1.27 | Fixed |
GENG-4635 TCPE-1392 | Workflow crashes when calling a batch macro with more than one Control Container tool that contains a standard macro with a Python tool. | 2025.1.1.27 | Fixed |
GENG-4639 GCSE-2843 | 24.1 symbolic links can't be read and attempts to create a new connection destroy all existing ones of the same type. | 2025.1.1.27 | Fixed |
GENG-4640 GCSE-2831 | The Browse tool fails with an error to render the report of the Field Summary tool "I" output. | 2025.1.1.27 | Fixed |
GENG-4652 | CYDB files trigger a memory leak when used as output or input. | 2025.1.1.27 | Fixed |
GENG-4660 | The Summarize tool with a warning message for "Group by" function has a typo. | 2025.1.1.27 | Fixed |
GENG-4670 TCPE-1411 | A Report Text tool with htmlpassthrough tag incorrectly renders with AMP enabled. | 2025.1.1.27 | Fixed |
GENG-4671 GCSE-2923 | The Spatial Process tool using the Combine Objects action hangs at 50% and the workflow never completes. | 2025.1.1.27 | Fixed |
GENG-4672 | The Rank tool is ranking without selected columns (missing error message). | 2025.1.1.27 | Fixed |
GENG-4749 | Crash while reading CYDB with 200+ records. | 2025.1.1.27 | Fixed |
GENG-4755 GCSE-2988 | Enabling Memory Limit per Anchor to a high custom value with AMP causes a crash. | 2025.1.1.27 | Fixed |
GENG-4769 GCSE-3027 | Lending Analyzer data utility issue on the 24.2 version. | 2025.1.1.27 | Fixed |
GENG-4795 GCSE-3043 | XIRR function in the Summarize tool generates incorrect/different data in new versions. | 2025.1.1.27 | Fixed |
GENG-4803 | AMP: Issue with Detour inside Batch macro with empty incoming data. | 2025.1.1.27 | Fixed |
GENG-4804 | AMP: Parse error inside Batch macro. | 2025.1.1.27 | Fixed |
GENG-4810 | The Rank tool doesn't throw an error when a user deselects all Ranking types. | 2025.1.1.27 | Fixed |
GENG-4854 | AMP: Report Text incorrect output field. | 2025.1.1.27 | Fixed |
GENG-4889 GCSE-3144 | Macros with disabled containers behave differently with and without AMP. | 2025.1.1.27 | Fixed |
GENG-4921 | Excel unicode escaped sequence. | 2025.1.1.27 | Fixed |
TCPE-1219 GCSE-2447 | CASS tool error: Please contact your reseller or Customer Support to receive an updated CASS database. | 2025.1.1.27 | Fixed |
TCPE-1252 GCSE-2574 | Report Footer tool: Include Page Number displays incorrect Current Page out of Total Pages. | 2025.1.1.27 | Fixed |
TCPE-1294 GCSE-2691 | Unable to connect 2024.1 Designer to a 2024.1 Server on a lower patch version. | 2025.1.1.27 | Fixed |
TCPE-1306 GCSE-2728 | Find and Replace "Auto Hide" UI issue. | 2025.1.1.27 | Fixed |
TCPE-1316 GCSE-2741 | Batch macro displays incorrect anchors. | 2025.1.1.27 | Fixed |
TCPE-1327 GCSE-2758 | Analytic Apps launcher shows the wrong date format. | 2025.1.1.27 | Fixed |
TCPE-1387 GCSE-2877 | Possible memory leak when switching workflow tabs on Designer. | 2025.1.1.27 | Fixed |
TCPE-1475 | Unhandled Exception when starting Designer as a user with an umlaut in the username. | 2025.1.1.27 | Fixed |
TCPE-1508 GCSE-2754 | The Report Map tool generates a different map extent depending on the UI language. | 2025.1.1.27 | Fixed |
TDALI-7048 GENG-4677 | Cross Tab tool: Clicking on the Cross Tab tool in 2024.2 removes the Output metadata fields for the values of the new Column Header | 2025.1.1.27 | Fixed |
TDCE-546 GCSE-2557 | Error: Open returned 0x80040e21 when Data Input tool connecting to SQL Server using OLE. | 2025.1.1.27 | Fixed |
TDCE-561 GCSE-2612 | Sample In-DB tool missing the Percentage dropdown for Snowflake connections. | 2025.1.1.27 | Fixed |
TDCE-571 GCSE-2623 | Workflow is throwing an error in Designer when comments are mentioned in the "POST CREATE SQL STATEMENT". | 2025.1.1.27 | Fixed |
TDCE-572 GCSE-2646 | AWS Secret Key is not fully visible in Amazon S3 connectors in non-English OS. | 2025.1.1.27 | Fixed |
TDCE-581 GCSE-2626 | In 2024.1, AMP allows data that contains newline characters to be written into CSV files. | 2025.1.1.27 | Fixed |
TDCE-602 | VQB: Does not show schema beginning with "pg" for Postgresql. | 2025.1.1.27 | Fixed |
TDCE-660 GCSE-2834 | Amazon S3 tools do not have Set Up a Connection button in 2024.2. | 2025.1.1.27 | Fixed |
TDCE-748 GCSE-3033 | Postgres Bulk reporst value too long error as Success. | 2025.1.1.27 | Fixed |
TDES-11799 | Marketplace Add-Ons links aren’t opening. | 2025.1.1.27 | Fixed |
TDES-12146 GCSE-2640 | Switching the SharePoint tool version 2.5 to 2.6 doesn't actually change the version. | 2025.1.1.27 | Fixed |
TDES-12156 GAWE-2032 | If users Save As to Alteryx One with an Analytic App, it creates a YXMD workflow instead of a YXWZ app asset type. | 2025.1.1.27 | Fixed |
TDES-13012 GCSE-2869 | User can't select fields for Output Data tool's Take File/Table Name From Field option because field names are translated into the UI language. | 2025.1.1.27 | Fixed |
TDES-13568 GCSE-2970 | Print Settings > Specific Zoom Level doesn’t change the zoom level. | 2025.1.1.27 | Fixed |
TDYN-841 GCSE-2682 | VQB for Databricks UC shows the wrong tables for multiple schemas with the same name in different catalogs. | 2025.1.1.27 | Fixed |
TDYN-878 TCO-963 | The Dynamic Rename tool can crash when a variable record length is used. | 2025.1.1.27 | Fixed |
TDYN-881 | In-DB connection with S3 bulk staging fails. | 2025.1.1.27 | Fixed |
TDYN-893 | BigQuery DSN-less and Simba connections can't be created. | 2025.1.1.27 | Fixed |
Alteryx Intelligence Suite Fixed Issues | |||
TAIS-6 TISE-498 | Protected PDF files cause the PDF to Text tool to end with a plugin error. | 2025.1.0.20240 | Fixed |
TAIS-8 TDST-4018 | The Image Input tool fails with long paths on Windows Server 2016 in 24.1. | 2025.1.0.20240 | Fixed |
TAIS-10 TDST-4005 | The PDF to Text tool throws "AttributeError: 'NoneType' object has no attribute 'strip'". | 2025.1.0.20240 | Fixed |
TAIS-14 TML-10724 | The Image Template tool is not able to import annotation. | 2025.1.0.20240 | Fixed |
TAIS-120 TDST-3697 | The Named Entity Recognition tool breaks if a field named "entities" already exists in the input data. | 2025.1.0.20240 | Fixed |
TAIS-246 | Predict tool: No data throws an unhandled exception. | 2025.1.0.20240 | Fixed |
TAIS-317 TISE-487 | PDF to Text tool unexpected error only when cropping images, not extracting text. | 2025.1.0.20240 | Fixed |
TAIS-322 GCSE-2320 | Image Template tool: Not able to import template. Error says Valid annotation should be made in manual template mode. | 2025.1.0.20240 | Fixed |
Known Issues
Known | |||
---|---|---|---|
ID | Description | Version | Issue Status |
TCPE-1482 GCSE-3046 | Error "Selected encoding with id 42 is not supported" when using a bookmark, symbol, or arrow from Word to send email using a Report Text tool for the message body. | 2025.1.1.27 | Known |
TCPE-1489 GCSE-3055 | Interactive Chart tool: Configure Chart > Axes > Labels section and Exponents dropdown list. If the last option, k/M/B, is chosen, you can’t change it back to None. | 2025.1.1.27 | Known |
TCPE-1526 GCSE-3136 | Designer fails to read .shp files under a path that contains multi-byte characters. | 2025.1.1.27 | Known |
TCPE-1548 GCSE-3187 | Designer fails to read .tar.gz files under a path that contains multi-byte characters. | 2025.1.1.27 | Known |
TCPE-1551 | Unhandled Exception occurs at the start of Designer when the default temporary directory path has Japanese letters. | 2025.1.1.27 | Known |
TDCE-772 GCSE-3111 | Snowflake: The Input Data tool runs out of memory if there are more than 408 columns of mixed data types. | 2025.1.1.27 | Known |
TDCE-775 GCSE-3118 | The original output file attached to the workflow in Manage workflow assets is not packaged when uploading to the Gallery. | 2025.1.1.27 | Known |
TDES-14060 | The ability to cache workflows is available to Basic users, but it is not working. It should not be available to this user role. | 2025.1.1.27 | Known |
TDES-14235 | Data Cleanse Pro tool: < and > can;t be added in Except field. | 2025.1.1.27 | Known |
TDES-14392 | Default Time Zone that contains the letter “z” in the time zone name doesn’t show any results in the Results window. Use an IANA style name as a workaround (for example, Africa/Harare instead of Zimbabwe Time). | 2025.1.1.27 | Known |
TDPY-85 | Python tool: GPU can't be loaded in Alteryx. | 2025.1.1.27 | Known |
Stable Update
Version: 2025.1.2.79
(Minor/Stable)
Minor/Stable Release Version 2025.1.2.79 | |||
ID | Description | Version | Issue Status |
---|---|---|---|
GENG-3141 TDT-1889 | Find Nearest gives the incorrect nearest point. | 2025.1.2.79 | Fixed |
GENG-4914 GCSE-3159 | When running a workflow that processes large amounts of data, the temp files generated by Designer 2023.1 are too large (>2TB) and fill the disk. | 2025.1.2.79 | Fixed |
GENG-4969 GCSE-3243 | Changing the scale of Fixed Decimal to 0 fails with the error "Value size too large to fit in size." | 2025.1.2.79 | Fixed |
GENG-4973 | “The Engine Encountered a Problem” error message. | 2025.1.2.79 | Fixed |
GENG-4989 GCSE-3301 | Metadata doesn't automatically load fields in 2025.1 for XLSX files. | 2025.1.2.79 | Fixed |
GENG-4991 GCSE-3261 | "First", "Last," and "Count(Without Nulls)" methods fail with an error in the Pivot mode on the Table tool. | 2025.1.2.79 | Fixed |
TCO-1448 | The user interface doesn’t return fileOptions for HTML output. | 2025.1.2.79 | Fixed |
TCPE-1554 GCSE-3197 | Safe Mode as Default is not working in 2024.1/2024.2. | 2025.1.2.79 | Fixed |
TDES-14661 | When using Help > Check For Updates, the old alert dialog is displayed instead of the new blue message alert. | 2025.1.2.79 | Fixed |
TINST-2318 | R and AIS (admin and non-admin) fail to detect the Designer install path on Win10/Win11 Chinese builds. | 2025.1.2.79 | Fixed |
TONYXCL-872 | Designer Desktop truncation fixes. | 2025.1.2.79 | Fixed |
Security Updates
Minor/Patch Release Version 2025.1.1.27 | ||
---|---|---|
ID | Description | Version |
GENG-4419 | Upgraded the curl library. | 2025.1.1.27 |
GENG-4420 | Upgraded the GDAL library to a newer supported version. | 2025.1.1.27 |
GENG-4421 | Updated giflib to ensure safer handling of image assets. | 2025.1.1.27 |
GENG-4422 | Upgraded the libexpat library. | 2025.1.1.27 |
GENG-4423 | Upgraded the libTIFF library. | 2025.1.1.27 |
GENG-4700 | Upgraded the Avro library from version 1.11.0 to 1.12.0. | 2025.1.1.27 |
TDALI-6700 | Upgraded React from version 0.13.3 to 0.14.0 to support modern UI components. | 2025.1.1.27 |
TDALI-6701 | Upgraded Lodash from version 4.16.1 to 4.17.21. | 2025.1.1.27 |
TDALI-6702 | Upgraded jQuery from version 3.4.1 to 3.7.1. | 2025.1.1.27 |
TDALI-7156 | Upgraded Lodash-es and jQuery (to version 3.7.1) as part of a broader frontend library modernization effort. | 2025.1.1.27 |
TDALI-7157 TDALI-7158 | Continued modernization of third-party frontend libraries to reduce security risk and align with current best practices. | 2025.1.1.27 |
TDPY-96 | Upgraded the gRPC library from version 1.44.0 to 1.70.1 in Designer Python components for improved network communication and overall reliability. | 2025.1.1.27 |
TDPY-213 | Updated the c-ares library from version 1.34.1 to 1.34.3 to improve DNS resolution reliability and alignment with current best practices. | 2025.1.1.27 |
TDS-1035 | We have updated the embedded OpenSSL module to version 3.0.16. This addresses the following potential vulnerabilities present in OpenSSL 3.0.12, the version previously shipped:
These CVEs do not affect the status of the Alteryx OpenSSL FIPS 140-2 Provider. For more information, go to https://www.openssl.org/news/vulnerabilities-3.0.html. | 2025.1.1.27 |
TDYN-897 | Removed automatic Oracle Instant Client downloads in Designer to simplify configuration and reduce reliance on deprecated third-party libraries. | 2025.1.1.27 |
Minor/Stable Release Version 2025.1.2.79 | ||
GENG-4893 GCSE-2772 | The LibSSH library has been upgraded to address the vulnerability identified as CVE-2023-48795. | 2025.1.2.79 |
GVM-2917 | The Jupyter Core package has been upgraded to address a previously identified security vulnerability: CVE-2025-30167. | 2025.1.2.79 |
TDPY-298 | The Waitress library was upgraded to version 3.0.2. | 2025.1.2.79 |
TDPY-305 | Python was upgraded to 3.10.18 to resolve numerous security vulnerabilities. | 2025.1.2.79 |
TPCI-20 | The c-ares library was upgraded to version 1.34.5. | 2025.1.2.79 |