Auto-indexing service and GraphQL API for AT Protocol Records quickslice.slices.network/
atproto gleam graphql

chore: update changelog

+22
+22
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 + ## [Unreleased] 9 + 10 + ### Added 11 + - Add redirectUri option to QuicksliceClient 12 + - Make lexicon import declarative (wipe-and-replace) 13 + 14 + ### Fixed 15 + - Complete AT Protocol token refresh implementation 16 + - Transform BlobInput to AT Protocol format in create/update mutations 17 + - Use all lexicons for ref validation in create/update mutations 18 + - Fix quickslice client exports 19 + 20 + ### Changed 21 + - Extract car/ into standalone atproto_car package 22 + - Reorganize lexicon GraphQL into modular structure 23 + - Reorganize admin GraphQL schema into modular structure 24 + - Reorganize database helpers into proper layers 25 + - Move graphql_ws into graphql/ws module 26 + - Split settings page into section modules 27 + - Remove unused dependencies, handlers, and CLI commands 28 + - Update honk to v1.2 29 + 8 30 ## v0.16.0 9 31 10 32 ### Added