Skip to content

Releases: UiPath/uipath-typescript

1.0.0-beta.16

14 Nov 10:34
5dad681

Choose a tag to compare

1.0.0-beta.16 Pre-release
Pre-release

Bug Fixes:

  • An issue affecting frontend application builds using the SDK with esbuild has been resolved
    • Previously, builds failed with the error:
X [ERROR] Could not resolve "crypto"

The package "crypto" wasn't found on the file system but is built into node. Are you trying to bundle for node?
  • Field names returned by entity getRecordsById entity method have been corrected from camelCase to PascalCase. [Breaking Change]

1.0.0-beta.15

14 Nov 10:09
5dad681

Choose a tag to compare

1.0.0-beta.15 Pre-release
Pre-release

New Features & Improvements

  • Default expanded fields (AssignedToUser, CreatorUser, LastModifierUser) have been added to the getAll() and getById() task methods.
  • getExecutionHistory, getStages, and getActionTasks methods have been introduced to the case instance object.
  • getExecutionHistory, getBpmn, and getVariables methods have been introduced to process instance object.
  • Maestro incident methods have been introduced

BREAKING CHANGES

  • Removed folderId from task-bound methods (assign, reassign, unassign).
  • Renamed response field organizationUnitIdfolderId in task create and getAll.

Bug Fixes

  • Fixed an issue where the currentPage field in PaginatedResponse always showed 1 for services that do not support page jumping.
  • Resolved module resolution conflicts that caused incompatibility with certain frameworks.
  • Fixed the task assignment method where userId was incorrectly required.
    userId is now optional — tasks can be assigned using either userId or userEmail

1.0.0-beta.14

30 Sep 05:49
8a19a96

Choose a tag to compare

1.0.0-beta.14 Pre-release
Pre-release
  • Feat: Add Maestro case management methods
  • Fix: sdk oauth initialize on user interaction

Breaking change:

  • Task's getAll, getById, create method response used to contain organizationUnitId field, it's now renamed to folderId

1.0.0-beta.13

25 Sep 04:39
94dd25d

Choose a tag to compare

1.0.0-beta.13 Pre-release
Pre-release
  • Introduced maestro process instance get variables method
  • Fix sdk module resolve issue for webpack

1.0.0-beta.12

17 Sep 07:59

Choose a tag to compare

1.0.0-beta.12 Pre-release
Pre-release

Fixed: Pagination now works in web browsers

We've fixed an issue where pagination cursor wasn't working properly when using the sdk in web browsers. The reason was the use of Node's Buffer for encoding and decoding cursors which does not work in browser env.

Full Changelog: https://github.com/UiPath/uipath-typescript/commits/1.0.0-beta.12