improved
SDK Version 1.16.0 Release Notes
4 months ago by Pilar Sterne
Version 1.16.0 of the Benchling SDK makes Webhook subscriptions generally available via the Manifest API. With this release, the BenchlingAppManifestSubscriptions
model receives updates for subscribing to Webhooks. This follows from our announcement: Explicit Webhook Subscriptions and Webhook Version Update.
Whatโs Changing?
Added
WorkflowTaskGroupMappingCompletedEvent
has been added as an Event (v2.workflowTaskGroup.mappingCompleted
), deliverable only via EventBridge. This event is not available for delivery via Webhooks in this release.
Removed
EventCreatedMessageSubscriptionV0Beta
has been removed. All clients should useMessageSubscriptionWebhookV2Beta
instead.- The enum
MessageTypeWebhookV2Beta
incorrectly contained v2-beta subscription objects. E.g.,v2-beta.assayRun.created
orV2_BETAASSAYRUNCREATED
are replaced byv2.assayRun.created
orV2_ASSAYRUNCREATED
.
Version 1.16.0 of the Benchling SDK is now live! Find the SDK in PyPI.