Change8

v1.1.4

Breaking Changes
📦 huggingface-hubView on GitHub →
1 breaking1 features🔧 1 symbols

Summary

Version 1.1.4 introduces pagination for `list_user_access` results, which required a necessary breaking change to align with the updated server API.

⚠️ Breaking Changes

  • The return type for `list_user_access` has changed due to a necessary server-side API update. Users should update their code to handle the new paginated result structure.

Migration Steps

  1. Review the implementation of calls to `list_user_access` to correctly handle the new paginated response structure.

✨ New Features

  • Results from `list_user_access` are now paginated.

Affected Symbols