Download Latest Version Patch v0.40.1 source code.tar.gz (8.9 MB)
Email in envelope

Get an email when there's a new version of DocArray

Home / v0.39.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-10-02 3.6 kB
Release v0.39.0.tar.gz 2023-10-02 8.8 MB
Release v0.39.0.zip 2023-10-02 9.1 MB
Totals: 3 Items   17.9 MB 0

Release Note (0.39.0)

Release time: 2023-10-02 13:06:02

This release contains 4 new features, 8 bug fixes, and 7 documentation improvements.

πŸ†• Features

Support for Pydantic v2 πŸš€ (#1652)

The biggest feature of this release is full support for Pydantic v2! We are continuing to support Pydantic v1 at the same time.

If you use Pydantic v2, you will need to adapt your DocArray code to the new Pydantic API. Check out their migration guide here.

Pydantic v2 has its core written in Rust and provides significant performance improvements to DocArray: JSON serialization is 240% faster and validation of BaseDoc and DocList with non-native types like TorchTensor is 20% faster.

Add BaseDocWithoutId (#1803)

A BaseDoc by default includes an id field. This can be problematic if you want to build an API that requires a model without this ID field. Therefore, we now provide a BaseDocWithoutId which is, as its name suggests, is BaseDoc without the ID field.

Please use this Document with caution, BaseDoc is still the base class to use unless you specifically need to remove the ID.

⚠️ BaseDocWithoutId is not compatible with DocIndex or any feature requiring a vector database. This is because DocIndex needs the id field to store and retrieve documents.

πŸ’£ Breaking change

Remove Jina AI cloud push/pull (#1791)

Jina AI Cloud is being discontinued. Therefore, we are removing the push/pull feature related to Jina AI cloud.

🐞 Bug Fixes

Fix DocList subscription error

DocList can be typed from BaseDoc using the following syntax DocList[MyDoc]().

In this release, we have fixed a bug that allowed users to specify the type of a DocList multiple times

Doing DocList[MyDoc1][MyDoc2] won't work anymore (#1800)

We also fixed a bug that caused a silent failure when users passed DocList the wrong type, for example DocList[doc()]. (#1794)

Milvus connection parameter missing (#1802)

We fixed a small bug that incorrectly set the port of the Milvus client.

πŸ“— Documentation Improvements

🀟 Contributors

We would like to thank all contributors to this release:

  • lvzi (@lvzii )
  • Puneeth K (@punndcoder28 )
  • Joan Fontanals (@JoanFM )
  • samsja (@samsja )
Source: README.md, updated 2023-10-02