What's New in v7.8.2
📦 Dependency Updates & API Compatibility
- Go Module Updates: Updated all core dependencies including whatsmeow and mcp-go libraries
- API Compatibility Fixes: Adapted to breaking API changes in whatsmeow library
- Context Support: Modified function calls to properly pass
context.Contextas required by updated libraries - Comprehensive Updates: Applied changes across the entire codebase for consistency
- Test Coverage: All unit tests verified and passing with updated dependencies
🎯 What This Means for You
For All Users
- Latest Features: Access to the latest capabilities in whatsmeow and mcp-go libraries
- API Stability: Ensures compatibility with the most recent library APIs
- Improved Reliability: Tested updates across all packages and modules
- Better Context Management: Enhanced async operation handling with proper context propagation
For Developers
- Clean Integration: All dependency updates properly integrated
- Backward Compatible: No breaking changes to public APIs or configurations
- Test Verified: Comprehensive test suite passes with new dependencies
- Production Ready: Ready for deployment with latest library versions
Important Notes
✅ Dependency Management
- Core libraries (whatsmeow, mcp-go) updated to latest versions
- All breaking API changes addressed and integrated
- No configuration changes required for users
✅ Quality Assurance
- Full test suite executed and verified
- All unit tests passing
- No functional regressions introduced
🔧 Recommended Actions
- Upgrade to v7.8.2 to benefit from latest library improvements
- No specific configuration or migration steps needed
- All existing deployments can upgrade without changes
Summary
Version 7.8.2 is a maintenance release focused on keeping the application up-to-date with the latest Go module versions. The update includes comprehensive API compatibility fixes for breaking changes in whatsmeow and mcp-go libraries, with all function calls properly adapted to support the new required context.Context parameter. This release maintains full backward compatibility while ensuring the application leverages the latest features and improvements from core dependencies.
What's Changed
- Update go modules and tests by @aldinokemal in #458
Full Changelog: v7.8.1...v7.8.2