Developers

Changelog

Current Meteorack SDK surface and documented milestones backed by the repository.

This changelog tracks the current public developer surface that is backed by the repository, not aspirational or stale legacy APIs.

Notes

  • Reference counts are tied to the synced SDK source files.
  • The docs portal now reads canonical source content for guides, examples, canonical SDK docs, and the SDK v1 reference tree.
  • Remaining public API documentation is intentionally marked as preview until the runtime contract is finalized.

v1.0.0

major
  • Developer portal aligned to the current repository surface
  • 7 contracts, 10 services, and 7 runtime traits documented from code
  • React reference updated to the durable @meteorack/modules-sdk-ui package surface
Added

PluginContract, ModuleContract, LifecycleAwareInterface, HealthCheckInterface, SlotProviderInterface, AdapterContract, and AdminTakeoverInterface documentation

Added

SettingsServiceInterface, CacheServiceInterface, HttpServiceInterface, LoggerServiceInterface, EventsServiceInterface, ChannelServiceInterface, LicenseServiceInterface, TokensServiceInterface, SchedulerServiceInterface, and StorageServiceInterface reference coverage

Added

HasSettings, HasRestRoutes, HasAssets, HasCron, HasMigrations, HasCapabilities, and HasNotices runtime trait coverage

Added

Current React UI surface documented from the durable @meteorack/modules-sdk-ui package

Changed

Crash isolation with automatic safe mode after 3 failures

Changed

Getting started, guides, and examples rewritten around AbstractModule, SdkContext, scaffolded files, and verified WP-CLI commands

Changed

Legacy references to ModuleInterface::boot(), SettingsInterface, LoggerInterface, HasAdminPage, HasCLI, HasScheduledTasks, and @meteorack/sdk/components removed from the public docs