Skip to content

0.14.3 - Bugfix #890

Compare
Choose a tag to compare
@etiennedi etiennedi released this 04 Jun 19:17

Docker image/tag: semitechnologies/weaviate:0.14.3

Fixes

  • #890 Bug GQL API not present after restart when no network is configured
    Prior to this version the GQL API was not available after restarting weaviate (or doing a rolling update on K8s) when no network was configured. If a network was set, the incoming pings (also triggering a rebuild) masked the error. Therefore it also wasn't caught in our test suite, which currently exclusively tests with a network. Post Mortem: Extend test suite to test multiple configurations simultaneously.