You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ All notable changes to this microservice will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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
+
8
24
## [v1.0.0-rc4] - 2026-05-25
9
25
10
26
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
103
119
---
104
120
105
121
Older versions and future releases will be listed here.
0 commit comments