[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.

chore(main): release n8n-nodes-atproto 0.2.0

+29 -4
+1 -1
.release-please-manifest.json
··· 1 1 { 2 - ".": "0.1.2" 2 + ".": "0.2.0" 3 3 }
+25
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## [0.2.0](https://github.com/andrioid/n8n-nodes-atproto/compare/n8n-nodes-atproto-v0.1.2...n8n-nodes-atproto-v0.2.0) (2026-06-07) 4 + 5 + 6 + ### ⚠ BREAKING CHANGES 7 + 8 + * 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. 9 + 10 + ### Features 11 + 12 + * **atproto:** blob ops UX improvements ([0b5a912](https://github.com/andrioid/n8n-nodes-atproto/commit/0b5a912c8b93b7d518081a99a9294bec89074a9a)) 13 + * **atproto:** generic blob operations (upload, download, list) ([3ce0eb7](https://github.com/andrioid/n8n-nodes-atproto/commit/3ce0eb7c0a1294b4c10dc0546f41c7b415b659ec)) 14 + * **atproto:** Return All pagination + README recipes ([55d14fc](https://github.com/andrioid/n8n-nodes-atproto/commit/55d14fc2586a814d129c50e29a93fbaa098cc916)) 15 + 16 + 17 + ### Bug Fixes 18 + 19 + * **atproto:** pass default to getNodeParameter('collection') for blob ops ([eb4aa99](https://github.com/andrioid/n8n-nodes-atproto/commit/eb4aa9904d2f80230e1ec8e6751b9591a92b0d19)) 20 + * **bluesky:** rename node to atproto-bluesky to avoid naming conflict ([1d9ba60](https://github.com/andrioid/n8n-nodes-atproto/commit/1d9ba60b3535ca4948f942411090f6775ad31b47)) 21 + * **jetstream:** satisfy both tsc and lint for usableAsTool ([b9d90bf](https://github.com/andrioid/n8n-nodes-atproto/commit/b9d90bf94bd69f9d25db987c1fd94e0ee33df98b)) 22 + 23 + 24 + ### Code Refactoring 25 + 26 + * move sources from src/ to repo root + activate n8n verified ruleset ([e93037b](https://github.com/andrioid/n8n-nodes-atproto/commit/e93037bc9a1881b79827dce5a4dcfcf8661bda8d)) 27 + 3 28 ## [0.1.2](https://github.com/andrioid/n8n-nodes-atproto/compare/n8n-nodes-atproto-v0.1.1...n8n-nodes-atproto-v0.1.2) (2026-06-07) 4 29 5 30
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "n8n-nodes-atproto", 3 - "version": "0.1.2", 3 + "version": "0.2.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "n8n-nodes-atproto", 9 - "version": "0.1.2", 9 + "version": "0.2.0", 10 10 "license": "MIT", 11 11 "devDependencies": { 12 12 "@atproto/api": "^0.20.6",
+1 -1
package.json
··· 1 1 { 2 2 "name": "n8n-nodes-atproto", 3 - "version": "0.1.2", 3 + "version": "0.2.0", 4 4 "description": "Generic AT Protocol node for n8n — CRUD any record in any lexicon", 5 5 "keywords": [ 6 6 "n8n-community-node-package"