v0.30.0 (Alpha)
· 2 min read
Summary
The v0.30.0 release marks a significant milestone in our infrastructure consolidation and agentic capabilities. Key highlights include the unification of our database storage solutions to PostgreSQL, the introduction of a dedicated Agentic Runtime UI within Paracord, and enhanced production security through mandatory Node Certification.
Paranet Network
- Production Node Certification: To enhance network integrity, certification is now a mandatory requirement for all production nodes to leverage data federation with other nodes on the network.
- Certification Enhancements: Refined the node certification workflow for better reliability and faster onboarding.
Paraflow
- Unified DB Storage: PostgreSQL is now the default backend for all actors. By streamlining database dependencies across the board, we have simplified the deployment and maintenance of Paranet nodes.
- Query & Command Improvements:
- Implemented support for
LIMITon theSELECTcommand. - Added support for
NULLvalues within limit parameters. - Resolved issues with
WITHqueries.
- Implemented support for
- Stability & Fixes:
- Fixed a bug where the failover goal was utilizing incorrect inputs.
- Fixed data deserialization issues for
doubletypes in PostgreSQL. - Various minor performance enhancements and bug fixes.
Paracord
- New Agentic Runtime Section: A brand-new UI allows users to interact directly with AI agents.
- Skill Catalogs: Agents possess skill catalogs, which can include native capabilities or skills inherited from other actors on your node.
- Natural Language Execution: Agents leverage AI to interpret natural language, providing the context necessary to call the appropriate deterministic skill at the right time.
- Netflow & Settings:
- Enhanced the Netflow section for better visibility.
- Resolved various issues within the User Settings menu.
Agentic Runtime
- General stability improvements and minor bug fixes to the underlying runtime engine.
Para CLI
- Remote Management: Added the
--remoteflag with SSH configuration support for managing Remote Node VMs (Docker). - Production Readiness:
- Enhanced support for production end-to-end (e2e) certification processes.
- Improved federation workflows.
- Added a compatibility check for PostgreSQL actor databases.
- Developer Experience:
- Introduced the
para contextcommand for better environment management. - Fixed a directory pathing issue specific to Windows builds.
- Improved support and configuration for Kubernetes deployments.
- Introduced the