Skip to content

No tagged release includes the drives-permissions / activities / driveItem APIs (only on main since v1.0.4) #11

Description

@dj4oC

Summary

The drive-permissions API (invite / createLink / list / update / delete permissions), the activities API, and the driveItem API are present on main but are not in any tagged release. The latest tag, v1.0.4, predates them (main is ~67 commits ahead, last commit 2026-05-28), so go get github.com/owncloud/libre-graph-api-go resolves to v1.0.4, which has no api_drives_permissions.go / api_activities.go / api_drive_item.go at all.

Impact

Consumers that need those endpoints must pin a main pseudo-version rather than a stable tag. For example owncloud/ocis-mcp-server#24 pins v1.0.5-0.20260528080633-1156304e59ee to migrate its share/space tooling onto the SDK, because the sharing/permissions endpoints simply don't exist in v1.0.4.

Request

Could a release be cut that includes these API services (and the other model updates on main)? That would let downstream projects depend on a stable tag instead of an untagged commit.

Environment

  • latest release: v1.0.4
  • main: adds api_drives_permissions.go, api_activities.go, api_drive_item.go (absent from v1.0.4)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions