Skip to content

Release v3.2.0 - #844

Merged
developerkunal merged 1 commit into
mainfrom
release/v3.2.0
Aug 5, 2026
Merged

Release v3.2.0#844
developerkunal merged 1 commit into
mainfrom
release/v3.2.0

Conversation

@developerkunal

Copy link
Copy Markdown
Contributor

Added

  • feat: add Agents client with List (cursor-paginated), Create, Read, Delete, and Update methods #842 (developerkunal)
  • feat: add Organizations.Clients client with List (checkpoint-paginated), Create, Delete, Get, and Update methods for managing organization-client associations, and expose IsAppEntitlementActive and Client on organization responses #842 (developerkunal)
  • feat: add Organizations.Roles.Groups client with List to retrieve the groups assigned to a role within an organization #842 (developerkunal)
  • feat: add Keys.NetworkACLs client with Create for keys used to verify HTTP Message Signatures on Network ACL rules #842 (developerkunal)
  • feat: add Connections.DirectoryProvisioning.AddSynchronizedGroupSelections and Connections.DirectoryProvisioning.DeleteSynchronizedGroupSelections methods #842 (developerkunal)
  • feat: add Type (RoleTypeEnum) and OwnerID fields to role responses and requests for organization-level roles #842 (developerkunal)

Fixed

  • fix: EventStreams.Deliveries.List now decodes the deliveries list and next cursor from the response object and returns a *core.Page[...], so pagination works and the next cursor is surfaced. Previously it decoded the response directly into a slice, which did not match the endpoint's payload #842 (developerkunal)
  • fix: apply default query parameters when a paginated List receives a nil request, so defaults such as include_totals are sent instead of being dropped #843 (developerkunal)

@developerkunal
developerkunal requested a review from a team as a code owner August 5, 2026 07:07
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.05%. Comparing base (90da149) to head (3f8274f).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@developerkunal
developerkunal merged commit 719005b into main Aug 5, 2026
6 checks passed
@developerkunal
developerkunal deleted the release/v3.2.0 branch August 5, 2026 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants