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

# Release Notes

**Template document:** <https://docs.google.com/document/d/1nZWIaKXKs6oHTIkHhGVgPY6Uex3aP3llTY9xMTHhRh0/edit?pli=1>

### About this Document

This document provides details of features and enhancements made to the Sunbird platform for the release version X.X.X and hotfixes X.X.X.

### Release Version

| Release version                                                                                                                       | Release Date   |
| ------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
| X[.X.X.X hotfix](https://docs.google.com/document/d/1nZWIaKXKs6oHTIkHhGVgPY6Uex3aP3llTY9xMTHhRh0/edit?pli=1#bookmark=id.2m1wpswkzl7s) | Month dd, 20XX |
| X.X.X (main Release)                                                                                                                  | Month dd, 20XX |

### New Features

<table data-header-hidden><thead><tr><th width="97"></th><th width="129"></th><th width="382"></th></tr></thead><tbody><tr><td>No.</td><td>Jira Ticket Number</td><td>Description</td></tr><tr><td>1</td><td><a href="https://project-sunbird.atlassian.net/jira/software/c/projects/ED/boards/103/backlog?issueLimit=100">Ticket-ID</a></td><td><p>Title of the JIRA ticket</p><p><br></p><p>Add the description here</p></td></tr></tbody></table>

### Enhancements / Technical tasks

<table data-header-hidden><thead><tr><th width="100"></th><th width="139"></th><th></th></tr></thead><tbody><tr><td>No.</td><td>Jira Ticket Number</td><td>Description</td></tr><tr><td>1</td><td><a href="https://project-sunbird.atlassian.net/jira/software/c/projects/ED/boards/103/backlog?issueLimit=100">Ticket-ID</a></td><td><p>Title of the JIRA ticket</p><p><br></p><p>Add the description here</p></td></tr></tbody></table>

### Open/Known Bugs

<table data-header-hidden><thead><tr><th width="113.33333333333331"></th><th></th><th></th></tr></thead><tbody><tr><td>No.</td><td>Jira Ticket Number</td><td>Description</td></tr><tr><td>1</td><td><a href="https://project-sunbird.atlassian.net/jira/software/c/projects/ED/boards/103/backlog?issueLimit=100">Ticket-ID</a></td><td><p>Title of the JIRA ticket</p><p><br></p><p>Add the description here</p></td></tr></tbody></table>

### Installation or Upgrade

* Fresh installation (link/tags)
* How to Upgrade (link/tags)\\

### Configuration/Environment variable changes

Service Name

Configuration

Configuration changes related to API

Form API’s update

Primary category definition need to update

### Deprecations and Removals:

Examples:

* API’s which are deprecated/removed in this release
* Configuration
* Environment
* NPM package is not supported

### Breaking changes (The existing features will break the if we don’t do the below actions)

Examples:

* If there is any migration activity
* If any api's are changed/updated which will break the previous existing functionality

### Dependent Building Blocks Releases

As part of the Sunbird ED release x.x.x, this document also includes the updates taken from

\
\
\
\
\
\
\
\
\
\
\\


---

# 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://ed.sunbird.org/release-6.0.0/misc/templates/release-4.10.0-1.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.
