Skip to content

v6.3.0

Choose a tag to compare

@alexop1000 alexop1000 released this 14 Feb 16:40
· 33 commits to master since this release

Breaking Changes

Features

  • Improved OpenCloud JSDoc — Endpoint documentation now includes human-readable operation names, stability badges, OAuth scopes, Lua equivalents, engine usability, and @deprecated/@see annotations for endpoints with recommended v2 alternatives.
  • scopes on endpoint objects — OpenCloud endpoints now expose a scopes array at runtime containing the required OAuth scope names.
  • Schema overrides — Added a schema_overrides.json system to fix incorrect types in upstream OpenAPI specs. Currently used to correct the Catalog API category/subcategory fields from large unions to string.
  • New Group Forum endpoints (v2) — Added getCloudV2GroupsGroupIdForumCategories, getCloudV2GroupsGroupIdForumCategoriesForumCategoryIdPosts, and getCloudV2GroupsGroupIdForumCategoriesForumCategoryIdPostsPostIdComments.
  • Base URLs now auto-extracted — v1 OpenCloud base URLs are now derived from the OpenAPI spec's servers array rather than being hardcoded, reducing drift from upstream specs.