File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 33### Features
44
55* Added general session button in typebot, dify and openai in manager
6+ * Added compatibility with mysql through prisma
67
78### Fixed
89
910* Import contacts with image in chatwoot
1011* Fix conversationId when is dify agent
1112* Fixed loading of selects in the manager
1213* Add restart button to sessions screen
14+ * Adjustments to docker files
1315
1416# 2.0.8-rc (2024-08-08 20:23)
1517
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
33RUN apk update && \
44 apk add git ffmpeg wget curl bash
55
6- LABEL version="2.0.4-beta " description="Api to control whatsapp features through http requests."
6+ LABEL version="2.0.9-rc " description="Api to control whatsapp features through http requests."
77LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
88LABEL contact="contato@agenciadgcode.com"
99
You can’t perform that action at this time.
0 commit comments