github aldinokemal/go-whatsapp-web-multidevice v8.3.5

8 hours ago

🐛 Bug Fixes

Docker Permission Fix (#621)

  • Fix attempt to write a readonly database error when sending group messages in Docker deployments
  • Root cause: v8.3.4 introduced a non-root user (gowauser) but bind-mounted volumes retained host ownership, making SQLite sender-key writes fail

Group Chat Reactions (#615)

  • Fix reactions not being delivered in group chats by correctly using BuildReaction with participant JID

🔧 Technical Improvements

Docker Security & Reliability

  • Add entrypoint.sh that auto-fixes bind-mount permissions at startup via chown
  • Use su-exec for clean privilege de-escalation (root → gowauser)
  • Use distinct uid/gid (20001/20000) to avoid BusyBox adduser conflicts
  • Add volume mounts to docker-compose.yml for DB and media persistence
  • Update .dockerignore to include docker/ directory in build context

What's Changed

Full Changelog: v8.3.4...v8.3.5

Don't miss a new go-whatsapp-web-multidevice release

NewReleases is sending notifications on new releases.