> For the complete documentation index, see [llms.txt](https://docs.elentra.org/learn-elentra-mobile/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elentra.org/learn-elentra-mobile/elentra-mobile-technical-documentation/implementation-notes/release-3.4.0-technical-considerations.md).

# Release 3.4.0 - Technical Considerations

### Release 3.4.0 - Technical Considerations

For a complete list of all issues that were merged for this release, please log in to JIRA and view the Mobile App project Kanban board. There is a filter preset for fix version 3.4.0.

* React-native and react-navigation upgraded to version 4
  * Cleaned up the way that assessment and evaluation data is handled&#x20;
  * Removed a number of deprecated react native components
  * Removed legacy reducers including
    * assessment details reducer, assessment save progress reducer, & assessment draft reducer&#x20;
  * Improved navigation flows
    * moved all navigation logic to root
    * updated navigation stacks
    * removed deprecated navigation code
* **New and updated API endpoints**. Please upgrade your API version to 3.x (compatible with ME 1.16 and 1.17 releases) or you will encounter difficulties with triggering assessments. The following features absolutely require the newest API version, or cherry-pick the commits:
  * new auth flow (API-28)
  * procedure form modal (APP-124)
  * Queen's UGME EPA triggering (APP-151)
  * cbme\_only flag (APP-133)
  * aprogress\_id 500 error (APP-144)
  * assessment cue for self-assessment method (APP-186)
  * email blank form to external assessor (APP-195)

**Implementation Notes:**

In addition to the comments above regarding the API, please note the following PRs that may need to be cherry-picked to ME (these are merged in release 1.17.1, only prior releases need to cherry-pick):

* The */assessments/courses* endpoint has been modified to accept a *cbme\_only* boolean flag that will limit the course picker to only CBME courses if the flag is enabled. You will also need this PR to receive the flag from ME:
  * <https://elentra.atlassian.net/browse/ME-2894>
