Hugging Face logo

Changelog

Keep track of latest changes on the Hugging Face Hub

Mar 31, 26
Storage Buckets for Spaces

You can now mount HF Buckets as persistent storage volumes directly in your Spaces. In Space settings, the new "Storage Buckets" section lets you create or select a bucket, set the mount path and access mode. You can also attach a bucket when creating a new Space.

Useful for caching model weights, storing user uploads, or sharing files between Spaces under the same organization.

image

Mar 24, 26
Introducing hf-mount

You can now attach any Storage Bucket, model or dataset from the Hub as a local filesystem. It allows you to attach remote storage that is 100x bigger than your local machine's disk. This is also perfect for Agentic storage! Read-write for Storage Buckets, read-only for models and datasets.

Get started by installing hf-mount from the GitHub repo: https://github.com/huggingface/hf-mount

image

Mar 20, 26
Protected Spaces with Public URLs

You can now set your Spaces to protected, making them private on Hugging Face while still keeping their URL publicly accessible.

This is useful for deploying production-ready demos or internal tools without exposing model weights, prompts, or proprietary logic.

Combined with custom domains you can also host your website on Hugging Face.

protected-spaces