github jina-ai/jina v3.26.0
💫 Release v3.26.0

latest releases: v3.27.11, v3.27.10, v3.27.9...
2 months ago

Release Note (3.26.0)

Release time: 2024-07-10 17:04:59

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:

Don't miss a new jina release

NewReleases is sending notifications on new releases.