mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -06:00
changelog
This commit is contained in:
parent
9bf17f27f0
commit
0dfbed4eb9
@ -3,6 +3,7 @@
|
|||||||
### Features
|
### Features
|
||||||
|
|
||||||
* Added general session button in typebot, dify and openai in manager
|
* Added general session button in typebot, dify and openai in manager
|
||||||
|
* Added compatibility with mysql through prisma
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
@ -10,6 +11,7 @@
|
|||||||
* Fix conversationId when is dify agent
|
* Fix conversationId when is dify agent
|
||||||
* Fixed loading of selects in the manager
|
* Fixed loading of selects in the manager
|
||||||
* Add restart button to sessions screen
|
* Add restart button to sessions screen
|
||||||
|
* Adjustments to docker files
|
||||||
|
|
||||||
# 2.0.8-rc (2024-08-08 20:23)
|
# 2.0.8-rc (2024-08-08 20:23)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
|
|||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add git ffmpeg wget curl bash
|
apk add git ffmpeg wget curl bash
|
||||||
|
|
||||||
LABEL version="2.0.4-beta" description="Api to control whatsapp features through http requests."
|
LABEL version="2.0.9-rc" description="Api to control whatsapp features through http requests."
|
||||||
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
|
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
|
||||||
LABEL contact="contato@agenciadgcode.com"
|
LABEL contact="contato@agenciadgcode.com"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user