Skip to content

Releases: muench-dev/n8n-nodes-bluesky

v3.1.1

01 Oct 09:16
ede3b20

Choose a tag to compare

What's Changed

  • chore: add zod dependency to package.json and update pnpm-lock.yaml (#170) by @cmuench in #171

Full Changelog: v3.1.0...v3.1.1

v3.1.0

01 Oct 08:59
cab51bd

Choose a tag to compare

Feature

  • Allow uploading media to Posts #9

What's Changed

  • fix: validate webcard url (#107) by @cmuench in #114
  • build(deps-dev): bump @typescript-eslint/parser from 8.34.0 to 8.34.1 by @dependabot[bot] in #120
  • build(deps): bump @atproto/api from 0.15.15 to 0.15.16 by @dependabot[bot] in #119
  • build(deps): bump sharp from 0.33.5 to 0.34.2 by @dependabot[bot] in #118
  • build(deps-dev): bump jest and @types/jest by @dependabot[bot] in #117
  • build(deps-dev): bump @typescript-eslint/parser from 8.34.1 to 8.35.0 by @dependabot[bot] in #123
  • build(deps-dev): bump jest from 30.0.2 to 30.0.3 by @dependabot[bot] in #126
  • build(deps): bump @atproto/api from 0.15.16 to 0.15.19 by @dependabot[bot] in #125
  • build(deps-dev): bump prettier from 3.5.3 to 3.6.2 by @dependabot[bot] in #124
  • build(deps): bump @atproto/api from 0.15.19 to 0.15.23 by @dependabot[bot] in #131
  • build(deps-dev): bump jest from 30.0.3 to 30.0.4 by @dependabot[bot] in #130
  • build(deps-dev): bump @typescript-eslint/parser from 8.35.0 to 8.35.1 by @dependabot[bot] in #129
  • build(deps): bump @atproto/api from 0.15.23 to 0.15.25 by @dependabot[bot] in #134
  • build(deps-dev): bump @typescript-eslint/parser from 8.35.1 to 8.36.0 by @dependabot[bot] in #132
  • build(deps): bump sharp from 0.34.2 to 0.34.3 by @dependabot[bot] in #135
  • build(deps): bump @atproto/api from 0.15.25 to 0.15.27 by @dependabot[bot] in #141
  • build(deps-dev): bump @typescript-eslint/parser from 8.36.0 to 8.38.0 by @dependabot[bot] in #139
  • build(deps-dev): bump jest from 30.0.4 to 30.0.5 by @dependabot[bot] in #140
  • build(deps-dev): bump @typescript-eslint/parser from 8.38.0 to 8.39.0 by @dependabot[bot] in #147
  • build(deps): bump @atproto/api from 0.15.27 to 0.16.2 by @dependabot[bot] in #145
  • build(deps-dev): bump ts-jest from 29.4.0 to 29.4.1 by @dependabot[bot] in #144
  • feat: Add image posting functionality to Bluesky node (solves #9) by @cmuench in #106
  • build(deps-dev): bump @typescript-eslint/parser from 8.39.0 to 8.39.1 by @dependabot[bot] in #148
  • build(deps): bump @atproto/api from 0.16.2 to 0.16.3 by @dependabot[bot] in #152
  • build(deps-dev): bump @typescript-eslint/parser from 8.39.1 to 8.40.0 by @dependabot[bot] in #151
  • Fix broken link by @rosano in #154
  • build(deps-dev): bump jest from 30.0.5 to 30.1.3 by @dependabot[bot] in #158
  • build(deps-dev): bump @typescript-eslint/parser from 8.40.0 to 8.42.0 by @dependabot[bot] in #156
  • build(deps-dev): bump @typescript-eslint/parser from 8.42.0 to 8.44.0 by @dependabot[bot] in #163
  • build(deps): bump @atproto/api from 0.16.3 to 0.16.9 by @dependabot[bot] in #159
  • build(deps-dev): bump ts-jest from 29.4.1 to 29.4.4 by @dependabot[bot] in #164
  • build(deps-dev): bump @typescript-eslint/parser from 8.44.0 to 8.44.1 by @dependabot[bot] in #167
  • build(deps): bump sharp from 0.34.3 to 0.34.4 by @dependabot[bot] in #166
  • build(deps-dev): bump jest from 30.1.3 to 30.2.0 by @dependabot[bot] in #165
  • fix: undefined property error during node loading process by @cmuench in #168
  • security: axios and form-data by @cmuench in #169

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

17 Jun 09:54
24ccba1

Choose a tag to compare

  • Automatic image resizing to prevent that Bluesky throws an error if the image is too large (> 976.56 KB)
  • Breaking: Post operation does not set binary data property with "data" as default.

If for a post operation a binary property e.g. "data" is provided but no binary should then the property should be an empty string.
Empty string is now the default.

v2.11.0

16 Jun 19:43

Choose a tag to compare

What's Changed

  • build(deps-dev): bump @typescript-eslint/parser from 8.29.1 to 8.32.1 by @dependabot in #89
  • build(deps-dev): bump @types/node from 22.14.1 to 22.15.19 by @dependabot in #88
  • build(deps): bump open-graph-scraper from 6.9.0 to 6.10.0 by @dependabot in #77
  • build(deps-dev): bump typescript from 5.7.3 to 5.8.3 by @dependabot in #75
  • build(deps): bump @atproto/api from 0.15.8 to 0.15.12 by @dependabot in #94
  • build(deps-dev): bump @types/node from 22.15.21 to 22.15.29 by @dependabot in #93
  • build(deps-dev): bump @typescript-eslint/parser from 8.32.1 to 8.33.0 by @dependabot in #92
  • Fix: Default embed description to empty string if not in Open Graph tags by @cmuench in #96
  • feat: Add comprehensive tests for feed operations by @cmuench in #100
  • Add Jest tests for user operations by @cmuench in #101
  • build(deps): bump @atproto/api from 0.15.12 to 0.15.14 by @dependabot in #104
  • build(deps-dev): bump @types/node from 22.15.29 to 22.15.30 by @dependabot in #103
  • build(deps): bump @atproto/api from 0.15.14 to 0.15.15 by @dependabot in #111
  • build(deps-dev): bump @typescript-eslint/parser from 8.33.1 to 8.34.0 by @dependabot in #109
  • build(deps-dev): bump ts-jest from 29.3.4 to 29.4.0 by @dependabot in #110
  • build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in the npm_and_yarn group by @dependabot in #105
  • fix: Handle large images by resizing before upload (#112) by @cmuench in #113

Full Changelog: v2.9.0...v2.11.0

v2.10.0

06 Jun 09:56

Choose a tag to compare

What's Changed

  • build(deps-dev): bump @typescript-eslint/parser from 8.29.1 to 8.32.1 by @dependabot in #89
  • build(deps-dev): bump @types/node from 22.14.1 to 22.15.19 by @dependabot in #88
  • build(deps): bump open-graph-scraper from 6.9.0 to 6.10.0 by @dependabot in #77
  • build(deps-dev): bump typescript from 5.7.3 to 5.8.3 by @dependabot in #75
  • build(deps): bump @atproto/api from 0.15.8 to 0.15.12 by @dependabot in #94
  • build(deps-dev): bump @types/node from 22.15.21 to 22.15.29 by @dependabot in #93
  • build(deps-dev): bump @typescript-eslint/parser from 8.32.1 to 8.33.0 by @dependabot in #92
  • Fix: Default embed description to empty string if not in Open Graph tags by @cmuench in #96
  • feat: Add comprehensive tests for feed operations by @cmuench in #100

Full Changelog: v2.9.0...v2.10.0

v2.9.0

21 May 08:46

Choose a tag to compare

What's Changed

  • Bump prettier from 3.4.2 to 3.5.3 by @dependabot in #54
  • Bump @typescript-eslint/parser from 8.23.0 to 8.25.0 by @dependabot in #53
  • Bump @types/node from 22.13.1 to 22.13.8 by @dependabot in #52
  • build(deps-dev): bump @types/node from 22.13.8 to 22.14.1 by @dependabot in #71
  • build(deps-dev): bump @typescript-eslint/parser from 8.25.0 to 8.29.1 by @dependabot in #70
  • I've updated @atproto/api and added node tests for you. by @cmuench in #91

New Contributors

Full Changelog: v2.8.2...v2.9.0

v2.8.3

22 Feb 10:41

Choose a tag to compare

Full Changelog: v2.8.2...v2.8.3

v2.8.1

16 Dec 10:00

Choose a tag to compare

What's Changed

  • refactor: reduce package size by importing types only
  • Bump @typescript-eslint/parser from 8.17.0 to 8.18.0 by @dependabot in #18
  • Bump @atproto/api from 0.13.19 to 0.13.20 by @dependabot in #16
  • Bump @types/node from 22.10.1 to 22.10.2 by @dependabot in #15

Full Changelog: v2.8.0...v2.8.1

v2.8.0

16 Dec 09:45

Choose a tag to compare

v2.7.3

12 Dec 07:44

Choose a tag to compare

  • fix: remove wrong interface import
  • build: remove gulp dependency

Full Changelog: v2.7.2...v2.7.3