Skip to content

History / SchemaGenerator

Revisions

  • Add docs: observability, cache, adapters, and APIs Add and update framework documentation to introduce runtime features and integrations. New pages: AdapterRegistry, Cache, CloudflareTurnstile, CrudIncludePreloader, CrudResourceMetadata, EmptyResponse, FilesystemMetadata, HttpCache, MeilisearchClient, Observability, ObservabilityEvent*, OpenAIClient, OpenTelemetryHttpExporter, ResendMailer, UiRenderer, and others. Update API, Application, Env, Configuration-file, CrudController, CrudResourceConfig, ApiExposable, Database, Form, FormControl, ErrorCodes and related docs to reference these additions: adapter registry usage, process-local metadata/cache (FilesystemMetadata, CrudResourceMetadata, Env caching), include preloader for bulk relation loading, explicit HttpCache/EmptyResponse examples, observability spans and debug headers, and expanded .env variables for cache, observability, exporters, Stripe/OpenAI/Resend/Meilisearch/Cloudflare Turnstile. Also document best practices for clearing process-local caches in long-running processes and note that DB/cache helpers emit spans when observability is enabled.

    @viames viames committed Apr 22, 2026
  • Add extensive Pair framework docs and update indexes Add dozens of new markdown docs for Pair framework components (ACL, exceptions, services, mailers, form controls, helpers, models, integrations and more). Update API.md and Home.md to reference the new pages. Extend ActiveRecord.md with a modern quick reference and practical recipes, add additional Database usage examples, and include minor updates to Query.md, Model.md and View.md to reflect the expanded documentation. These changes populate the docs/wiki with usage examples, main methods, and implementation notes for each component.

    @viames viames committed Feb 24, 2026