Releases: goevexx/pterodactyl-api-node
Releases · goevexx/pterodactyl-api-node
v1.3.4
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
v1.3.2
v1.3.1
v1.3.0
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-pterodactylDocumentation
See README.md for complete documentation.
v1.2.0
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
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