This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw:release_notes [2023/12/19 17:04] wgates [Version - 2.9, Build 2.9.14] |
bw:release_notes [2025/06/06 13:21] (current) afernandes [Version - 2025 R1.1, Build 2.11.5] |
||
|---|---|---|---|
| Line 226: | Line 226: | ||
| BW2-426 | BW2-426 | ||
| Addressed an issue where log files were not deleting according to the setting | Addressed an issue where log files were not deleting according to the setting | ||
| + | |||
| + | =====Version - 2024 R1, Build 2.10===== | ||
| + | |||
| + | * **New Functionality** | ||
| + | * **BW2-1162** - Implemented support for REST API calls to Bizweaver workflows. The implementation consists of the following: | ||
| + | - A system generated Swagger page that provides information for each endpoint. | ||
| + | - A new API Schema Designer tool that allows the workflow builder to design the API’s payload. | ||
| + | - A new API Response Tool to design the API’s response. | ||
| + | * **BW2-1183** - Implemented new encryption tool to match the algorithm used by Versago. The tool can be used to encrypt Versago links that contain form record identifiers. | ||
| + | * **BW2-1204** - Implemented a new variable tab that allows variable search and sorting in alphabetical and workflow order. | ||
| + | |||
| + | <WRAP center round tip 60%> | ||
| + | In addition, drag & drop functionality to place variables has been added. | ||
| + | </ | ||
| + | |||
| + | * **Improvements** | ||
| + | * **BW2-1064** - Implemented plain-text login of credentials for the Web Service tool so that connection settings can be verified. | ||
| + | |||
| + | * **Fixes** | ||
| + | * **BW2-1260** - Resolved an issue where concatenating a variable that contained an URL in the SQL tool did not work properly. | ||
| + | * **BW2-1261** - Resolved an issue where the SQLResultCount variable did not populate in HANA queries. | ||
| + | * **BW2-1262** - Resolved an issue where the ROUND function in the SQL tool did not work properly for HANA connections. | ||
| + | * **BW2-1323** - Resolved an issue where the concatenation of variables in an SQL query returned an error message. | ||
| + | |||
| + | =====Version - 2025 R1, Build 2.11.4===== | ||
| + | |||
| + | * **New Functionality** | ||
| + | * **BW2-1335** - Bizweaver now supports a subscription license model. This outlines how subscription licenses behave | ||
| + | across various states (See wiki for more details). Key Characteristics of Subscription Licensing: | ||
| + | - | ||
| + | - | ||
| + | - | ||
| + | - Requires periodic online validation with the license server. | ||
| + | - If grace period is exceeded or server checks fail, access will be restricted. | ||
| + | * **BW2-1385** - Implemented a GraphQL connection that lets Bizweaver communicate with a GraphQL server through a | ||
| + | single HTTP endpoint. | ||
| + | Instead of multiple REST routes (e.g., | ||
| + | query that specifies exactly which fields it needs and how they should be nested. The server resolves that | ||
| + | query and returns a JSON payload with only the requested data. | ||
| + | |||
| + | * **Fixes** | ||
| + | * **BW2-1405** - Resolved the issue where Bizweaver no longer accepted more than one parameter when called through | ||
| + | the command line, resulting in a workflow run time error. | ||
| + | * **BW2-1420** - Resolved the issue where log files generated when executing workflows through the Web API could not | ||
| + | be accessed. | ||
| + | * **BW2-1467** - Resolved the issue where the web service and api return a status code of 200 when the executed workflow | ||
| + | fails. | ||
| + | * **BW2-1488** - Resolved the issue where workflows are not saving when a Hana Query is used with Insert statement in | ||
| + | the SQL Command tool. | ||
| + | * **BW2-1489** - Resolved the issue with CLR execution failures in BW 2024R1. | ||
| + | * **BW2-1490** - Resolved the issue with the web api performance degradation reported in BW 2024R1 with nested | ||
| + | workflows. | ||
| + | * **BW2-1491** - Resolved the issue with task cancellations reported in BW 2024R1 with nested workflows. | ||
| + | * **BW2-1495** - Resolved the issue with email delivery failures when the sender information is entered as follow: | ||
| + | SenderName < | ||
| + | * **BW2-1513** - Resolved the issue reported in BW 2.9 and BW 2024R1 when using the FileReader tool to process XML | ||
| + | (with nullable fields) and JSON data. | ||
| + | |||
| + | =====Version - 2025 R1.1, Build 2.11.5===== | ||
| + | |||
| + | * **New Functionality** | ||
| + | * **BW2-1502** - Bizweaver now supports both Basic Authentication and OAuth Authentication (for Exchange Online) for configuring SMTP connections used to send emails in workflows and system notifications. Oauth authentication (for exchange online) requires: a valid Client ID, Client Secret, and Tenant ID. Basic authentication requires: The SMTP server address, the SMTP server port number, a valid email user, a valid email password | ||
| + | |||
| + | |||
| + | |||
| + | * **Fixes** | ||
| + | * **BW2-1526** - Fixed an issue where resizing the GraphQL tool screen causes a distortion of the buttons. | ||
| + | |||
| + | |||
| + | |||