Releases: harshalone/n8n-nodes-eranol
Release list
v0.5.3
v0.5.2 (diagnostic)
Diagnostic build
Temporary: surfaces the real backend error (response status, body, and the
exact outgoing method/URL) instead of n8n's generic per-status-code message.
n8n's NodeApiError silently replaces error text with a hardcoded string keyed
only by HTTP status code unless told otherwise — every 405 has been showing
as "Method not allowed - please check you are using the right HTTP method"
regardless of what the backend actually returned, which has been masking the
real cause of reported publish failures.
Will be superseded by a clean release once the underlying issue is found and
fixed.
v0.5.1
Fix
Social resource nodes could silently send the wrong HTTP request (a DELETE
to a scheduled-posts endpoint instead of the intended publish POST) when
the node instance had no explicit socialOperation saved in its workflow
JSON — n8n does not always persist a value that already equals a field's
schema default. This surfaced as an opaque "Method not allowed" 405 error
with no indication of the actual cause.
socialOperationnow falls back to'publish'(its own schema default)
when missing, instead of resolving toundefined.getSocialRoute()now throws a clear error for any unrecognized
operation instead of silently falling through to a DELETE request.
If you hit "Method not allowed" on a Social node, update to this version.
v0.5.0
What's new
- Social resource: Publish and manage scheduled posts on Instagram, TikTok, YouTube, and X with structured, per-platform fields instead of raw JSON.
- Publish (immediate or scheduled)
- List Scheduled
- Cancel Scheduled
- Get Status (TikTok only)
🤖 Generated with Claude Code
v0.4.0
New operations
- Add Background Music (
POST /ffmpeg/video/add-bg-audio) - Enhance Voice (
POST /ffmpeg/audio/enhance) - Zoom (
POST /ffmpeg/video/zoom) - Publish to TikTok (
POST /social/tiktok/publish)
v0.3.2
Release 0.3.1
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Unreleased
- feat: redesign node into Universal + Job resources
6edca48
0.2.9
25 April 2026
- fix: remove routing blocks that conflicted with execute() method
4303063 - Release 0.2.9
827b112 - fix: correct action string casing for lint compliance
c2f277e - chore: bump version to 0.2.8
5338dff
0.2.6
25 April 2026
0.2.4
24 March 2026
0.2.3
24 March 2026
0.2.1
20 March 2026
- feat: add Image, Notify resources and Concat/Compose/Verify operations
3113cc0 - Add README and LICENSE
8ab850c - updated author details on package file
93eeb52 - chore: Initialize CHANGELOG.md and update package.json with new repository and author email details.
9331aff - Release 0.2.1
8adedd6
0.1.1
13 February 2026
Release 0.2.9
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Unreleased
- fix: remove routing blocks that conflicted with execute() method
4303063 - fix: correct action string casing for lint compliance
c2f277e - chore: bump version to 0.2.8
5338dff
0.2.6
25 April 2026
0.2.4
24 March 2026
0.2.3
24 March 2026
0.2.1
20 March 2026
- feat: add Image, Notify resources and Concat/Compose/Verify operations
3113cc0 - Add README and LICENSE
8ab850c - updated author details on package file
93eeb52 - chore: Initialize CHANGELOG.md and update package.json with new repository and author email details.
9331aff - Release 0.2.1
8adedd6
0.1.1
13 February 2026
Release 0.2.6
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Unreleased
- fix: replace declarative routing with execute() to fix 422 errors
f60252f
0.2.4
24 March 2026
0.2.3
24 March 2026
0.2.1
20 March 2026
- feat: add Image, Notify resources and Concat/Compose/Verify operations
3113cc0 - Add README and LICENSE
8ab850c - updated author details on package file
93eeb52 - chore: Initialize CHANGELOG.md and update package.json with new repository and author email details.
9331aff - Release 0.2.1
8adedd6
0.1.1
13 February 2026
Release 0.2.4
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Unreleased
- Add Content-Type: application/json header to all POST operations
64fd9f2
0.2.3
24 March 2026
0.2.1
20 March 2026
- feat: add Image, Notify resources and Concat/Compose/Verify operations
3113cc0 - Add README and LICENSE
8ab850c - updated author details on package file
93eeb52 - chore: Initialize CHANGELOG.md and update package.json with new repository and author email details.
9331aff - Release 0.2.1
8adedd6
0.1.1
13 February 2026