Docker: evoapicloud/evolution-go:0.7.1
🆕 New Features
- Test-send modal in Manager — new modal in the embedded manager UI to test message sending directly from the panel, covering text, media and interactive message types. Useful for validating an instance right after pairing without leaving the manager.
🔧 Improvements / CI
- whatsmeow-lib SHA now pinned in the public sync — the
sync-releasesworkflow previously re-cloned whatsmeowmainon every run, so the SHA listed in the CHANGELOG could drift from what the public repos actually built against. The workflow now captures the SHA from the dev submodule and checks out that exact commit in the target, restoring release reproducibility. - Docker
:latesttag gated to stable releases — the sharedpublish_docker_image.ymltemplate was previously tagging:latestfrom both stable and beta builds, so each beta push overwrote the stable:latestwith obfuscated beta code.:latestnow only moves forward on non-beta releases. - Repository cleanup — dropped tracked binaries (
evolution-go,build/server), IDE config (.idea/) and scratch files (DIFF-COMPLETO.txt,API-INTERACTIVE-DOCS.txt,carousel-sender.html). Expanded.gitignoreto prevent reincidence.
📝 Docs
- Postman collection — added
Set Proxyrequest and multipart hints on/send/media; collection file renamed fromEvolution GO.postman_collection (2).jsontoEvolution GO.postman_collection.json. - Interactive messages docs — additional examples and corrections.