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

# BCC Face

This page addresses the Release Notes for BCC Face both Android and iOS. \
If a change occurs only in one enviroment there will be a tag referring to which one was affected, otherwise the change affects both enviroments.

Example: \[iOS] Introduced a new feature

### BCC Face - 4.10.0

#### New Features

* Introduced a new method that allows for JPEG2000 compression ([more info](https://app.gitbook.com/o/IUPwzGm81miB2T1d1ztv/s/pa748g7hb1gg6MoPNJoS/mobile/bcc-face-sdk/jpeg2000-compression))

***

### BCC Mobile Face - 4.2.0

This release adds the voice instruction feature.

#### New Features

* Now users can hear the instructions while in liveness process.
* Reviewed message and feedbacks for english (en-US) and portuguese (pt-BR)
* Support for Mexican Spanish es-MX;
  * Text & speech;

**New Design**

* Updated all the design.

Already implemented but oficialized at this release.

#### Improvements

Error in onSuccess

* Sometimes, even if the capture was successful, BCC Face didn’t sent any face image.

Null orientation crash

* Sometimes, BCC Face would crash, because it couldn’t get the device orientation.

Help Action

* The feature of help action was removed.

**Bug Fixes**

Language Bundle

* \[iOS] Reset bundle before changing path to new language


---

# 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.griaule.com/release-notes/en/sdks/bcc-face.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.
