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: docs/projects/mlai/neo/core/rn-core.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ Neo Core is the container service responsible for the extraction and API operati
4
4
5
5
## Current Version
6
6
7
+
## 3.2.2: (Released 3rd February 2026)
8
+
9
+
- Fix: Application could hang if certain operations took place during database migrations.
10
+
- Fix: Database migrations were being triggered (through creation of a new Database instance) erroneously for certain API endpoints instead of using the existing database instances.
11
+
- Hotfix: NER has temporarily been disabled in this release, it will be re-introduced in 3.3.0.
12
+
- Fix: ACL operations failing with "No file_id in work item metadata".
13
+
- Fix: MySQL database connection handling and thread-safety
14
+
- Enhancement: MySQL Full-text Search results now return focused snippets to emulate how PostgreSQL results are displayed.
15
+
16
+
## Previoud Version History
17
+
7
18
### 3.2.0: (Released 8th January 2026)
8
19
9
20
-**New:** OIDC + oAuth 2.0 provider support for users and groups - You can now add enterprise users to manage Neo. Local users must be created first, then the OAuth account linked to it. Future versions of Neo will focus on streamlining this process.
@@ -16,8 +27,6 @@ Neo Core is the container service responsible for the extraction and API operati
16
27
-**Fix:** Application could become unresponsive if a work item failed due to a transaction remaining uncommitted in the SQL database.
17
28
- Other maintenance and house keeping.
18
29
19
-
## Version History
20
-
21
30
### 3.1.0 (Released 9th December 2025)
22
31
23
32
-**New**: FTE Search capabilities (new /search endpoint for agentic AI).
0 commit comments