Skip to content

v0.2.11

Choose a tag to compare

@github-actions github-actions released this 23 Jul 12:49
· 4 commits to main since this release
96cf4d5

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_items and list_archived_work_items now 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 fields parameter was accepted but ignored in list responses.

  • Fixed manage_work_item_assignee and manage_work_item_label failing on API versions that return assignees and labels as plain ID strings instead of objects.

Workspace

  • Fixed WorkspaceFeature updates 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