Auto-indexing service and GraphQL API for AT Protocol Records
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update changelog for v0.16

+33 -21
+33 -21
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## v0.16.0 9 + 10 + ### Added 11 + - Add secure public OAuth flow with DPoP and quickslice-client-js SDK 12 + 13 + ### Fixed 14 + - Pass OAuth scopes through without filtering in client metadata 15 + 16 + ### Changed 17 + - Update docker-compose 18 + - Add editorconfig and format examples HTML 19 + 8 20 ## v0.15.1 9 21 10 22 ### Fixed 11 - - Pass OAuth scopes through without filtering in client metadata (fe4c3a7) 23 + - Pass OAuth scopes through without filtering in client metadata 12 24 13 25 ## v0.15.0 14 26 15 27 ### Added 16 - - Add isNull filter support for ref fields in where clauses (5d9f426) 17 - - Improve GraphQL type generation for lexicons (926d449) 18 - - Add statusphere HTML example and viewer query (d94e41a) 19 - - Add OAuth scope validation and client type support (dc1930a) 20 - - Add Model Context Protocol (MCP) server (98e54d5) 21 - - Refactor admin DID handling and add Settings.adminDids field (2484ea1) 22 - - Migrate environment variables to database config table (cbb7b25) 23 - - Add PLC_DIRECTORY_URL env var override for bootstrap (32aec91) 24 - - Handle OAuth errors with proper redirects (497c5e4) 25 - - Sync actor records on first login (47f2d32) 28 + - Add isNull filter support for ref fields in where clauses 29 + - Improve GraphQL type generation for lexicons 30 + - Add statusphere HTML example and viewer query 31 + - Add OAuth scope validation and client type support 32 + - Add Model Context Protocol (MCP) server 33 + - Refactor admin DID handling and add Settings.adminDids field 34 + - Migrate environment variables to database config table 35 + - Add PLC_DIRECTORY_URL env var override for bootstrap 36 + - Handle OAuth errors with proper redirects 37 + - Sync actor records on first login 26 38 27 39 ### Fixed 28 - - Encode non-UTF-8 binary data as $bytes in JSON (d5bd2c4) 29 - - Resolve strongRef refs in nested object types (434a89f) 30 - - Resolve nested refs within others object types (70d972d) 31 - - Show reset alert in danger zone section of settings (7bedfb3) 32 - - Correct test expectation for invalid scope error handling (66d69e8) 40 + - Encode non-UTF-8 binary data as $bytes in JSON 41 + - Resolve strongRef refs in nested object types 42 + - Resolve nested refs within others object types 43 + - Show reset alert in danger zone section of settings 44 + - Correct test expectation for invalid scope error handling 33 45 34 46 ### Changed 35 - - Implement nested forward join resolution for strongRef fields (3304ad9) 36 - - Remove /example folder, move docker-compose to root (2a67762) 37 - - Move docs/plans to dev-docs/plans (a9d7648) 38 - - Update settings (ef37374) 47 + - Implement nested forward join resolution for strongRef fields 48 + - Remove /example folder, move docker-compose to root 49 + - Move docs/plans to dev-docs/plans 50 + - Update settings 39 51 40 52 ### Documentation 41 - - Remove deprecated env vars from deployment guide (7da5864) 53 + - Remove deprecated env vars from deployment guide