Weaviate v0.22.17 Release Notes

Release Date: 2020-09-16 // over 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.