Releases: dimaskiddo/go-whatsapp-multidevice-rest
Releases · dimaskiddo/go-whatsapp-multidevice-rest
v1.8.0
v1.7.2
v1.7.1
v1.7.0
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
v1.6.4
v1.6.3
v1.6.2
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
v1.6.1
v1.6.0
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