5.10.8 stable version

This URL says that crate version 5.10.8 got released on 10 June 2025.

When I am trying to download same, noticed that, its still in testing phase.
Link I am following to download is Download CrateDB.

can someone confirm if this version is available for download ?

Thanks!

Hi, on the final stages of testing/releasing a regression was found, thus 5.10.8 will not be declared as stable, it is available in our nightly image container registry docker pull crate/crate:5.10.8 but please note that we do not recommend that you use it, this is for testing only.

Only use versions from Download CrateDB.

If you are using docker, the canonical way of getting CrateDB is via the official image, obtained by docker pull crate:latest.

With that being said, the 5.10.8 link you provided is maintained for change log purposes.

The aforementioned issue has been fixed and 5.10.9 is being released (today, 16/06/2025)

Thanks for the quick response!

I am inserting bulk records in crate and unable to get response that batch is getting stuck.

This issue I found in 5.10.1 as well as 5.10.7.

According to my understanding my issue looks same as the issue you linked here.

Please confirm!

Thanks,

I’m not too sure, maybe, one way to quickly test it is using the PG wire protocol (in port 5432), since the linked issue is from the (HTTP protocol, in port 4200.)

I would recommend that you open a new post with more information and context of your issue so we can better help you debug it.

Sure. Thanks for response.