[READ-ONLY] Mirror of https://github.com/flo-bit/contrail. atproto backend in a bottle flo-bit.dev/contrail/
0

Configure Feed

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

Version Packages

github-actions[bot] (Apr 2, 2026, 12:36 AM UTC) 65e95407 409223aa

+7 -6
+6
CHANGELOG.md
··· 1 1 # @atmo-dev/contrail 2 2 3 + ## 0.0.7 4 + 5 + ### Patch Changes 6 + 7 + - 409223a: make notify endpoint safer, more fixes 8 + 3 9 ## 0.0.6 4 10 5 11 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@atmo-dev/contrail", 3 - "version": "0.0.6", 3 + "version": "0.0.7", 4 4 "description": "Index AT Protocol records with typed XRPC endpoints. Cloudflare Workers + D1, SvelteKit, Node.js.", 5 5 "type": "module", 6 6 "sideEffects": false,
-5
.changeset/late-lights-share.md
··· 1 - --- 2 - "@atmo-dev/contrail": patch 3 - --- 4 - 5 - make notify endpoint safer, more fixes