Release v3.2.0 - #844
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #844 +/- ##
=======================================
Coverage 87.05% 87.05%
=======================================
Files 399 399
Lines 184162 184162
=======================================
Hits 160315 160315
Misses 17863 17863
Partials 5984 5984 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
duedares-rvj
approved these changes
Aug 5, 2026
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.
Added
Agentsclient withList(cursor-paginated),Create,Read,Delete, andUpdatemethods #842 (developerkunal)Organizations.Clientsclient withList(checkpoint-paginated),Create,Delete,Get, andUpdatemethods for managing organization-client associations, and exposeIsAppEntitlementActiveandClienton organization responses #842 (developerkunal)Organizations.Roles.Groupsclient withListto retrieve the groups assigned to a role within an organization #842 (developerkunal)Keys.NetworkACLsclient withCreatefor keys used to verify HTTP Message Signatures on Network ACL rules #842 (developerkunal)Connections.DirectoryProvisioning.AddSynchronizedGroupSelectionsandConnections.DirectoryProvisioning.DeleteSynchronizedGroupSelectionsmethods #842 (developerkunal)Type(RoleTypeEnum) andOwnerIDfields to role responses and requests for organization-level roles #842 (developerkunal)Fixed
EventStreams.Deliveries.Listnow decodes thedeliverieslist andnextcursor from the response object and returns a*core.Page[...], so pagination works and thenextcursor is surfaced. Previously it decoded the response directly into a slice, which did not match the endpoint's payload #842 (developerkunal)Listreceives a nil request, so defaults such asinclude_totalsare sent instead of being dropped #843 (developerkunal)