# Manticore Search 3.5.4: Python, Java and Javascript clients and faster OPTIMIZE

We are pleased to announce [Manticore Search 3.5.4](https://manticoresearch.com/downloads/) is out, this is our 6th and final release of 2020.

## Faster OPTIMIZE

---

If you use Manticore Search [real-time indexes](https://manual.manticoresearch.com/Read_this_first#Real-time-index-vs-plain-index) you know that there's command [OPTIMIZE INDEX](https://manual.manticoresearch.com/Securing_and_compacting_an_index/Compacting_an_index#OPTIMIZE-INDEX) which does index compaction. Manticore 3.5.4 introduces automatic drop of a disk chunk in a real-time index when [OPTIMIZing](https://manual.manticoresearch.com/Securing_and_compacting_an_index/Compacting_an_index#OPTIMIZE-INDEX) a real-time index when the chunk is obviously not needed any more (all the documents are suppressed). Previously it still required merging, now the chunk can be just dropped instantly. This is useful in case you maintain retention in your index and delete older documents regularly. Now compacting such indexes will be faster.

👷 Work in progress: fully automated index compaction which you won't have to run externally at all!


## Python, Java and Javascript clients

---

We are releasing new [Python](https://github.com/manticoresoftware/manticoresearch-python), [Java](https://github.com/manticoresoftware/manticoresearch-java) and [Javascript](https://github.com/manticoresoftware/manticoresearch-javascript) clients. Our [manual](http://manual.manticoresearch.com/) now has a lot of code examples for them as long as for the new [PHP client](https://github.com/manticoresoftware/manticoresearch-php) we released previously.

## Fixed bugs

---

Manticore 3.5.4 includes [10 bug fixes](https://manual.manticoresearch.com/Changelog#Bugfixes). Check if any of them looks familiar to you and upgrade!

Read about more changes happened in 3.5.4 in [Manticore Manual](https://manual.manticoresearch.com/Changelog) and stay tuned!

Sincerely yours,
Manticore team
