github jina-ai/jina v3.23.3
💫 Patch v3.23.3

latest releases: v3.27.16, v3.27.15, v3.27.14...
7 months ago

Release Note (3.23.3)

Release time: 2024-02-16 10:56:19

This release contains 1 bug fix and 1 documentation improvement.

🐞 Bug Fixes

Fix dynamic creation of schema with nested DocLists in Gateway (#6138)

Previously, nested document types with multiple DocList levels of nesting sometimes led to the schema exposed by the Gateway being incomplete because some references were lost.

Now schemas like this exposed through Flow work as expected:

class QuoteFile(BaseDoc):
    quote_file_id: int
    texts: DocList[TextDoc]
    images: DocList[ImageDoc]

class SearchResult(BaseDoc):
    results: DocList[QuoteFile]

📗 Documentation Improvements

  • Fix topology documentation (#6134)

🤟 Contributors

Don't miss a new jina release

NewReleases is sending notifications on new releases.