> For the complete documentation index, see [llms.txt](https://docs.opshub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opshub.com/v7.234/release-notes.md).

# Release Notes

## New Entities

* **IBM Rational DOORS:** Module

## Enhancements

### MBSE

* Improved MBSE service stability and troubleshooting with enhanced logging and log rotation, making issues easier to identify and helping manage server log size.

### Codebeamer

* Added the **OH Folder Path** field for Codebeamer, allowing users to select the target folder where entities are created or updated.

## Major Bug Fixes

### Common

* Fixed an export failure where sync reports containing more than 2,100 records could not be exported to a file.
* Fixed an issue where OIM automatically started an upgrade to the same version after restarting the Docker container.

### Jira (Jira Service Management)

* Resolved an issue where the mapping failed to load when Asset field values in Jira Service Management contained large datasets.

### Azure DevOps Server/Services

* Resolved a global failure where build synchronization could stop with a **"Git commit does not exist"** error when the commit associated with a build could not be found.

### Subversion

* Resolved an issue where integrations could not be created when Subversion Commit Information was mapped due to a NullPointerException.

### MBSE

* Resolved an issue that could cause a global failure when processing a large number of changed entities.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.opshub.com/v7.234/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
