Skip to content

API Changelog · Developers

The running log of additions and confirmed behavioral changes to the Dailybot public API.

Additive changes to the Dailybot public API land continuously. Breaking changes ship behind a new URL prefix (/v2/) with a minimum six-month sunset on the previous version. This page is the running log — add it to your reader and you’ll never have to guess when a new endpoint appeared.

What qualifies as a change

We log four categories: **Added** (new endpoint, new field on a response, new query parameter), **Changed** (behavior of an existing endpoint changed in a compatible way), **Deprecated** (feature we plan to remove, always with the earliest removal date), and **Removed** (breaking removal, always announced ≥ 6 months earlier under Deprecated). We do not log purely internal changes.

Entries

Added

Trilingual API reference at /developers/api/

Every one of the 101 public API endpoints across 18 groups now has a dedicated reference page rendered from a content collection. Each endpoint documents auth methods, parameters, request/response schemas, error codes, and rate-limit scope. Trilingual mirrors under /es/ and /pt/.

Commitment

Parity commitment: API key vs. CLI Bearer

Formalized the design commitment that every non-CLI-only endpoint accepts both credential types with identical response shape. See /developers/authentication#parity-guarantee. Rollout of the api-services enforcement is tracked and will be logged here when complete.