Using "newest" 1.22 version

Hi, I have similar error described in async: prevent sending empty batches to addBatch by asdine · Pull Request #3779 · weaviate/weaviate · GitHub

I already am using 1.22 in my weaviate docker compose, how can I make sure to use the most recent version of 1.22 stable? Is there a way to make sure I include this PR.

Thanks!

Hi!

This was just released in 1.22.5

In order to use it, you can change the weaviate version in your docker compose, and run:

docker compose pull
docker compose up -d

It is a good practice to tie your docker-compose to a specific version.

You could change the docker compose image to latest instead of a specific version, but that could lead to undesired updates, as new versions are always released under the latest tag.

Let me know if that helps :slight_smile:

2 Likes

Thanks! I didn’t realize it was released, but latest is useful to know for temporary purposes in the future. awesome

1 Like