Skip to content

v1.5.2 - Fix possible data races

Compare
Choose a tag to compare
@etiennedi etiennedi released this 10 Aug 12:51
add5e8e

Docker image/tag: semitechnologies/weaviate:1.5.2

Breaking Changes

none

New Features

  • Fix possible data races (short write) (#1643)

    This release fixes various possible data races that could in the worst case lead to an unrecoverable error "short write". The possibility for those races was introduced in v.1.5.0 and we highly recommend anyone running on the v1.5.x timeline to upgrade to v1.5.2 immediately.

Fixes

none