Release 2021.2.25¶
General Changes¶
Previously, the RESTlet only considered the
Internal Id
of the records when processing data from a saved search. In some situations, this could cause the RESTlet to loop forever. IfLine Id
is present in the saved search output and the ved_searchparamter/value
“row_line_id”: 0` is present, both the Internal Id and the Line Id are used when fetching results.A bug in the handling of batch sizes was fixed. Batch sizes of up to 50,000 records are now supported. This should be considered a technical/theoretical maximum – many saved searches will fail with batch sizes this large. The choice of batch sizes larger than 1,000 must be done on an experimental, case-by-case basis.
Changes to Job Configuration¶
row_line_id
was added.restlet_log_level
was added.
Other Changes¶
Improved documentation.
Bug fixes for
Other¶
Documentation in this release is incomplete. This release will be followed shortly by another release that completes the documentation.