v5.10.10
Fix storage layer memory leak and database connection recycling logic in API workers.
This release contains bug fixes to Hydrolix v5.10. Refer to the release notes to see other notable feature announcements and information for this version.
Upgrade⚓︎
Don't skip minor versions when upgrading or downgrading
Skipping versions when upgrading or downgrading Hydrolix can result in database schema inconsistencies and cluster instability. Always upgrade or downgrade sequentially through each minor version.
Example:
Upgrade from 5.10.10 → 5.11.9 → 6.0.8, not 5.10.10 → 6.0.8.
Upgrade on GKE⚓︎
| Upgrade on GKE | |
|---|---|
Upgrade on EKS⚓︎
| Upgrade on EKS | |
|---|---|
Upgrade on LKE⚓︎
| Upgrade on LKE | |
|---|---|
Changelog⚓︎
Bug fixes⚓︎
Core⚓︎
- Fixed a memory leak in the storage access layer by correctly handling pending notifications on an internal notification queue.
API⚓︎
- Corrected database connection recycling logic inside API workers and removed all tasks unnecessary in v5.10 release from the backported fix.