Skip to content

Releases: dimaskiddo/go-whatsapp-multidevice-rest

v1.8.0

23 Aug 15:49
Compare
Choose a tag to compare

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

v1.7.2

21 Mar 10:15
Compare
Choose a tag to compare

Changelog

  • a0413a3 update fix message react validation
  • 74a4011 add feature message react
  • 4a6ab1d update add validation for whatsapp poll options / choices

v1.7.1

18 Mar 16:34
Compare
Choose a tag to compare

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

v1.7.0

18 Mar 10:55
Compare
Choose a tag to compare

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

v1.6.5

09 Dec 11:48
Compare
Choose a tag to compare

Changelog

  • d76ea00 update whatsapp.go improve presence, sync limit, and node binary parsing

v1.6.4

01 Dec 07:32
Compare
Choose a tag to compare

Changelog

v1.6.3

11 Nov 06:00
Compare
Choose a tag to compare

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

v1.6.2

25 Oct 03:08
Compare
Choose a tag to compare

Changelog

v1.6.1

18 Oct 04:44
Compare
Choose a tag to compare

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

v1.6.0

16 Oct 15:06
Compare
Choose a tag to compare

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