v7.8.2

aldinokemal/go-whatsapp-web-multidevicev7.8.2Nov 9, 2025by aldinokemal

AI Summary

A maintenance release that updates core dependencies (whatsmeow and mcp-go) to fix breaking API changes and adds `context.Context` support. All unit tests pass with no functional regressions.

Key Highlights

  • Updated Go modules (whatsmeow, mcp-go) to latest versions
  • Adapted to breaking API changes in whatsmeow library
  • Modified function calls to support required `context.Context` parameter
  • Full test suite verified and passing with updated dependencies

New Features

  • Dependency Updates
  • API Compatibility Fixes
  • Context Support Implementation

Full Release Notes

## 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.Context` as 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 https://github.com/aldinokemal/go-whatsapp-web-multidevice/pull/458

**Full Changelog**: https://github.com/aldinokemal/go-whatsapp-web-multidevice/compare/v7.8.1...v7.8.2