Skip to content

Commit c59d548

Browse files
committed
update 3.2.2 release notes
1 parent ae27782 commit c59d548

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/projects/mlai/neo/core/rn-core.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Neo Core is the container service responsible for the extraction and API operati
44

55
## Current Version
66

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+
718
### 3.2.0: (Released 8th January 2026)
819

920
- **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
1627
- **Fix:** Application could become unresponsive if a work item failed due to a transaction remaining uncommitted in the SQL database.
1728
- Other maintenance and house keeping.
1829

19-
## Version History
20-
2130
### 3.1.0 (Released 9th December 2025)
2231

2332
- **New**: FTE Search capabilities (new /search endpoint for agentic AI).

0 commit comments

Comments
 (0)