Davidson Gomes
70a2c18146
Merge branch 'release/2.3.2'
2025-09-02 10:53:10 -03:00
Davidson Gomes
b8953f1431
chore: update CHANGELOG for version 2.3.2
...
- Added support for socks proxy.
- Included key id in webhook payload for n8n service.
- Enhanced RabbitMQ controller with improved connection management and shutdown procedures.
- Converted outgoing images to JPEG format before sending with Chatwoot.
- Updated baileys dependency to version 6.7.19.
2025-09-02 10:53:00 -03:00
Davidson Gomes
a91a4ad19c
Merge pull request #1889 from codingbox2022/main
...
Build Docker image / Build and Deploy (push) Has been cancelled
update version
2025-09-01 11:00:37 -03:00
Davidson Gomes
00ba227e15
chore: update baileys dependency to version 6.7.19
2025-09-01 10:43:12 -03:00
codingbox2022
c02d37028b
Merge branch 'main' into main
2025-08-29 22:08:52 -05:00
Davidson Gomes
14771ab84e
Merge pull request #1851 from caiquezanetoni/patch-1
...
Build Docker image / Build and Deploy (push) Has been cancelled
Update 20250116001415_add_wavoip_token_to_settings_table
2025-08-29 07:17:02 -03:00
Davidson Gomes
20352e77ef
Merge pull request #1878 from LuisSantosJS/reconnect-rabbitmq
...
Reconnect rabbitmq
2025-08-29 07:16:13 -03:00
Davidson Gomes
78f7618d04
Merge pull request #1884 from nestordavalos/feat/whatsapp/convert-to-jpeg
...
Feat/whatsapp/convert-to-jpeg
2025-08-29 07:14:56 -03:00
nestordavalos
57b19d85d5
feat(whatsapp): Convert outgoing images to JPEG before sending
...
All images sent via the Baileys integration are now pre-processed and converted to JPEG format using the `sharp` library. This ensures better compatibility and prevents potential issues with unsupported formats.
- Images from URLs are now downloaded via axios before processing, which allows for the use of a proxy.
- The default filename and mimetype are updated to `image.jpg` and `image/jpeg` to reflect the conversion.
2025-08-28 00:17:15 -03:00
luissantosjs
b325500310
improve rabbit controller
2025-08-26 19:15:59 +01:00
luissantosjs
4681576cfc
up
2025-08-22 22:49:40 +01:00
luissantosjs
7a99fba556
feat: enhance RabbitMQ controller with improved connection management and shutdown procedures
2025-08-20 12:29:45 +01:00
Caíque Zanetoni Fim
6e652d6ea2
Update migration.sql
2025-08-18 08:43:21 -03:00
Davidson Gomes
33a922995b
Merge pull request #1838 from bilaliqbalr/patch-2
...
Build Docker image / Build and Deploy (push) Has been cancelled
Added key id into webhook payload in n8n service
2025-08-15 12:49:10 -03:00
Bilal Iqbal
74cb65c4ea
Added key id into webhook payload in n8n service
2025-08-14 00:51:41 +05:00
Davidson Gomes
f9c4255500
Merge pull request #1809 from neto-developer/patch-1
...
Build Docker image / Build and Deploy (push) Has been cancelled
docs(readme): corrigidos badge Docker image no README
2025-08-07 08:22:26 -03:00
Davidson Gomes
af423cef28
Merge pull request #1793 from henrybarreto/feat/add-support-socks-proxy
...
feat: add support to socks proxy
2025-08-07 08:22:00 -03:00
Davidson Gomes
40ce6b56ca
Merge pull request #1790 from henrybarreto/feat/improve-test-proxy-error
...
feat: enhance logging for proxy testing errors
2025-08-07 08:21:48 -03:00
Neto, Aristides da Silva
4945345519
docs(readme): corrigidos badge Docker image no README
...
Corrigida formatação do badge Docker image no README
2025-08-05 22:07:20 -03:00
Henry Barreto
ab9e0edad6
feat: enhance logging for proxy testing errors
...
This commit improves the logging in the testProxy method of the
ProxyController class. Now, when an Axios error occurs, the specific
error message will be logged if available. For unexpected errors, the
error object is included for better insight.
For reference, see the "message" field in the Axios documentation:
[Axios Error Handling](https://axios-http.com/docs/handling_errors ).
2025-08-05 07:08:49 -03:00
Henry Barreto
3390958314
feat: add support to socks proxy
2025-08-05 07:08:00 -03:00
Davidson Gomes
a8343a8739
Merge pull request #1802 from frieck/main
...
Build Docker image / Build and Deploy (push) Has been cancelled
Securing websockets
2025-08-04 19:18:30 -03:00
Davidson Gomes
dab66fc8c8
Merge pull request #1786 from bilaliqbalr/patch-1
...
Fixed boolean and integer type attributes for MySQL
2025-08-04 19:17:49 -03:00
Davidson Gomes
03a44cf9b2
Merge pull request #1798 from apresentame/fix/webhook_event
...
Permitir correta utilização da evolution quando mensagens não são persistidas no DB
2025-08-04 18:52:58 -03:00
Felipe Augusto Rieck
fb11f3f99c
Code quality
2025-08-04 18:19:14 -03:00
Felipe Augusto Rieck
d4eb61f64d
Improving localhost check
2025-08-04 18:14:33 -03:00
Felipe Augusto Rieck
4f043f9576
Securing websockets
2025-08-04 16:34:20 -03:00
William Dumes
79f4a22217
refactor: lint check
2025-08-04 13:56:16 -03:00
William Dumes
20dd1b1660
Merge branch 'develop' of github.com:apresentame/evolution-api into fix/webhook_event
2025-08-04 13:52:07 -03:00
William Dumes
fe8280ab7b
Merge branch 'main' of github.com:apresentame/evolution-api into fix/webhook_event
2025-08-01 09:41:28 -03:00
William Dumes
bc11d0f751
fix: corrigido delete de mensagem quando nao salvo no banco de dados
2025-07-31 17:27:06 -03:00
Bilal Iqbal
095e435561
Fixed boolean and integer type attributes
2025-07-31 14:26:05 +05:00
Davidson Gomes
96f4b80d46
Merge branch 'release/2.3.1' into develop
Build Docker image / Build and Deploy (push) Has been cancelled
2025-07-29 09:20:29 -03:00
Davidson Gomes
9cdb897a0f
Merge branch 'release/1.3.1'
Build Docker image / Build and Deploy (push) Has been cancelled
2025-07-29 09:20:16 -03:00
Davidson Gomes
b5c67774dc
chore: remove CONFIG_SESSION_PHONE_VERSION and update related code
...
- Removed the CONFIG_SESSION_PHONE_VERSION environment variable from the configuration and Docker files.
- Updated the BaileysStartupService to directly fetch the latest WhatsApp Web version without relying on the removed environment variable.
- Adjusted the index router to reflect the changes in the WhatsApp Web version retrieval.
2025-07-29 09:20:08 -03:00
Davidson Gomes
7f8293f4c6
changelog: v2.3.1
2025-07-29 09:16:19 -03:00
William Dumes
a62f9ebe46
chore: voltar porta do dockerfile
2025-07-28 11:19:07 -03:00
William Dumes
69726f0dc2
fix(evo): melhorado controle de recebimento do ack das msgs
2025-07-28 09:24:22 -03:00
William Dumes
6101c8d651
fix: corrigido disparo de eventos quando nao usa a opcao da ENV de salvar mensagens no banco
2025-07-25 17:08:14 -03:00
Davidson Gomes
c66485ef98
Merge pull request #1748 from coreh/fix-url-corruption-querystring
...
Build Docker image / Build and Deploy (push) Has been cancelled
Avoid corrupting media URLs with query strings
2025-07-25 16:56:06 -03:00
Davidson Gomes
4a25cd1ff7
Merge pull request #1757 from KokeroO/develop
...
fix: atualizar o handle de erros de eventos
2025-07-25 16:54:28 -03:00
Willian Coqueiro
23f54d1d96
lint
2025-07-25 12:13:56 +00:00
Willian Coqueiro
5191438acf
fix: update error handling messages and correct group parameter in createContact method
2025-07-25 12:02:17 +00:00
Marco Buono
96d3ec2017
fix: avoid corrupting URLs with query strings
2025-07-23 16:06:14 -03:00
Davidson Gomes
cf95c027eb
chore: update package dependencies and scripts
...
Build Docker image / Build and Deploy (push) Has been cancelled
- Changed the `baileys` dependency source from `EvolutionAPI` to `WhiskeySockets`.
- Updated the start and development server scripts to use `tsx` instead of `tsnd`.
- Added `tsx` as a new dependency and removed `ts-node-dev`.
- Updated `music-metadata` to version 11.7.1 and adjusted its dependencies.
- Cleaned up the package-lock by removing unused modules and adding new ones like `fflate` and `uint8array-extras`.
2025-07-22 18:21:46 -03:00
Davidson Gomes
9b7ca4bfb7
Merge pull request #1743 from foqc/foqc/develop
...
Build Docker image / Build and Deploy (push) Waiting to run
Add endpoint to retrieve chat data by remoteJid
2025-07-21 16:13:59 -03:00
foqc
d490f8f576
feature: run lint to clean up codebase
2025-07-21 12:26:08 -05:00
foqc
68e847d10e
feature: add endpoint to retrieve chat data by phone number
2025-07-21 12:21:45 -05:00
Davidson Gomes
b98cd11fb1
Merge pull request #1736 from juniortopanotti/main
...
Build Docker image / Build and Deploy (push) Waiting to run
remove lógica de paginação duplicada no fetchChats que causa resultados vazios quando skip > 0
2025-07-21 13:16:22 -03:00
Davidson Gomes
5386d7171b
Merge pull request #1732 from rafwell/testmsg
...
Ignore events that are not messages (like EPHEMERAL_SYNC_RESPONSE)
2025-07-21 13:15:38 -03:00