Skip to content

Releases: EvolutionAPI/evo-ai-processor-community

v1.0.0-rc2

05 May 22:34

Choose a tag to compare

Docker Image

docker pull evoapicloud/evo-ai-processor-community:1.0.0-rc2

The Docker tag drops the leading v from the git tag (v1.0.0-rc21.0.0-rc2). :latest also tracks this release.


[v1.0.0-rc2] - 2026-05-05

Fixed

  • Container startup: invocar alembic e uvicorn via python -m em vez de console scripts, evitando que sh -c interprete os entrypoints incorretamente em algumas imagens. (#7)
  • Migration 26a14ac7025d: adicionado if_not_exists=True no op.create_table('evo_agent_processor_execution_metrics'), tornando a migration segura para re-run em ambientes onde a tabela já foi criada por outro serviço (banco compartilhado). (#7)

v1.0.0-rc1

24 Apr 23:27

Choose a tag to compare