Skip to content
Closed

Develop #1309

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2fb6318
feat: updates api evolution for docker
joaosouz4dev Dec 27, 2024
96821f5
Refactor BaileysStartupService updateMessage method
GrimBit1 Feb 3, 2025
4137984
Refactor message deletion in BaileysStartupService
GrimBit1 Feb 3, 2025
91e7a32
Refactor createJid method in BaileysStartupService
GrimBit1 Feb 3, 2025
8135994
Merge tag '2.2.3' into develop
DavidsonGomes Feb 3, 2025
867e849
fix: added cache to identify duplicated messages on events
DavidsonGomes Feb 3, 2025
e51b6e9
fix: improve message deduplication and edited message handling in Bai…
DavidsonGomes Feb 3, 2025
e27db06
feat: Add support to get Catalogs and Collections with new routes: '{…
wayre Feb 4, 2025
023e030
Merge pull request #1195 from GrimBit1/main
DavidsonGomes Feb 4, 2025
56a8e09
chore: eslint applied
wayre Feb 4, 2025
b143363
Merge pull request #1201 from wayre/catalogProducts
DavidsonGomes Feb 4, 2025
9a72b90
refactor: Make RabbitMQ prefix key optional in configuration
DavidsonGomes Feb 4, 2025
0d1e7c0
feat: sendsticket notconvertsticket
joaosouz4dev Feb 6, 2025
0c5d28b
Merge branch 'main' of https://github.com/EvolutionAPI/evolution-api
joaosouz4dev Feb 6, 2025
95401cf
fix: rollback deploy_database.sh
joaosouz4dev Feb 6, 2025
6c1355b
feat: Criado um novo grupo de rotas (business) para tratar dos catalo…
wayre Feb 6, 2025
736ca5e
Fix case in table name
rafwell Feb 7, 2025
5a50381
Fix table name
rafwell Feb 7, 2025
8685f2f
Merge pull request #1214 from wayre/develop
DavidsonGomes Feb 7, 2025
68c6ad4
Merge pull request #1211 from joaosouz4dev/main
DavidsonGomes Feb 7, 2025
36df38d
Merge pull request #1215 from rafwell/main
DavidsonGomes Feb 7, 2025
d75c37e
feat: add message location support meta
tmsdesarrollo3 Feb 7, 2025
342dacc
Merge pull request #1217 from Desarrollo-TMS/feat-message-location
DavidsonGomes Feb 7, 2025
1741a72
Fix audio send duplicate from chatwoot.
mbap-dev Feb 9, 2025
cc904cc
fix build
mbap-dev Feb 9, 2025
8947726
update baileys to v6.7.16
mbap-dev Mar 14, 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
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.git
*Dockerfile*
*docker-compose*
package-lock.json
.env
node_modules
dist
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: atendai/evolution-api
images: evoapicloud/evolution-api
tags: type=semver,pattern=v{{version}}

- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image_homolog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: atendai/evolution-api
images: mbppereira/evolution-api
tags: homolog

- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: atendai/evolution-api
images: evoapicloud/evolution-api
tags: latest

- name: Set up QEMU
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/dist
/node_modules

.cursor*

/Docker/.env

.vscode
Expand Down
2 changes: 1 addition & 1 deletion 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.1.2
image: evoapicloud/evolution-api:latest
volumes:
- evolution_instances:/evolution/instances
networks:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:20-alpine AS builder

RUN apk update && \
apk add git ffmpeg wget curl bash openssl
apk add --no-cache git ffmpeg wget curl bash openssl

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

WORKDIR /evolution

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a. LOGO and copyright information: In the process of using Evolution API's front

b. Usage Notification Requirement: If Evolution API is used as part of any project, including closed-source systems (e.g., proprietary software), the user is required to display a clear notification within the system that Evolution API is being utilized. This notification should be visible to system administrators and accessible from the system's documentation or settings page. Failure to comply with this requirement may result in the necessity for a commercial license, as determined by the producer.

Please contact contato@atendai.com to inquire about licensing matters.
Please contact contato@evolution-api.com to inquire about licensing matters.

2. As a contributor, you should agree that:

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<div align="center">

[![Docker Image (https://img.shields.io/badge/Docker-Image-blue)](https://hub.docker.com/r/evoapicloud/evolution-api)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): Typo in Docker Image badge link.

The link text for the Docker Image badge contains a tab character ('\t'). It should be removed.

Suggested change
[![Docker Image (https://img.shields.io/badge/Docker-Image-blue)](https://hub.docker.com/r/evoapicloud/evolution-api)]
[![Docker Image (https://img.shields.io/badge/Docker-Image-blue)](https://hub.docker.com/r/evoapicloud/evolution-api)]

[![Whatsapp Group](https://img.shields.io/badge/Group-WhatsApp-%2322BC18)](https://evolution-api.com/whatsapp)
[![Discord Community](https://img.shields.io/badge/Discord-Community-blue)](https://evolution-api.com/discord)
[![Postman Collection](https://img.shields.io/badge/Postman-Collection-orange)](https://evolution-api.com/postman)
Expand Down Expand Up @@ -87,6 +88,7 @@ https://github.com/sponsors/EvolutionAPI
We are proud to collaborate with the following content creators who have contributed valuable insights and tutorials about Evolution API:

- [Promovaweb](https://www.youtube.com/@promovaweb)
- [Sandeco](https://www.youtube.com/@canalsandeco)
- [Comunidade ZDG](https://www.youtube.com/@ComunidadeZDG)
- [Francis MNO](https://www.youtube.com/@FrancisMNO)
- [Pablo Cabral](https://youtube.com/@pablocabral)
Expand All @@ -111,7 +113,7 @@ Evolution API is licensed under the Apache License 2.0, with the following addit

2. **Usage Notification Requirement**: If Evolution API is used as part of any project, including closed-source systems (e.g., proprietary software), the user is required to display a clear notification within the system that Evolution API is being utilized. This notification should be visible to system administrators and accessible from the system's documentation or settings page. Failure to comply with this requirement may result in the necessity for a commercial license, as determined by the producer.

Please contact contato@atendai.com to inquire about licensing matters.
Please contact contato@evolution-api.com to inquire about licensing matters.

Apart from the specific conditions mentioned above, all other rights and restrictions follow the Apache License 2.0. Detailed information about the Apache License 2.0 can be found at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
api:
container_name: evolution_api
image: atendai/evolution-api:homolog
image: evoapicloud/evolution-api:latest
restart: always
depends_on:
- redis
Expand Down
Loading