> 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/selphid/release_notes/6.14.1_releasenotes.md).

# 6.14.1

This version has included a thorough review of the Java binding of the SelphID-SDK. High-load and high-thread-concurrency tests have been carried out to identify a segfault caused by the garbage collector in the JNI layer.

### Corrected

* Problem in the Java binding, which caused a segmentation fault in multithreaded, high-load environments.
* Avoid creating an empty log folder in `selphid-eval-performance` and other tools.
* `GetValidTimeStamp()` rejects tokens with future dates.

### Improved

* The documentation for the Java API Service example has been updated.
* The configuration for the Java API Service example has been expanded.
