2025.52 Infrastructure Changes
1 min read
Changes to the Infrastructure
Self-hosting clients shall apply an API Gateway update provided by Unique Solution Engineering to patch a Broken Access Control vulnerability.
The advisory and patch guides are provided in disclosed format only.
Changes on Application environment
Change | Name | Default | Example | Required | Applications | Short Description |
|---|---|---|---|---|---|---|
Added |
|
|
|
|
| Allows defining Agentic Table instructions to be sent to the LLM for processing. |
Added |
|
|
|
|
| Allows defining sheet-level metadata to be considered when processing an Agentic Table. |
Added |
|
|
|
|
| Allows defining row-level metadata to be considered when processing an Agentic Table. |
Added |
| n/a (must be set) |
|
|
| With Prisma upgrade to 7.0. It now requires we explicitly set the SSL_MODE of the database. Setting to |
Prisma 7.0 Upgrade
We’ve upgraded our ORM, Prisma, from v4.9 to v7.2. This release delivers notable performance improvements and resolves a memory leak previously caused by how the Rust-based Prisma engine handled memory allocation.
⚠️ Breaking change: Sorting behavior in internal GraphQL API
Prisma 7 introduces changes to sorting semantics that affect our internal GraphQL API. If you rely on sorted results, please review the updated behavior and adjust queries accordingly.
Details: Breaking Change: Release 2025.52
Impact: Sorting order may differ for null values, case sensitivity, or default collation depending on fields and database configuration.
🔒 SSL configuration requirement
If your PostgreSQL server enforces SSL, it is now mandatory to set the PG_DATABASE_SSL_MODE environment variable.
Supported values:
verify,verify-fullAction: Ensure your deployment configuration includes
PG_DATABASE_SSL_MODEaligned with your DB server’s SSL requirements.Note:
verify-fullrequires the server hostname to match the certificate’s CN/SAN.
Author | Solution Engineering |
|---|