jina-ai / jina

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

Relese Note 3.26.0 #6178

Closed JoanFM closed 2 months ago

JoanFM commented 2 months ago

Release Note

This release contains 1 new feature and 2 fixes.

🆕 Features

Enable use of Python rotating logging handlers (#6167)

You can now use rotating logging handlers:

handlers:
  - RotatingFileHandler
level: INFO
configs:
  RotatingFileHandler:
    filename: './logs/myapp_rotating.log'
    maxBytes: 20000000  # 20MB
    backupCount: 10
    encoding: utf-8
    formatter: JsonFormatter

🐞 Bug Fixes

Raise Exception if dynamic batching is activated with parameters annotation (#6176)

If an Executor in an endpoint requires parameters, this is incompatible with the use of dynamic_batching for that specific endpoint. This setting will fail.

Allow passing headers to client when using http (#6177)

🤟 Contributors

We would like to thank all contributors to this release: