> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Vantage 3.5.0 release notes

> ABBYY Vantage 3.5.0: a new pending pickup endpoint that lists finished transactions so integrations can collect results without tracking what they already handled, plus fixes across Advanced Designer Fast Learning and Forms activities, Data Catalog caching, business rule processing speed, the Manual Review next-document shortcut, and Quality Analytics reporting data.

## Features

### Pending pickup list for finished transactions

The new `GET /api/publicapi/v1/transactions/pending-pickup` endpoint returns transactions that have finished processing and have not yet been deleted, so an integration can collect results without tracking which transactions it has already handled. Results are ordered by completion time with cursor-based pagination (up to 1,000 items per page) and can be filtered by status and skill. A transaction stays in the list until you delete it with `DELETE /api/publicapi/v1/transactions/{transactionId}`. The list uses at-least-once delivery. Every finished transaction appears at least once, but in some conditions, the same `transactionId` can appear more than once. Store the identifiers you have already processed and skip any that appear again, so that a repeated transaction is not processed twice.

For more information, see [Picking up finished transactions](/vantage/developer/transactions#picking-up-finished-transactions). (656035, 656077, 657334, 657335)

## Fixes

### Advanced Designer

* Fixed an issue where the Fast Learning activity could fail to train after a skill was upgraded to Technology Core 3.0. Training now completes as expected. (677482, 678028, 678276, 678725, 679410)

* Fixed an issue where a Fast Learning or Forms activity could stay linked to the original skill's training and test document sets after an editable copy was created. These activities now use the editable copy's own document sets.

### Data Catalog

* Fixed an issue where updating a data catalog did not clear the cached copy of that catalog, so the earlier records could still be used after the update. Data catalog updates now clear the cache.

### Document processing

* Fixed an issue where processing a very large document that produced a large number of business rule errors could take much longer than expected. These documents now process at the expected speed.

### Manual Review

* Fixed an issue in Manual Review where the Ctrl+D (Cmd+D on Mac) "go to next document" shortcut could open the browser's bookmark dialog instead of advancing to the next document, depending on where the cursor was focused. The shortcut now reliably moves to the next document regardless of focus. (678854)

### Monitor and reporting

* Fixed an issue where an individual transaction could halt reporting data processing, so Quality Analytics reports stopped receiving new data. Reporting data now continues past these transactions.

* Fixed an issue where workflow events could be dropped before reaching the reporting database, so transaction step reports were missing steps for the affected transactions. These events are now recorded reliably.

## Documentation updates

* Added the [ABBYY Vantage Connector for Alteryx](/vantage/connectors/alteryx/alteryx), which adds Vantage document classification and data extraction to Alteryx Designer workflows through the Use Skill, Get Status, Get Result, and Parse Fields custom tools.
