Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 22:14
· 66 commits to main since this release

v0.6.0 (2026-03-07)

Chores

  • deps: Bump protobuf in the uv group across 1 directory (a21b624)

Bumps the uv group with 1 update in the / directory: protobuf.

Updates protobuf from 6.33.2 to 6.33.5


updated-dependencies:

  • dependency-name: protobuf dependency-version: 6.33.5

dependency-type: indirect

dependency-group: uv ...

Signed-off-by: dependabot[bot] support@github.com

  • deps: Configure Dependabot to use pip for updates (322a771)

Features

  • Add Python API documentation and library usage examples (aa65f59)

  • Add comprehensive "Python API" section to README.md covering:

    • Basic usage with Hierarchy.load() (both RM and Asset API modes)
    • Path ↔ resource name conversion methods
    • Lightweight single-resource lookup via Hierarchy.resolve_ancestry()
    • Scoped loading for large or restricted hierarchies
    • Error handling with GCPathError, ResourceNotFoundError, PathParsingError
    • API reference table for all public symbols
  • Update pyproject.toml description to reflect library capability

  • Add "Topic :: Software Development :: Libraries :: Python Modules" classifier

https://claude.ai/code/session_01M3eDcpXVjivW3zbCXnvbmx


Detailed Changes: v0.5.1...v0.6.0