n8n-deploy v0.1.5 - Initial Release
·
213 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
Added
- Initial release with fresh versioning
- SQLite database as single source of truth for workflow metadata
- API key management with lifecycle support (create, deactivate, delete, test)
- Server management for multiple n8n instances
- Workflow push/pull operations with n8n server API integration
- Database backup functionality with SHA256 verification
- Rich CLI output with emoji tables (optional
--no-emojifor scripts) - Flexible base folder configuration via CLI or environment variables
- Comprehensive type annotations with strict mypy compliance
- Property-based testing with Hypothesis framework
Changed
- Test subprocess timeouts increased from 30s to 60s for CI stability
- Development status changed to Beta
- Tag format updated to PEP 440 compliant (v0.1.5rc1 instead of v0.1.5-rc1)
Fixed
- GitHub CI: use
github.ref_namefor PEP 440 tag detection