Releases: dimaskiddo/go-whatsapp-multidevice-rest
Releases · dimaskiddo/go-whatsapp-multidevice-rest
v1.2.0
v1.1.2
v1.1.1
v1.1.0
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
v1.0.0
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