Skip to content

@growi/core@2.5.0

Choose a tag to compare

@yuki-takei yuki-takei released this 27 Jul 08:33
18235a8

Minor Changes

  • #11267 659c93d Thanks @miya! - Rename and prune AI-related access token scopes

    • Renamed the user-feature scope features:ai_assistantfeatures:ai (read/write). The constants SCOPE.READ/WRITE.FEATURES.AI_ASSISTANT are now SCOPE.READ/WRITE.FEATURES.AI, and the scope strings are read:features:ai / write:features:ai.
    • Removed the now-unused admin scope admin:ai_integration (read/write); the admin AI integration screen has been removed.

    BREAKING: access tokens previously granted read|write:features:ai_assistant no longer match the renamed scope and will lose access to AI endpoints until re-granted (or remapped via migration). Tokens carrying read|write:admin:ai_integration retain a now-meaningless scope string.

    • AI 関連のアクセストークンスコープ features:ai_assistantfeatures:ai にリネームし、未使用となった管理者スコープ admin:ai_integration を削除(破壊的変更: 旧スコープのトークンは再付与が必要)。
  • #11092 e2375eb Thanks @yuki-takei! - Add interfaces for growi-vault

    • GROWI Vault 機能向けの共有インターフェースを追加。