> For the complete documentation index, see [llms.txt](https://lern.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lern.sunbird.org/use/release-notes/release-v-4.10.0-latest.md).

# Release V 4.10.0

### Document Release Version <a href="#document-release-version" id="document-release-version"></a>

<table><thead><tr><th width="180.33333333333331">Project</th><th>Release Date</th><th>Version</th></tr></thead><tbody><tr><td>Lern</td><td>10 June 22 (tentative)</td><td>V 4.10.0</td></tr></tbody></table>

### Details of Released Tag

| Component           | Tag                                          |
| ------------------- | -------------------------------------------- |
| Cassandra migration | sunbird-utils : release-4.10.0\_RC1          |
| User\&Org Service   | sunbird-lms-service : release-4.10.0\_RC1    |
| Discussion Forum    | discussions-middleware : release-4.10.0\_RC1 |

### **Summary of the Changes** <a href="#id-1.-summary-of-the-changes" id="id-1.-summary-of-the-changes"></a>

* DF Moderation changes
* OrgSearch to allow partial search and fuzzy Search

### **Details of the Changes** <a href="#id-2.-details-of-the-changes" id="id-2.-details-of-the-changes"></a>

{% tabs %}
{% tab title="User\&Org Service" %}

| JIRA ID                                                           | Descriptions                                       |
| ----------------------------------------------------------------- | -------------------------------------------------- |
| [SB-27866](https://project-sunbird.atlassian.net/browse/SB-27866) | User accounts without Phone or Email Issue Fix     |
| [SB-29813](https://project-sunbird.atlassian.net/browse/SB-29813) | OrgSearch to allow partial search and fuzzy Search |
| {% endtab %}                                                      |                                                    |

{% tab title="Discussion Forum" %}

| JIRA ID                                                           | Descriptions                           |
| ----------------------------------------------------------------- | -------------------------------------- |
| [SB-29794](https://project-sunbird.atlassian.net/browse/SB-29794) | Discussion forum >> Moderation changes |

**New Environment variables**

```
enable_audit_event={{ enable_audit_event | default(true) }}
moderation_flag={{ moderation_flag | default(false) }}
```

{% endtab %}
{% endtabs %}

Detailed Information is present in the [JIRA](https://project-sunbird.atlassian.net/issues/?filter=12500) list.

### Manual Configurations

| Manual Tasks                            | Details                                                                                                              | Comments               |
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| Reindex Org ES Index in UserOrg Service | <https://project-sunbird.atlassian.net/wiki/spaces/SBDES/pages/3494150389/SC-2190+ES+scaling+-+reindexing+Org+index> | New index name - orgv3 |


---

# 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://lern.sunbird.org/use/release-notes/release-v-4.10.0-latest.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.
