go-whatsapp-multidevice-rest

Go WhatsApp Multi-Device Implementation in REST API with Multi-Session/Account Support

MIT License

Stars
143
Committers
5

Bot releases are visible (Hide)

go-whatsapp-multidevice-rest - v1.8.0

Published by dimaskiddo about 2 months ago

Changelog

  • 4a28613 update improve send text message handler
  • 2184719 update go library and docker
  • d0d4d40 Merge pull request #63 from FZFR/master
  • 6625b5f Merge pull request #1 from FZFR/develop
  • d295474 Implemented proper handling of newline characters in message
go-whatsapp-multidevice-rest - v1.7.2 Latest Release

Published by dimaskiddo 7 months ago

Changelog

  • a0413a3 update fix message react validation
  • 74a4011 add feature message react
  • 4a6ab1d update add validation for whatsapp poll options / choices
go-whatsapp-multidevice-rest - v1.7.1

Published by dimaskiddo 7 months ago

Changelog

  • de149f1 add docker-compose.yaml and fix some typo
  • 2245e8b add feature send poll
  • 3319944 add send poll request type to be used in controller
  • d8ba5ac add send poll message in whatsapp package
  • 243b05e add arm64 on release build
go-whatsapp-multidevice-rest - v1.7.0

Published by dimaskiddo 7 months ago

Changelog

  • 7adfa5c update fix return nil error when checking registered id
  • 16a14bf update and improvements:
    • fix whatsapp jid registered checking avoid error when group jid is entered
    • optimize message send, update, delete that required jid to be checked first
  • 4b6d4a4 update and improvement:
    • fix routes.go duplicate import
    • update go.sum for dependencies
  • c6c184f add feature and improvement:
    • update go now use go 1.21
    • update base packages to latest
    • remove message sync configuration limit
    • add feature for update or delete message
    • add feature to join or leave group
go-whatsapp-multidevice-rest - v1.7.0

Published by dimaskiddo 7 months ago

Changelog

  • 4b6d4a4 update and improvement:
    • fix routes.go duplicate import
    • update go.sum for dependencies
  • c6c184f add feature and improvement:
    • update go now use go 1.21
    • update base packages to latest
    • remove message sync configuration limit
    • add feature for update or delete message
    • add feature to join or leave group
go-whatsapp-multidevice-rest - v1.6.5

Published by dimaskiddo 10 months ago

Changelog

  • d76ea00 update whatsapp.go improve presence, sync limit, and node binary parsing
go-whatsapp-multidevice-rest - v1.6.4

Published by dimaskiddo 11 months ago

Changelog

  • 84f68ec update dependencies
go-whatsapp-multidevice-rest - v1.6.3

Published by dimaskiddo 11 months ago

Changelog

  • 403777b hotfix phone pairing incorect client display name format
  • 080a8a2 emergency fix make user agent non-configurable WhatsApp is filtering it out like in Pair Code reported by @ibnux
go-whatsapp-multidevice-rest - v1.6.3

Published by dimaskiddo 11 months ago

Changelog

  • 080a8a2 emergency fix make user agent non-configurable WhatsApp is filtering it out like in Pair Code reported by @ibnux
go-whatsapp-multidevice-rest - v1.6.2

Published by dimaskiddo 12 months ago

Changelog

  • 1a49214 update add case pair agent name prefix if agent type edge should be translated as Microsoft Edge
  • 1e84b58 update fix missing white space in pair agent name format
  • ff597f2 update fix pair agent name mus be in format Browser (OS) as stated in https://pkg.go.dev/go.mau.fi/whatsmeow#Client.PairPhone thanks to @aryo-sr and @ibnux
go-whatsapp-multidevice-rest - v1.6.1

Published by dimaskiddo about 1 year ago

Changelog

  • 9236cf7 update fix do not validate group jid when sending message
  • 566da18 update goreleaser to build one by one instead of parallelism to save cpu and memory usage
  • 1df9038 update openapi / swagger to follow dynamic ip and user defined base path from env of http base url
go-whatsapp-multidevice-rest - v1.6.0

Published by dimaskiddo about 1 year ago

Changelog

  • 0f95f0e update openapi / swagger docs and change route name for pairing function
  • c58e6db update refactor code to make eficient in variable name for pairing function agent type
  • 4be0158 update make pair agent type and name to follow the user agent type and name
  • 87177c2 update vendor packages and .env.example to support pair phone
  • 5df1672 merge pull request add login using pair phone functionality by @aryo-sr
  • 22d1170 add login using pair phone functionality
go-whatsapp-multidevice-rest - v1.5.2

Published by dimaskiddo about 1 year ago

Changelog

  • 04ec409 update improve whatsapp send link function
  • 7aa33cd update Dockerfile
  • bc89672 update packages
go-whatsapp-multidevice-rest - v1.5.1

Published by dimaskiddo over 1 year ago

Changelog

  • a300564 add whatsapp client proxy url support configuration
  • 924c52f add whatsapp client user agent configuration
  • 1e82ada update Dockerfile revert back to use Debian base
go-whatsapp-multidevice-rest - v1.5.0

Published by dimaskiddo over 1 year ago

Changelog

  • 32a6540 update base library
go-whatsapp-multidevice-rest - v1.4.1

Published by dimaskiddo almost 2 years ago

Changelog

  • dc84b67 add license, update vendor packages, update logic validate number before sending message
  • 69bc10d Merge pull request #28 from norazlan/master
  • 23cd875 fixed image thumbnail
go-whatsapp-multidevice-rest - v1.4.0

Published by dimaskiddo about 2 years ago

Changelog

  • 748a30f update whatsmeow package
  • 871a0b8 add capabilities to auto logout if authenticated user is missmatch with registered jid
go-whatsapp-multidevice-rest - v1.3.2

Published by dimaskiddo over 2 years ago

Changelog

  • c364acd update fix jid composing detection for group
  • 5c3a0fd update pkg whatsapp enable postgres driver and add get joined group function
go-whatsapp-multidevice-rest - v1.3.1

Published by dimaskiddo over 2 years ago

Changelog

  • f4e0d58 update optimize jid checking, composing, and error handling
  • 5c43382 update fix env file value for whatsapp version major
  • 0806e9c update logic to validate and construct jid server type
go-whatsapp-multidevice-rest - v1.3.0

Published by dimaskiddo over 2 years ago

Changelog

  • 7142a8a add features section in README.md
  • 7f8b217 add capabilities to send sticker
  • f706413 update README.md with proper styling
  • 3c74f47 update README.md for proper reading
  • 7ec9bc3 update error message more spesific when converting image
  • 355b190 add capabilites to convert, compress, and set thumbnail when sending image