release: 6.1.0#2750
Merged
musa-cf merged 15 commits intoMay 6, 2026
Merged
Conversation
chore: update stats
* feat(api): add zero_trust_device_deployment_groups resource * feat(api): add zero_trust_device_deployment_groups resource
✽ Sync staged changes
710c952 to
06f49cc
Compare
06f49cc to
79351f3
Compare
…s to Security Center API * feat(SCTR): add audit log, classification, and context endpoints to Security Center API
✽ Sync staged changes
79351f3 to
2eb3a30
Compare
musa-cf
approved these changes
May 6, 2026
Contributor
Author
|
🤖 Release is at https://github.com/cloudflare/cloudflare-typescript/releases/tag/v6.1.0 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release PR
6.1.0 (2026-05-04)
Full Changelog: v6.0.0...v6.1.0
Features
Security Center - New Insights Sub-Resources
Three new sub-resources added under
client.securityCenter.insights:AuditLogs (
client.securityCenter.insights.auditLogs)list({ ...params }) -> AuditLogListResponsesCursorPaginationlistByInsight(issueId, { ...params }) -> AuditLogListByInsightResponsesCursorPaginationNew types:
AuditLogListResponse,AuditLogListByInsightResponseClassification (
client.securityCenter.insights.classification)update(issueId, { ...params }) -> ClassificationUpdateResponseNew types:
ClassificationUpdateResponseContext (
client.securityCenter.insights.context)get(issueId, { ...params }) -> ContextGetResponseNew types:
ContextGetResponseZero Trust - Device Deployment Groups
New sub-resource
client.zeroTrust.devices.deploymentGroups:create({ ...params }) -> DeploymentGrouplist({ ...params }) -> DeploymentGroupsV4PagePaginationArraydelete(groupId, { ...params }) -> DeploymentGroupDeleteResponseedit(groupId, { ...params }) -> DeploymentGroupget(groupId, { ...params }) -> DeploymentGroupNew types:
DeploymentGroup,DeploymentGroupDeleteResponseQueues - Metrics Endpoint
New method on
client.queues:getMetrics(queueId, { ...params }) -> QueueGetMetricsResponseOrganizations - Audit Logs
New sub-resource
client.organizations.logs.audit:list(organizationId, { ...params }) -> LogAuditListResponsesCursorPaginationAfterNew types:
LogAuditListResponseThis pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions