[READ-ONLY] Mirror of https://github.com/andrioid/n8n-nodes-atproto. atproto node for n8n
0

Configure Feed

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

Changelog#

0.2.2 (2026-06-28)#

Bug Fixes#

  • atproto: route repo reads to the hosting PDS (655d85e)

0.2.1 (2026-06-27)#

Features#

  • external link-card embeds for Bluesky posts (dfcb921)

0.2.0 (2026-06-07)#

⚠ BREAKING CHANGES#

  • The Bluesky node's internal name field changes from atproto-bluesky (v0.1.2) to atprotoBluesky. Workflows saved against v0.1.2 that reference the Bluesky node will need to re-add the node. The AT Protocol main node and Jetstream trigger are unaffected.

Features#

  • atproto: blob ops UX improvements (0b5a912)
  • atproto: generic blob operations (upload, download, list) (3ce0eb7)
  • atproto: Return All pagination + README recipes (55d14fc)

Bug Fixes#

  • atproto: pass default to getNodeParameter('collection') for blob ops (eb4aa99)
  • bluesky: rename node to atproto-bluesky to avoid naming conflict (1d9ba60)
  • jetstream: satisfy both tsc and lint for usableAsTool (b9d90bf)

Code Refactoring#

  • move sources from src/ to repo root + activate n8n verified ruleset (e93037b)

0.1.2 (2026-06-07)#

Bug Fixes#

  • lint: satisfy @n8n/community-nodes rules (9f73697)

0.1.1 (2026-06-07)#

Features#

  • add Bluesky convenience node (Post, Like, Repost, Follow) (63fc728)
  • implement Jetstream trigger node (f3f91c5)
  • schema constraints, eslint migration, publish setup (62f2003)
  • use resourceLocator collection picker in jetstream trigger (2605610)

Bug Fixes#

  • cast FlattenedJetstreamEvent to IDataObject in emit calls (01436b8)
  • pass default values to getNodeParameter for conditionally-shown fields (4177ebc)
  • rename trigger file to match n8n CustomDirectoryLoader convention (790435b)
  • rename trigger node name so n8n groups it under AT Protocol (018f1ca)