---
sidebar_position: 7
title: Changelog
description: Notable changes to the FilesHub documentation site, latest first.
keywords: [fileshub changelog, docs changelog, release notes]
last_update:
  date: 2026-07-14
  author: Ahsan Mahmood
---

# Changelog

Notable changes to this documentation site, latest first. The FilesHub product's own release notes live with the app at [fileshub.zaions.com](https://fileshub.zaions.com).

## 2026-07-14 — Full API docs + AI surfaces, GitHub Pages

- Moved to **`fileshub-docs.zaions.com`** on **GitHub Pages** as the single host (Firebase Hosting removed).
- Documented the **email API**: [send](api/emails-send) (raw + template, multi-domain, queued), [templates](api/email-templates), and [recurring schedules](api/email-schedules).
- Documented **[jobs](api/jobs)** (poll queued operations) and **[version & health](api/version-health)**.
- Added **[API key restrictions](getting-started/api-key-restrictions)** — ship a key in a React/mobile frontend with web-origin, Android package + signing-cert, and iOS bundle-id allowlisting.
- Added AI-agent surfaces: an **[OpenAPI 3.1 spec](api/openapi)** at [`/openapi.json`](https://fileshub-docs.zaions.com/openapi.json) and a **raw-Markdown mirror** of every page under `/raw/` (index at [`/raw/manifest.json`](https://fileshub-docs.zaions.com/raw/manifest.json)), with a "View raw Markdown" link on each page.
- Added a summarized **[developer utilities index](api/utilities-index)** and expanded the [API overview](api/overview) with scopes and the full endpoint map.

## 2026-06-23 — Initial public docs

- Launched `fileshub-docs.zaions.com` as the public FilesHub documentation site (Docusaurus, hosted on Firebase Hosting + GitHub Pages).
- Documented the storage **object API**: [upload](api/upload-object), [download](api/get-object), [list](api/list-objects), and [delete](api/delete-object), with exact request/response shapes and the `{ "message": ... }` error envelope.
- Added **Getting Started**: [Quick Start](getting-started/quick-start), [Authentication](getting-started/authentication) (`X-API-Key`, permissions, restrictions), and [File visibility](getting-started/file-visibility) (`public` vs `private`).
- Added **Integration Guides**: [Integrate from any app](guides/integrate-from-any-app) (JS/TS, React, PHP/Laravel) and [Browser & mobile uploads](guides/browser-and-mobile-uploads).
- Added a [platform services](platform-services) map of the 50+ utility endpoints, an [FAQ](faq), and a [Privacy](privacy) note.
- Added SEO/AI-discovery files: `robots.txt` (AI-bot allowlist), `sitemap.xml`, `llms.txt`, `llms-full.txt`, `humans.txt`, and `/.well-known/security.txt`, plus JSON-LD (WebSite, Organization, SoftwareApplication).
