Skip to content

Pr1705 #1713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 38 commits into from
Closed

Pr1705 #1713

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
786e576
CONFIG_SESSION_PHONE_VERSION Updated
skarious May 29, 2025
9db5656
Merge pull request #1 from skarious/skarious-patch-1
skarious May 29, 2025
3391b2c
Update Dockerfile
ToniShelby Jun 17, 2025
6c0082c
feat: adicionar funcionalidade de mesclagem de contatos no Chatwoot
KokeroO Jun 17, 2025
8b5f495
Update evolution_api_v2.yaml
skarious Jun 19, 2025
7724fe3
Merge branch 'main' into main
skarious Jun 19, 2025
bda3f5f
Fix applyFormatting context in Typebot service
matheusfterra Jun 19, 2025
94670cb
Merge pull request #1 from matheusfterra/codex/corrigir-erro-ao-proce…
matheusfterra Jun 19, 2025
bd94423
add unreadMessages in the response
fernandeshenrique15 Jun 19, 2025
b4d1148
🐛 fix: Phone number as message ID for Evo AI
VCalazans Jun 22, 2025
83c1040
fix: corrige versão inválida do swagger-ui-express
autonomaia Jun 23, 2025
cc56128
Merge pull request #1635 from autonomaia/patch-8
DavidsonGomes Jun 23, 2025
9766e10
Merge pull request #1623 from skarious/main
DavidsonGomes Jun 23, 2025
1070caf
Merge pull request #1609 from KokeroO/feat/merge-contacts-lid-in-mess…
DavidsonGomes Jun 23, 2025
ba5fb56
Merge branch 'develop' into patch-2
DavidsonGomes Jun 23, 2025
a7badb9
Merge pull request #1624 from matheusfterra/main
DavidsonGomes Jun 23, 2025
4be818a
Merge pull request #1605 from ToniShelby/patch-2
DavidsonGomes Jun 23, 2025
2e077a7
Merge pull request #1626 from fernandeshenrique15/main
DavidsonGomes Jun 23, 2025
873fdcb
Merge pull request #1633 from VCalazans/FIX/ISSUE-28
DavidsonGomes Jun 23, 2025
a38caea
chore(package-lock): update Baileys dependency to version 6.7.18
DavidsonGomes Jun 23, 2025
977f686
chore: update CHANGELOG for version 2.3.1 and fix package.json format…
DavidsonGomes Jun 23, 2025
ee9ccb5
chore: update version to 2.3.1 in Dockerfile, package.json, and packa…
DavidsonGomes Jun 23, 2025
af713de
chore: update Dockerfile to use npm run build instead of npm run buil…
DavidsonGomes Jun 23, 2025
8ea4d65
refactor: enhance media handling in Baileys service with validation f…
DavidsonGomes Jun 23, 2025
1a1d9fc
refactor: add validation for media content in Evolution and Business …
DavidsonGomes Jun 23, 2025
cdd2e59
chore: update CHANGELOG for version 2.3.1 to include fix for S3 media…
DavidsonGomes Jun 23, 2025
e92e98d
chore: optimize Dockerfile by using npm ci for dependency installatio…
DavidsonGomes Jun 23, 2025
6e8da4a
Create railway.json
caduzin02 Jun 24, 2025
854d357
chore(package-lock): update Baileys dependency to version 6.7.18
DavidsonGomes Jun 25, 2025
1b0d81b
Merge pull request #1641 from caduzin02/patch-1
DavidsonGomes Jun 25, 2025
0302944
Corrige ref. instance typebot.controller.ts
KokeroO Jun 26, 2025
e86b646
Merge pull request #1652 from KokeroO/patch-1
DavidsonGomes Jun 26, 2025
e4f7856
fix(typebot): update instance query to use instanceName instead of in…
Jun 26, 2025
d7afe5d
fix(typebot): update instance query to use instance name instead of i…
Jun 26, 2025
34446d1
fix(whatsapp-baileys):
Jun 27, 2025
52798fd
fix(whatsapp-baileys): adjust indentation and access modifier for get…
Jun 27, 2025
630f5c5
fix:
KokeroO Jul 9, 2025
3731996
Remove redudantent code
KokeroO Jul 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.git
*Dockerfile*
*docker-compose*
package-lock.json
.env
node_modules
dist
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ CONFIG_SESSION_PHONE_NAME=Chrome

# Whatsapp Web version for baileys channel
# https://web.whatsapp.com/check-update?version=0&platform=web
# CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200


# Set qrcode display limit
QRCODE_LIMIT=30
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2.3.1 (develop)

### Fixed

* Update Baileys Version
* Update Dockerhub Repository and Delete Config Session Variable
* Fixed sending variables in typebot
* Add unreadMessages in the response
* Phone number as message ID for Evo AI
* Fix upload to s3 when media message

# 2.3.0 (2025-06-17 09:19)

### Feature
Expand Down
4 changes: 2 additions & 2 deletions Docker/swarm/evolution_api_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
evolution_v2:
image: atendai/evolution-api:v2.2.3
image: evoapicloud/evolution-api:v2.3.1
volumes:
- evolution_instances:/evolution/instances
networks:
Expand Down Expand Up @@ -94,7 +94,7 @@ services:
- WEBHOOK_EVENTS_ERRORS_WEBHOOK=
- CONFIG_SESSION_PHONE_CLIENT=Evolution API V2
- CONFIG_SESSION_PHONE_NAME=Chrome
- CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
#- CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
- QRCODE_LIMIT=30
- OPENAI_ENABLED=true
- DIFY_ENABLED=true
Expand Down
12 changes: 7 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@ FROM node:20-alpine AS builder
RUN apk update && \
apk add --no-cache git ffmpeg wget curl bash openssl

LABEL version="2.3.0" description="Api to control whatsapp features through http requests."
LABEL version="2.3.1" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@evolution-api.com"

WORKDIR /evolution

COPY ./package.json ./tsconfig.json ./
COPY ./package*.json ./
COPY ./tsconfig.json ./
COPY ./tsup.config.ts ./

RUN npm install
RUN npm ci --silent

COPY ./src ./src
COPY ./public ./public
COPY ./prisma ./prisma
COPY ./manager ./manager
COPY ./.env.example ./.env
COPY ./runWithProvider.js ./
COPY ./tsup.config.ts ./

COPY ./Docker ./Docker

Expand All @@ -35,6 +36,7 @@ RUN apk update && \
apk add tzdata ffmpeg bash openssl

ENV TZ=America/Sao_Paulo
ENV DOCKER_ENV=true

WORKDIR /evolution

Expand All @@ -55,4 +57,4 @@ ENV DOCKER_ENV=true

EXPOSE 8080

ENTRYPOINT ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ]
ENTRYPOINT ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ]
Loading