@clerk/backend@3.4.11
📦 clerkView on GitHub →
✨ 1 features⚡ 1 deprecations🔧 1 symbols
Summary
This patch release introduces the new `agentTaskId` field in the Agent Tasks Create response while deprecating the older `taskId` field, alongside minor dependency updates.
Migration Steps
- Replace usage of `taskId` with `agentTaskId` in Agent Tasks Create responses.
✨ New Features
- Added `agentTaskId` to the Agent Tasks Create response.
Affected Symbols
⚡ Deprecations
- The field `taskId` is deprecated in the Agent Tasks Create response; use `agentTaskId` instead.