Auto-indexing service and GraphQL API for AT Protocol Records

chore: update changelog

+8 -5
+8 -5
CHANGELOG.md
··· 8 8 ## [Unreleased] 9 9 10 10 ### Added 11 + - Add isNull filter support for ref fields in where clauses (5d9f426) 12 + - Improve GraphQL type generation for lexicons (926d449) 11 13 - Add statusphere HTML example and viewer query (d94e41a) 12 - - Add comprehensive OAuth scope validation and client type support (dc1930a) 13 - - Add Model Context Protocol (MCP) server (5a575a8) 14 + - Add OAuth scope validation and client type support (dc1930a) 15 + - Add Model Context Protocol (MCP) server (98e54d5) 14 16 - Refactor admin DID handling and add Settings.adminDids field (2484ea1) 15 17 - Migrate environment variables to database config table (cbb7b25) 16 18 - Add PLC_DIRECTORY_URL env var override for bootstrap (32aec91) ··· 18 20 - Sync actor records on first login (47f2d32) 19 21 20 22 ### Fixed 23 + - Resolve strongRef refs in nested object types (434a89f) 24 + - Resolve nested refs within others object types (70d972d) 25 + - Show reset alert in danger zone section of settings (7bedfb3) 21 26 - Correct test expectation for invalid scope error handling (66d69e8) 22 27 23 28 ### Changed 29 + - Implement nested forward join resolution for strongRef fields (3304ad9) 24 30 - Remove /example folder, move docker-compose to root (2a67762) 25 31 - Move docs/plans to dev-docs/plans (a9d7648) 26 32 - Update settings (ef37374) 27 33 28 34 ### Documentation 29 - - Add authentication guide for app developers (234bf75) 30 - - Add OAuth scopes implementation plan (6fd8716) 31 - - Add admin onboarding implementation plan (5a575a8) 32 35 - Remove deprecated env vars from deployment guide (7da5864)