Skip to content

v1.0.0-rc4

Choose a tag to compare

@DavidsonGomes DavidsonGomes released this 25 May 16:24
· 15 commits to main since this release

Docker Images

All images are available on Docker Hub under the evoapicloud org. The Docker tag drops the leading v (so the git tag v1.0.0-rc4 corresponds to the Docker tag 1.0.0-rc4):

docker pull evoapicloud/evo-auth-service-community:1.0.0-rc4
docker pull evoapicloud/evo-ai-crm-community:1.0.0-rc4
docker pull evoapicloud/evo-ai-frontend-community:1.0.0-rc4
docker pull evoapicloud/evo-ai-processor-community:1.0.0-rc4
docker pull evoapicloud/evo-ai-core-service-community:1.0.0-rc4
docker pull evoapicloud/evo-bot-runtime:1.0.0-rc4
docker pull evoapicloud/evo-crm-gateway:1.0.0-rc4

Or, equivalently, :latest always tracks the most recent tagged release.

What's Changed

  • fix(EVO-976): fix avatar storage — shared volumes, AUTH_SERVICE_URL, storage docs by @marcelogorutuba in #80
  • fix(migrations): ensure cross‑service migrations on shared DB (replace db:prepare with db:create && db:migrate) by @miltonsosa-info-unlp in #97
  • chore(git): remove orphan gitlinks (.claude, bms-monorepo, evo-ai-docs) by @daniloleonecarneiro in #102

New Contributors

Full Changelog: v1.0.0-rc2...v1.0.0-rc4