Skip to content

v2.0.10

Choose a tag to compare

@laurentgoudet laurentgoudet released this 02 Mar 21:35
· 10 commits to main since this release
ef1ae51

Fixes

HIGH — Silent failures

  • blog_post_search/create/edit: Visibility values must be numeric integers (0 = draft, 1 = published, 2 = archived), not string names like "published". String values were silently failing due to PHP type juggling. Fixed Zod types and descriptions.

MEDIUM

  • revision_search: Added missing draft to statuses description
  • file_upload: Added viewPolicy and canCDN parameters

LOW

  • phid_query: Clarified description — returns handle info (name, URI, type), not full object data
  • task_search: Improved hasParents/hasSubtasks descriptions to document three-state behavior (true/false/omit)
  • repository_edit: Added subscribers.add/subscribers.remove transaction types