Last date modified: 2026-Sep-02

RelativityOne Developer News

Welcome to the developer news page. This topic describes upcoming changes, the status of ongoing initiatives, and noteworthy release and deprecation changes that may impact Relativity Developers. You can also review and subscribe to postings on the Relativity Developer Group for more announcements.

Due to differences in deployment and update schedules, the items listed below may not yet exist in all environments on the date indicated.

Coming soon

This section describes notable upcoming functionality and changes that may interest Relativity developers. This includes potential breaking changes that you may need to prepare for. Refer to the Upcoming Changes section in the developer change log for more upcoming changes information.

Reminders

This section highlights current initiatives, programs or other ongoing improvements that may impact Relativity developers. These initiatives may span multiple product updates or versions, so check back often for the latest updates.

Released Items

This section describes released items noteworthy to Relativity Developers. For a comprehensive sortable and filter-able list of product changes and changes impacting developers, please see the RelativityOne release notes topic.

Object Manager Rate Limiting

2026-09-01
Object Manager

The Object Manager StreamLongText endpoint in RelativityOne is rate-limited. See this post in the developer group for more information.

Older versions of Transfer SDK deprecated

2026-08-03
Transfer SDK

All Transfer SDK versions earlier than version 4.2.2 are removed and will no longer function. You need to update references to earlier SDK versions to use the latest version instead. See this post in the developer group for more information.

Workspace Manager API endpoints deprecated

2026-08-01
Workspace Manager API

Several Workspace Manager API endpoints are deprecated as part of an effort to modernize and simplify the Relativity API surface. See this post in the developer group for more information.

Processing API endpoints deprecated

2026-07-14
Processing

Static filter endpoints in the Processing API (CreateExpressionFilterAsync, GetFiltersAsync, GetFiltersByDataSourceAsync, UpdateExpressionFilterAsync, DeleteFilterAsync, GetFilterResultAsync) are deprecated. See this post in the developer group for more information.

v0 version of Processing API deprecated

2026-07-07
Processing

v0 versions of Processing APIs no longer function and you will need to use v1/v2 versions of Processing APIs instead. See this post in the developer group for more information.

Legacy Document Viewer APIs deprecated

2026-07-01
Cold Storage

After June 2026 the legacy Document Viewer Kepler/.NET API Endpoints are deprecated and replaced with new REST API endpoints. See this post in the developer group for more information.

Cold Storage API endpoints deprecated

2026-07-01
Cold Storage

Two Cold Storage API endpoints (CanManageColdStorageAsync and DeleteWorkspaceFromColdStorageAsync) are removed as part of ongoing platform cleanup and modernization actions. See this post in the developer group for more information.

The V1 version of ARM API is deprecated

2026-07-01
ARM

As of July 2026, V1 versions of ARM API endpoints no longer function and you need to use V3 versions of ARM API endpoints instead. See this post in the developer group for more information.

Custom Triggers no longer permitted

2026-05-01
SQL

Custom Triggers in Relativity SQL databases (TRIGGER) should no longer be used. See this post in the developer group for more information.

Direct access to Processing SQL DataStores removed

2026-03-18
Processing

Direct access to Processing SQL DataStores (e.g.: INVXXXXXXX) has been removed. If you do not utilize direct SQL access in your Processing workflows no action is required. If you do utilize direct SQL access in your Processing workflows, you will need to migrate your workflows to API-based ones. See this post in the developer group for more information.

New ProcessingFilterManager endpoint for DeNIST reporting

2026-03-18
Processing

The new get-nisted-documents endpoint in the ProcessingFilterManager API provides the ability to report on specific files excluded from Discovery via DeNIST filtering. See Download NISTed documents list for a processing set for more information.

New documentation resources for AI solutions

2026-03-15
Documentation

We now provide both llms.txt files and MCP endpoints for published RelativityOne documentation, which you can use to build your own generative and agentic AI assistance solutions.

Staging Reports v3 API deprecated

2026-02-09
Staging Reports

The Staging Reports v3 API is deprecated and replaced with v4, which provides better performance and uses new technology to support functionality for future features. See this post in the developer group for more information.

ProcessingFilterManager and ProcessingDocumentManager V1 APIs deprecation

2026-01-06
Processing

The ProcessingFilterManager and ProcessingDocumentManager V1 APIs are deprecated and removed in favor of V2 APIs that utilize the LogicalID field instead of the FileID field in its operations. This change impacts operations in ProcessingFilterManager and ProcessingDocumentManager that utilize or return FileID. Code or workflows that utilize these .NET APIs or REST endpoints will need to be ported to the new V2 APIs. See this post in the developer group for more information.

OAuth2 Client Secrets shown once only

2025-09-25
Authentication

OAuth2 clients will only display the client secret once: immediately after creation. You must copy and securely store it immediately to use in your application's code. The secret will be hidden from all users after the initial page view. If you need to retrieve a client secret after it has been hidden, you will need to reset (generate a new) OAuth2 client secret.

This change will not invalidate existing OAuth2 client secrets and they will continue to work as before. Existing OAuth2 client secrets will be hidden from view after their first display.

Integration Points load file workflow deprecation

2025-08-29
Integration Points

As of August 29, 2025 legacy load file workflows, both import and export, are not supported in Integration Points. If you do not use Integration Points API to import or export load files, no action is required on your end. If you do use legacy load file workflows, you will need to use alternate APIs. Import/Export offers similar functionality with additional features such as enhanced field mapping and advanced job status tracking, improved reliability, and a more seamless user experience. As a replacement to Integration Points API, the Transfer API can be used to move data into/from RelativityOne. In addition, Import Service/Export Service APIs can be used for importing or exporting data into/from workspaces. See this post in the developer group for more information.

Breaking change affecting List Page Interaction event handlers

2025-08-22
Classic List Page

As previously communicated, Relativity.ListPage has been replaced by Relativity.Lists. Any third-party applications with List Page Interaction event handlers for Relativity.ListPage must be updated to provide equivalent event handlers for Relativity.Lists. See this post in the developer group for more information, as well as the Classic List Page API deprecation reference page.

Return Processing Duplicate Hash

2025-08-12
Processing

You can now optionally include the calculated processing duplicate hash (PDH) value when retrieving discovered documents with the GetDiscoveredDocuments endpoint in the Processing Filter Manager API. This addition is primarily to support advanced deduplication workflows, such as building custom deduplication tools.

Error tab deprecation

2025-07-18
Error Tab
The Errors tab is deprecated and was removed from RelativityOne instances in July 2025. Starting in January 2026, the Errors API will stop processing requests (the API is still available as a 'stub' to avoid breaking code, but no error data will be written to SQL). If you are writing errors to the Errors tab with scripts or custom code for example, you may need to adjust your script or code to use an alternate error surfacing approach. See this Knowledge Base article and this announcement in the Developer community site for more information.

Data Management: Cold Storage determined by the "Workspace State" field

2025-07-01
Cold Storage

Both the billing logic and the functionality of moving a workspace to Cold Storage rely exclusively on the system-defined "Workspace State" field. The customer-defined "Status" field will no longer influence workspace behavior or billing. Automations that depend on the "Status" field for the purpose of Cold Storage management may cease to work as a result of this change. See this post in the developer group for more information.

Collect Folder Path Data Solution deprecation

2025-07-01
Cold Storage

The Collect Folder Path Data solution, which reports the total number and size of document files in each workspace and folder in a Relativity instance, is being deprecated and will be removed starting June 5, 2025. The deprecation includes the application, agents, event handlers, and the script for this solution. See this post in the developer group for more information.

Lucene Search deprecation

2025-06-02
Lucene Search

Lucene Search is deprecated in both the Audit UI and API and removed starting June 2, 2025. In its place, we are introducing basic keyword filtering capabilities using the "is like" and "is not like" operators on the Details field. This change affects how users filter audit records and may require adjustments to existing workflows. See this post in the developer group for more information.

Audit Metrics REST API endpoint deprecation

2025-03-16
Audit

The Audit Metrics REST API endpoint that returns Audit Record Count and Audit Record Size (in bytes) is deprecated. After March 16, 2025, queries to this endpoint will return 0. The endpoint will be fully retired on October 1, 2025. See this post in the developer group for more information.

Breaking change in Relativity Audit API

2025-02-28
Audit

Lucene Search Engine support in the Audit User Interface and Audit API is removed from production RelativityOne instances. After the deprecation, you will no longer be able to use the keyword LuceneSearch in the request.condition or request.rowCondition in the Audit API. See this post in the developer group for more information.

Feedback