jsonapi_frontend 1.0.10

Bug fixes

Fix proxy-secret 403 responses to use application/json; add functional smoke test coverage; CI/coverage + docs hardening updates.

jsonapi_frontend 1.0.9

Bug fixes

- jsonapi/routes query parsing + routes feed pagination

jsonapi_frontend 1.0.6

New features

- Adds Redirect module support (resolver returns kind=redirect with status)
- Adds optional “Protect /jsonapi/*” mode for fully hidden origins (requires X-Proxy-Secret)
- Docs + starters updated for the new behavior

jsonapi_frontend 1.0.5

Bug fixes

- Admin UI: adds copy/paste settings.php snippet for proxy/routes/revalidation secrets (env/settings.php overrides).
- No API changes.

jsonapi_frontend 1.0.4

- Added optional secret-protected /jsonapi/routes feed for SSG/build-time route enumeration
- Secrets moved out of config exports (state by default; optional settings.php overrides)
- Update hook migrates any existing secrets out of config

jsonapi_frontend 1.0.3

This release updates documentation to clarify authenticated JSON:API usage (Basic/OAuth/JWT), caching behavior (anonymous-only caching for /jsonapi/resolve), and CSRF considerations for cookie-based writes. No functional code changes.

jsonapi_frontend 1.0.2

Bug fixes

Initial stable release of jsonapi_frontend (Drupal 10/11).

- Adds /jsonapi/resolve (path → JSON:API URL resolver; supports aliases + language negotiation)
- Hybrid headless configuration per bundle; optional Views support via jsonapi_views
- Optional cache revalidation webhooks and optional origin protection (shared secret)

No database updates required; update via Composer and clear caches.

Subscribe with RSS Subscribe to Releases for JSON:API Frontend