v0.2.11
Features
Customers
-
Added customer management tools, including:
-
Customer CRUD operations
-
Customer property management
-
Customer property value management
-
Customer request management
-
Customer work item linking and unlinking
-
Releases
-
Added release management tools, including:
-
Release CRUD operations
-
Release tag management
-
Release label management
-
Release work item management
-
Release changelog management
-
Improvements
Work Items
-
list_work_itemsandlist_archived_work_itemsnow correctly honor sparse field selections, returning only the requested fields. -
Improved assignee and label management compatibility across Plane API versions by handling both object- and ID-based response formats.
Fixes
Work Items
-
Fixed sparse field serialization where the
fieldsparameter was accepted but ignored in list responses. -
Fixed
manage_work_item_assigneeandmanage_work_item_labelfailing on API versions that return assignees and labels as plain ID strings instead of objects.
Workspace
- Fixed
WorkspaceFeatureupdates to support partial (PATCH) requests by making feature fields optional, allowing callers to update only the specified features.
Full Changelog: v0.2.10...v0.2.11