> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/backend-sdk/backend1n/release_notes/2.0.0_release_notes.md).

# 2.0.0

In this Version support for MongoDB has been added. In addition, the initial experimental endpoints based on SelphID 1:N have been replaced by the final endpoints.

### Added

* Support for MongoDB.
* Endpoints to store data in the database.

### Changed

* The first SelphID-1:N-based endpoints become the final endpoints:
  * POST: `/extract`.
  * POST: `/extract/template`.
  * POST: `/assets/upload`.
  * GET: `/assets/media/{UUID}`.
  * POST: `/faces`.
  * PUT: `/faces/{UUID}`.
  * DELETE: `/faces/{UUID}`.
  * POST: `/search/image/{GALLERY_ID}`.
