Wiki

Scale Your Enterprise

User Tools

Site Tools


bw:release_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bw:release_notes [2023/12/19 16:57]
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 220: Line 220:
     * **BW2-980** - Addressed an issue with the Salesforce web service where the selected fields were not populating in the text area when the 'Query' option was selected.     * **BW2-980** - Addressed an issue with the Salesforce web service where the selected fields were not populating in the text area when the 'Query' option was selected.
     * **BW2-1001** - Addressed an issue with workflow imports where the SMTP connection mapping is missing from the import configuration tab.     * **BW2-1001** - Addressed an issue with workflow imports where the SMTP connection mapping is missing from the import configuration tab.
 +  * **Known Issues** 
 +    * **DIServer SBO Update** - If you have a decision tool after an SBOUpdate tool that uses a DIServer connection, if you try to modify the decision expression, you'll receive the error "Exception while fetching sub nodes for DIAPI object" The workflow will still run without error.  If you need to modify the expression you must first save the mapper tool and save the SBO tool and then the error will be resolved.       
 Fixes for Support Ticket Issues Fixes for Support Ticket Issues
 Items addressed from logged support tickets Items addressed from logged support tickets
 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.
 +</WRAP>
 +
 +  * **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: 
 +      -   Time-limited license with fixed contract dates.
 +      -   Includes access to all product updates during the active subscription period.
 +      -   14-day grace period begins once the license expires.
 +      - 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., /customers, /orders), Bizweaver sends a single, self‑describing 
 +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 <SenderEmailAddress>.
 +  * **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.
 +
 +
 +
bw/release_notes.1703023025.txt.gz · Last modified: 2023/12/19 16:57 by wgates