Changelog
Stay updated with the latest changes, features, and improvements to Bindu.v1.0.0 - Initial Release
Release Date: Coming SoonFeatures
Core Protocol
Core Protocol
- ✅ A2A Protocol v0.3.0 implementation
- ✅ AP2 Protocol v0.1.0 support
- ✅ JSON-RPC 2.0 messaging
- ✅ Task-based communication model
- ✅ Context management
Agent System
Agent System
- ✅
@pebblify
decorator for easy agent creation - ✅ Support for multiple AI frameworks (Agno, LangChain, CrewAI)
- ✅ Agent identity with DIDs
- ✅ Agent cards and capabilities
- ✅ Skills and tool integration
Security
Security
- ✅ mTLS support
- ✅ Bearer token authentication
- ✅ Trust levels and permissions
- ✅ Certificate management
Developer Experience
Developer Experience
- ✅ Simple Python API
- ✅ Comprehensive documentation
- ✅ Example implementations
- ✅ Type-safe protocol definitions
API Endpoints
message/send
- Send messages to agentsmessage/stream
- Stream agent responsestasks/get
- Retrieve task statustasks/list
- List all taskstasks/cancel
- Cancel running taskstasks/feedback
- Submit task feedbackcontexts/list
- List conversation contextscontexts/clear
- Clear contexts
Documentation
- Complete protocol documentation
- API reference
- Quickstart guide
- Examples and tutorials
- Community guidelines
Roadmap
v1.1.0 - Enhanced Features
Target: Q2 2025- Agent marketplace
- Visual workflow builder
- Enhanced monitoring dashboard
- Multi-language SDKs (JavaScript, Go, Rust)
- Plugin system
v1.2.0 - Enterprise Features
Target: Q3 2025- Enterprise authentication (SSO, SAML)
- Advanced access control
- Audit logging
- SLA monitoring
- High availability deployment
v2.0.0 - Advanced Capabilities
Target: Q4 2025- Agent orchestration platform
- Distributed agent networks
- Advanced negotiation protocols
- Cross-chain agent interactions
- AI-powered agent optimization
Previous Releases
Beta Releases
v0.9.0 - Beta 3
Release Date: January 2025 Added:- Protocol type definitions
- Error handling improvements
- Documentation updates
- Context management issues
- Memory leaks in long-running agents
- Token counting accuracy
v0.8.0 - Beta 2
Release Date: December 2024 Added:- Multi-agent communication
- Task feedback system
- Context operations
- Improved error messages
- Updated protocol to A2A v0.3.0
v0.7.0 - Beta 1
Release Date: November 2024 Added:- Initial protocol implementation
- Basic agent creation
- Message sending and receiving
Migration Guides
Migrating to v1.0.0
Migration guides will be provided closer to the v1.0.0 release.
Breaking Changes
v1.0.0
No breaking changes (initial release)Deprecations
No deprecations in current version.Security Updates
We take security seriously. Security updates are released as soon as possible. Reporting Security Issues:- Email: security@saptha.me
- Do not open public issues for security vulnerabilities
Contributing
We welcome contributions! See our Contributing Guide.Recent Contributors
Thank you to all our contributors! 🙏- @raahul - Core maintainer
- And many more coming soon!
Stay Updated
GitHub
Watch releases on GitHub
Discord
Get updates on Discord
Follow us on Twitter
Newsletter
Subscribe to our newsletter (coming soon)
Release Notes Format
Each release includes:- Features: New capabilities and enhancements
- Bug Fixes: Issues resolved
- Breaking Changes: Changes that may affect existing code
- Deprecations: Features marked for removal
- Security: Security-related updates
- Documentation: Documentation improvements
Version Numbering
We follow Semantic Versioning:- Major (X.0.0): Breaking changes
- Minor (0.X.0): New features, backwards compatible
- Patch (0.0.X): Bug fixes, backwards compatible
Support
- Current Version: Full support and updates
- Previous Major Version: Security updates only
- Older Versions: No longer supported