Feature
- projects: Allow importing additional items from GitHub (
ce84f2e
) - objects: Support fetching PATs via id or
self
endpoint (19b38bd
) - Add resource_weight_event for ProjectIssue (
6e5ef55
) - backends: Use PEP544 protocols for structural subtyping (#2442) (
4afeaff
) - client: Add http_patch method (#2471) (
f711d9e
) - cli: Add setting of
allow_force_push
for protected branch (929e07d
)
Fix
- cli: Warn user when no fields are displayed (
8bf53c8
) - client: Properly parse content-type when charset is present (
76063c3
) - Support int for
parent_id
inimport_group
(90f96ac
) - cli: Add ability to escape at-prefixed parameter (#2513) (
4f7c784
) - cli: Display items when iterator is returned (
33a04e7
) - Typo fixed in docs (
ee5f444
)