Skip to content

Releases: goevexx/pterodactyl-api-node

v1.3.4

03 Nov 23:59
1055483

Choose a tag to compare

What's Changed

  • style: update WebSocket Trigger logo to match WebSocket node by @goevexx in #42
  • refactor: rename event throttling to batching for accuracy by @goevexx in #43
  • fix: enhance EventBatcher documentation with usage examples by @goevexx in #44
  • chore(release): v1.3.4 by @goevexx in #45

Full Changelog: v1.3.3...v1.3.4

v1.3.3

31 Oct 22:28
819569b

Choose a tag to compare

What's Changed

  • fix: add missing n8n badge by @goevexx in #39
  • style: update node logos for Client, Application, and WebSocket by @goevexx in #40
  • chore(release): v1.3.3 by @goevexx in #41

Full Changelog: v1.3.2...v1.3.3

v1.3.2

28 Oct 09:30
17892fc

Choose a tag to compare

What's Changed

  • fix: correct operation value mismatches in Client API operations by @goevexx in #36
  • chore(release): v1.3.2 by @goevexx in #37

Full Changelog: v1.3.1...v1.3.2

v1.3.1

27 Oct 23:33
a72a4f7

Choose a tag to compare

What's Changed

  • fix: enable PAT_TOKEN for auto-tag to trigger publish workflow by @goevexx in #33
  • fix: add missing Operation dropdown fields (CRITICAL) by @goevexx in #34
  • chore(release): v1.3.1 by @goevexx in #35

Full Changelog: v1.3.0...v1.3.1

v1.3.0

27 Oct 23:13
d72860f

Choose a tag to compare

Release v1.3.0

Complete Client/Application API and WebSocket implementation for Pterodactyl Panel.

What's New

Client API (52 operations across 9 resources)

  • Server Management, File Operations, Database Management
  • Backup Operations, Account Management, Schedule Management
  • Subuser Management (with new Get Permissions operation)
  • Network Management

Application API (36 operations across 5 resources)

  • User Management, Server Management
  • Location Management, Node Management, Nest Management

WebSocket Nodes (2 nodes)

  • Real-time event streaming with stats parsing
  • Server control, logs & stats, connection management

Total: 88 operations + 2 WebSocket nodes

Key Features

  • ✅ Dynamic dropdowns for all entity identifiers
  • ✅ Multiselect permission dropdowns with fallback support
  • ✅ Real-time WebSocket event streaming
  • ✅ 81.45% code coverage (712 tests passing)
  • ✅ Comprehensive field descriptions and validation

Installation

npm install n8n-nodes-pterodactyl

Documentation

See README.md for complete documentation.


📦 npm: https://www.npmjs.com/package/n8n-nodes-pterodactyl

v1.2.0

16 Oct 22:11
b748b52

Choose a tag to compare

What's Changed

  • feat: implement comprehensive unit testing with 85.71% coverage by @goevexx in #20
  • chore(release): v1.2.0 by @github-actions[bot] in #30

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Oct 20:14
71f4223

Choose a tag to compare

What's Changed

  • feat: add operation-specific credential validation for improved UX by @goevexx in #24
  • feat: automate release PR creation to work with branch protection by @goevexx in #23
  • fix: revert node version to 1 - credential validation is not a breaking change by @goevexx in #27
  • chore(release): v1.1.0 by @github-actions[bot] in #28

New Contributors

  • @github-actions[bot] made their first contribution in #28

Full Changelog: v1.0.3...v1.1.0

v1.0.3

10 Oct 22:52
a0022ea

Choose a tag to compare

What's Changed

  • fix: critical improvements to API authentication and error handling by @goevexx in #21
  • chore(release): v1.0.3 by @goevexx in #22

Full Changelog: v1.0.2...v1.0.3

v1.0.2

03 Oct 15:26
27c495e

Choose a tag to compare

What's Changed

  • fix: remove setTimeout to pass n8n verification by @goevexx in #15
  • chore(release): v1.0.2 by @goevexx in #16

Full Changelog: v1.0.1...v1.0.2

v1.0.1

02 Oct 22:33
b2797bb

Choose a tag to compare

What's Changed

  • fix: update repository URLs to correct GitHub organization by @goevexx in #12
  • chore(release): v1.0.1 by @goevexx in #13

Full Changelog: v1.0.0...v1.0.1