github weaviate/weaviate 0.13.1
0.13.1 - Fix potential panic in GQL Batch

latest releases: v1.24.13, v1.25.0, v1.24.12...
4 years ago

Docker image/tag: semitechnologies/weaviate:0.13.1

Fixes

  • Don't panic without GQL provider (related to #865)
    The GQL schema is highly dynamic and is built based on the user-specified weaviate schema. Therefore with an empty database without a schema, GQL requests fail with an error indicating that a schema needs to be created first for GQL to become available. However, in the GQL Batch API (which allows multiple GQL requests in parallel) there was no such check and instead weaviate would panic without ever returning the request. This release fixes this and returns a helpful error message instead.

Don't miss a new weaviate release

NewReleases is sending notifications on new releases.