Skip to content

Commit a823174

Browse files
committed
docs(changelog): add v1.0.0-rc5 section
1 parent 7b6dea9 commit a823174

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this microservice will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.0.0-rc5] - 2026-05-27
9+
10+
Hardening release — eliminates the processor's contribution to the fresh-install authentication failure. Also folds in the organization rename from `EvolutionAPI` to `evolution-foundation` across documentation.
11+
12+
### Fixed
13+
14+
- **Fresh-install boot — stop creating stub `users` table on `metadata.create_all`** — at startup the processor's SQLAlchemy `Base.metadata.create_all()` was emitting a `users(id integer)` stub that races with the auth service's authoritative `users` schema on a clean database. On a fresh install the processor occasionally won the race, leaving the auth service unable to insert/authenticate against its own table. Cross-service tables are now excluded from `create_all`; the processor only materializes tables it owns.
15+
16+
### Changed
17+
18+
- **Docs (org)** — GitHub URLs and references updated from `EvolutionAPI` to `evolution-foundation` to match the foundation rename. No code impact.
19+
20+
### Notes for upgrade
21+
22+
- **Fresh installs**: the `users` table stub conflict with `evo-auth-service-community` is resolved. No manual database cleanup is required on greenfield deployments; upgrading existing databases is a no-op (the auth service already owns the authoritative schema).
23+
824
## [v1.0.0-rc4] - 2026-05-25
925

1026
Point release — adds Typebot interactive button rendering. Other subsystems unchanged.
@@ -103,3 +119,10 @@ Integration release — adds native tools for the LLM agent (Knowledge Nexus sea
103119
---
104120

105121
Older versions and future releases will be listed here.
122+
123+
[v1.0.0-rc5]: https://github.com/evolution-foundation/evo-ai-processor-community/compare/v1.0.0-rc4...v1.0.0-rc5
124+
[v1.0.0-rc4]: https://github.com/evolution-foundation/evo-ai-processor-community/compare/v1.0.0-rc3...v1.0.0-rc4
125+
[v1.0.0-rc3]: https://github.com/evolution-foundation/evo-ai-processor-community/compare/v1.0.0-rc2...v1.0.0-rc3
126+
[v1.0.0-rc2]: https://github.com/evolution-foundation/evo-ai-processor-community/compare/v1.0.0-rc1...v1.0.0-rc2
127+
[v1.0.0-rc1]: https://github.com/evolution-foundation/evo-ai-processor-community/compare/0.1.0...v1.0.0-rc1
128+
[0.1.0]: https://github.com/evolution-foundation/evo-ai-processor-community/releases/tag/0.1.0

0 commit comments

Comments
 (0)