Changelog
Stay up to date with the latest changes and releases.
All releases are published to GitHub Releases. The list below is fetched live from there.
Could not load releases
Failed to fetch releases from GitHub. Check back later or view them directly on GitHub.
Versioning Policy
The Quote Gallery API follows Semantic Versioning principles:
- Patch versions (e.g., v1.0.1) — Bug fixes and non-functional changes. No action required.
- Minor versions (e.g., v1.1.0) — New endpoints, optional fields, or parameters. Fully backward compatible. No action required.
- Major versions (e.g., v2.0.0) — Breaking changes. Released under a new URL prefix (e.g.,
/api/v2). Previous versions remain available with a deprecation timeline.
Deprecation Policy
When a new major API version is released:
- The previous version enters a deprecation period of at least 12 months.
- During the deprecation period, the old version continues to work normally but responses include a
Deprecationheader. - After the deprecation period ends, the old version may return
410 Goneresponses. - Advance notice is provided via email to all registered API key holders and through this changelog.