| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-24 | 761 Bytes | |
| TypeDB 3.10.2 source code.tar.gz | 2026-04-24 | 1.3 MB | |
| TypeDB 3.10.2 source code.zip | 2026-04-24 | 1.8 MB | |
| Totals: 3 Items | 3.1 MB | 0 | |
Download from TypeDB Package Repository:
Pull the Docker image:
:::docker pull typedb/typedb:3.10.2```
## New Features
## Bugs Fixed
- **Fix distinct stage stack overflow**
Distinct stages relied on recursion instead of a loop, which could rapidly lead to stack overflows. We now use a simple loop instead.
-
- **Fix statistics records reading**
We fix a bug in statistics synchronization that led to out-of-sync statistics, which ultimately led to bad query planning.
## Code Refactors
## Other Improvements