jina-ai / jina

☁️ Build multimodal AI applications with cloud-native stack
https://docs.jina.ai
Apache License 2.0
20.56k stars 2.21k forks source link

Release Note (3.22.2) #6088

Closed JoanFM closed 8 months ago

JoanFM commented 8 months ago

Release Note (3.22.2)

Release time: 2023-10-20 14:42:15

This release contains 1 bug fix and 5 documentation improvements.

🐞 Bug Fixes

Fix check graph compatibility nested types (#6085)

A bug was found that prevented Flows from starting when they had Executors with different but compatible schemas. This is now fixed.

πŸ“— Documentation Improvements

🀟 Contributors

We would like to thank all contributors to this release:

scott-martens commented 8 months ago

I don't understand the bug and the description is unhelpful. Can someone explain to me what was wrong?

JoanFM commented 8 months ago

there was a bug checking the compatibility of the schemas of different Executors in the same Flow.

scott-martens commented 8 months ago

Is this description accurate?