> ## Documentation Index
> Fetch the complete documentation index at: https://docs.daycopilot.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Day Copilot API updates and changes

## Changelog

Stay up to date with Day Copilot API changes, new features, and improvements.

<Note>
  This changelog covers API changes only. For product updates, visit the [Day Copilot blog](https://daycopilot.ai/blog).
</Note>

## 2025

### November 2025

**API v1 - Initial Release**

* ✅ Tasks API (complete CRUD operations)
* ✅ Events API (calendar management)
* ✅ Contexts API (organization and sharing)
* ✅ OAuth 2.0 authentication
* ✅ Row Level Security (RLS)
* ✅ Draft/publish workflow
* ✅ Comments on tasks and events
* ✅ OpenAPI 3.0 specification

### Coming Soon

**Q1 2026**

* 🔄 Webhooks (real-time notifications)
* 🔄 Recurring events
* 🔄 Bulk operations
* 🔄 Advanced search filters

**Q2 2026**

* 🔄 Official SDKs (JavaScript, Python, Go)
* 🔄 GraphQL API
* 🔄 WebSocket support for real-time updates

***

## How to Stay Updated

<CardGroup cols={2}>
  <Card title="API Status" icon="signal" href="https://status.daycopilot.ai">
    Monitor API uptime and incidents
  </Card>

  <Card title="GitHub Discussions" icon="github" href="https://github.com/daycopilot/api/discussions">
    Join the API community
  </Card>

  <Card title="API Newsletter" icon="envelope" href="mailto:api-updates@daycopilot.ai?subject=Subscribe">
    Subscribe to API updates
  </Card>

  <Card title="RSS Feed" icon="rss">
    Subscribe via RSS (coming soon)
  </Card>
</CardGroup>

## Changelog Format

We follow [semantic versioning](https://semver.org/) for API versions:

* **Major (v1 → v2)**: Breaking changes
* **Minor (v1.0 → v1.1)**: New features, backward compatible
* **Patch (v1.0.0 → v1.0.1)**: Bug fixes

### Breaking Changes Policy

* Breaking changes only in major versions
* Minimum 6 months notice before deprecation
* Migration guides provided
* Old versions supported for 12 months

## Past Changes

*No previous versions - this is the initial API release.*

***

**Questions about API changes?** Contact [api@daycopilot.ai](mailto:api@daycopilot.ai)
