v2.3.22

milvus-io/milvusv2.3.22Oct 8, 2024by yanliang567

AI Summary

This release introduces improvements and bug fixes, including propagation of trace IDs from the client and fixes for security vulnerabilities and proxy panics.

Key Highlights

  • Propagate traceid from client
  • Fix security vulnerability
  • Fix proxy panic after getimportstate failed

New Features

  • Propagate traceid from client

Full Release Notes

## v2.3.22

Release date: October 9, 2024

| Milvus version | Python SDK version | Java SDK version | Go SDK version | Node.js SDK version |
|----------------|--------------------|------------------|----------------|----------|
| 2.3.22         | 2.3.7              | 2.3.6            | 2.3.6          | 2.3.5   |

Milvus v2.3.22 introduces several improvements and bug fixes, including:

### Features

- [cherry-pick] changes to propagate traceid from client  ([#34640](https://github.com/milvus-io/milvus/pull/34640))

### Bug fixes

- Fix a security vulnerability ([#36155](https://github.com/milvus-io/milvus/pull/36155))
- Fix proxy panic after getimportstate failed ([#35541](https://github.com/milvus-io/milvus/pull/35541))