Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 1.04 KB

[Unreleased]

[0.9.2] - 2024-10-01

  • Weaviate::Client constructor accepts customer logger: to be passed in

[0.9.1] - 2024-09-19

[0.9.0] - 2024-07-08

  • Add object.replace method which uses PUT which performs a complete object replacement

Breaking

  • Change the object.update method to use PATCH which only performs a partial update(previously performed a replacement)

[0.8.11] - 2024-07-02

  • Allow the user to specify any options they want for multi-tenancy when creating a schema using their own hash
  • Allow Ollama vectorizer

[0.8.10] - 2024-01-25

[0.8.9] - 2023-10-10

[0.8.8] - 2023-10-10

[0.8.7] - 2023-09-11

[0.8.6] - 2023-08-10

[0.8.5] - 2023-07-19

  • Add multi-tenancy support

[0.8.4] - 2023-06-30

  • Adding yard

[0.8.3] - 2023-06-25

  • Add Google PaLM support

[0.8.2] - 2023-05-18

[0.8.1] - 2023-05-10

[0.8.0] - 2023-04-18

Breaking

  • Initializing the weaviate client requires the single url: key instead of separate host: and schema:

[0.1.0] - 2023-03-24

  • Initial release