github weaviate/weaviate 0.22.17
0.22.17 - Deprecate "cardinality" in schema properties

latest releases: v1.24.11, v1.25.0-rc.0, v1.24.10...
3 years ago

Docker image/tag: semitechnologies/weaviate:0.22.17
See also: example docker-compose files in English, Dutch, German, Czech, Italian. If you need to configure additional settings, you can also generate a custom docker-compose.yml file using the documentation.

Breaking Changes

none

New Features

none

Deprecations

  • Deprecate cardinality in schema property (#1240, #1142)
    The cardinality field has become deprecated. There are no more restrictions. Regardless of the content of this field, reference properties can have 0..n references, primitive properties are always just a single property (i.e. they are either set or not set).

    This change is non breaking as the field is not removed, but only ignored. If you explicitly still set a value for cardinality, weaviate will log a deprecation message to stdout.

Fixes

  • Remove obsolete and unused telemetry logging (#1232)
  • Fix issue where periodic "telemetry logging" error message could occur
    Related to the removal of this unused/obsolete feature there was a chance that such log messages would be printed depending on the configuration. In other words, it was possible to accidentally turn this feature on even though it shouldn't have been. This commit now removes the feature entirely, so it can't be accidentally turned on anymore.

Don't miss a new weaviate release

NewReleases is sending notifications on new releases.