Feature
- Explicit query parameters on mutation methods: methods that previously accepted
**payloadnow expose documented query parameters as named keyword arguments —orgs.create_repo,orgs.update,webhooks.create,webhooks.update,pulls.request_test,repos.set_org_repo_status,repos.transfer_to_org,repos.transfer,repos.update_transition,repos.update_push_config,repos.update_repo_settings,repos.update_pull_request_settings, andrepos.upload. A trailing**kwargspreserves backward compatibility. - Release artefact upload now returning httpx response:
releases.uploadnow returns thehttpx.Responsefrom the upload PUT request instead ofNone, letting callers inspect status codes and headers.
Fix
- Async issue creation kwargs:
AsyncIssuesResource.createnow correctly forwards**kwargsinto the request body (the sync variant already did).
Docs
- Removed
**payload/**paramsreferences: README, CLI help text, and CLI docs no longer mention**payloador**params; they now describe extra arguments generically. - Updated README badges: PyPI download badge switched to monthly + total (via pepy.tech).
Full Changelog: 1.3.2...1.3.3