# 5.10.8 stable version

**URL:** https://community.cratedb.com/t/5-10-8-stable-version/2042
**Category:** CrateDB
**Created:** [June 16, 2025, 11:04am UTC](https://community.cratedb.com/t/5-10-8-stable-version/2042 "2025-06-16T11:04:00Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![swati](https://avatars.discourse-cdn.com/v4/letter/s/5f9b8f/32.png) [@swati](https://community.cratedb.com/u/swati)
#### Post date: [June 16, 2025, 11:04am UTC](https://community.cratedb.com/t/5-10-8-stable-version/2042/1 "2025-06-16T11:04:00Z")

</div>

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

> **[Version 5.10.8](https://cratedb.com/docs/crate/reference/en/latest/appendices/release-notes/5.10.8.html)**
>
> Released on 2025-06-10. Table of contents Fixes. See the Version 5.10.0 release notes for a full list of changes in the 5.10 series. Fixes: Fixed a race condition that could leak memory when a node disconnected right about when a query requiring that...

When I am trying to download same, noticed that, its still in testing phase.  
Link I am following to download is [Download CrateDB](https://cratedb.com/download).

can someone confirm if this version is available for download ?

Thanks!

---

<div class="post-metadata">

### Author: ![surister](https://sea2.discourse-cdn.com/flex020/user_avatar/community.cratedb.com/surister/32/1087_2.png) [@surister](https://community.cratedb.com/u/surister)
#### Post date: [June 16, 2025, 11:48am UTC](https://community.cratedb.com/t/5-10-8-stable-version/2042/2 "2025-06-16T11:48:18Z")

</div>

Hi, on the final stages of testing/releasing a [regression was found](https://github.com/crate/crate/pull/17974), 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](https://cratedb.com/download).

If you are using docker, the canonical way of getting CrateDB is via the [official image](https://hub.docker.com/_/crate), 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)

---

<div class="post-metadata">

### Author: ![swati](https://avatars.discourse-cdn.com/v4/letter/s/5f9b8f/32.png) [@swati](https://community.cratedb.com/u/swati)
#### Post date: [June 16, 2025, 12:22pm UTC](https://community.cratedb.com/t/5-10-8-stable-version/2042/3 "2025-06-16T12:22:47Z")

</div>

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,

---

<div class="post-metadata">

### Author: ![surister](https://sea2.discourse-cdn.com/flex020/user_avatar/community.cratedb.com/surister/32/1087_2.png) [@surister](https://community.cratedb.com/u/surister)
#### Post date: [June 16, 2025, 2:13pm UTC](https://community.cratedb.com/t/5-10-8-stable-version/2042/4 "2025-06-16T14:13:23Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![swati](https://avatars.discourse-cdn.com/v4/letter/s/5f9b8f/32.png) [@swati](https://community.cratedb.com/u/swati)
#### Post date: [June 17, 2025, 9:21am UTC](https://community.cratedb.com/t/5-10-8-stable-version/2042/5 "2025-06-17T09:21:08Z")

</div>

Sure. Thanks for response.
