tFLOW API changelog 2019

tFLOW v10.7.1
rev 2ce2cf99
Release date: 11/29/2019
No changes

 
 
tFLOW v10.7
rev 56322ce6
Release date: 11/27/2019
No changes
 
 
 
FLOW v10.6.5
rev 48c1476d
Release date: 10/03/2019
 
-
 
User/CreateUser and User/UpdateUser methods is now accepting a new non-mandatory parameter, osr_suspend_until_first_approval.
It is corresponding to the "Wait until jobs Awaiting Approval to start notifications" checkbox in the UI (See the Email Alerts tab in the user properties dialog. Note that the checkbox is visible only when the "Status Report" checkbox is set.)
Previously there was no method to set chat checkbox programmatically.
-
 
Many methods of tFLOW API receive identifiers of tFLOW entities, such as client_id, product_id, etc. Previously, if the identifier was not an integer, tFLOW returned 500 "Internal server error" HTTP code instead of a validation error. That behavior have been fixed and now tFLOW returns a validation error saying the identifier is not valid.

 

 

FLOW v10.6.4

rev 2c43ec92
Release date: 07/24/2019

No changes

 
 
 
FLOW v10.6.3
rev 27dd73f3
Release date: 06/12/2019
 
-
 
API change: now methods allowing to upload artworks (such as CreateJob, UploadAndCreateJob, or ExecuteTransition may return validation error if the uploading artwork has file extension not allowed to upload.
By default, not allowed extensions are: "exe", "dll", "so", "bin", "sys", "bat", "cmd"
 

 

FLOW v10.6.2

rev 017c51e9
Release date: 05/15/2019

No changes

 

FLOW v10.6.1

rev 70ff2d7b
Release date: 04/24/2019

No changes

 

FLOW v10.6

rev ff65793f
Release date: 02/27/2019
 
57177
bug
User::GetInitialInfo API method returns duplicates in defaults['visibleClientIds']
 
 
 

tFLOW v10.5
rev e9e9c083
Release date: 01/29/2019

No changes
 

 
FLOW v10.4
rev 488b79b9
Release date: 01/16/2019
 
-
  The inherit_finishing_profile parameter has been removed from the OrderCreate, OrderUpdate, JobCreate, and JobUpdate methods. Now the system always behaves as if it would be false.