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 hidden (Show)

go-whatsapp-multidevice-rest - v1.2.2

Published by dimaskiddo over 2 years ago

Changelog

  • 5fd8fa8 update module library, enable auto reconnect & trust identity, change default env config
  • 0e01602 added view once parameter to send image or video
go-whatsapp-multidevice-rest - v1.2.1

Published by dimaskiddo over 2 years ago

Changelog

  • a9e80e0 add capabilities to send link (but still no preview)
  • e63306b add capabilities to send contact
go-whatsapp-multidevice-rest - v1.2.0

Published by dimaskiddo over 2 years ago

Changelog

  • 4dc55dc update make gen-docs individually executed
  • dc4a2c0 update Dockerfile final image to use alpine base
  • 3ea0b64 add integrated swagger api docs
  • 3017a93 wip integrated swagger docs
  • 16146b5 wip integrated swagger docs
  • 46359a0 update add option to send one message at a time
go-whatsapp-multidevice-rest - v1.1.2

Published by dimaskiddo over 2 years ago

Changelog

  • 5df45b7 update refactor http cache in memory module
  • 63a9987 update improve on send chat presence and return message id
go-whatsapp-multidevice-rest - v1.1.1

Published by dimaskiddo over 2 years ago

Changelog

  • 07206ca update improve echo v4 base skeleton added http cache
go-whatsapp-multidevice-rest - v1.1.0

Published by dimaskiddo over 2 years ago

Changelog

  • 53b1c4f add capabilities to set presence and chat compose status
  • 69b27db fix image media webp to png convertion logic
  • 2029844 update webp format now converted to png as proposed by @Diden05 at issue #7
  • adce8e9 update improve send image for client backward compatibility webp format now converted as jpeg format
go-whatsapp-multidevice-rest - v1.0.0

Published by dimaskiddo over 2 years ago

Changelog

  • 51edf6c update build configuration for goreleaser and docker
  • 79d6d74 update Makefile revert back cgo enabled to 0
  • d0b5fa3 update change sqlite driver now it's cgo free
  • 1fcfc9e update Makefile
  • 96de434 update improve qrcode generating and render process
  • 7b31b77 update fix goreleaser build need cgo enabled cause of go-sqlite is using c module
  • f41c6b1 Merge pull request #4 from Diden05/patch-1
  • 03b121d Update Dockerfile for correctly work sqlite DB
  • 298611f add capabilites to set whatsapp client version from environment variable
  • eac80b4 add capabilites to set whatsapp client version from environment variable
  • e420572 update fix restore client connection in startup
  • 875b3f9 update commitment to use word datastore rather than database
  • 8793f2e refactor to support multi whatsapp datastore drivers
  • 0a0fa3c add capabilities to store in any database type
  • a2c38cc update .goreleaser.yml to include dbs directory
  • c3ce762 refactor update function name convertFileToBuffer to convertFileToBytes
  • 0a53e78 add capabilitied JWT with no expiration
  • 046dd29 update refactor change function name sendContent to sendMedia
  • ffdeba9 update improve Dockerfile
  • 20937f7 add capabilities to send video
  • d0e6811 add capabilities to send image and audio
  • f1e5fbc add capabilities to send document
  • 01c4dca add capabilities to send location
  • e663d5f add capabilities to restore client session at server startup
  • 78bc606 update some improvement
  • 9856a24 update with some improvement
  • cbe0b4b construct base function for whatsapp multidevice
  • 49678e3 base skeleton using echo v4