All notable changes to this project are documented in this file. The format follows Keep a Changelog and this project adheres to Semantic Versioning.
0.1.0 - 2026-08-30
Initial release.
FoPost.new/1client construction with explicit options, application config, andFOPOST_API_KEY/FOPOST_BASE_URLenvironment fallbacks.- Resource modules:
FoPost.Posts,FoPost.Workspaces,FoPost.Accounts,FoPost.Communities,FoPost.Labels,FoPost.Webhooks,FoPost.Analytics,FoPost.Automations,FoPost.Media. FoPost.request/4escape hatch for endpoints the SDK does not wrap.- Automatic retries on 429, 5xx, and transport errors, honouring
Retry-After. - Webhook signature verification with a constant-time comparison.