Highlights 🌟
Update to new protobuf version
We have updated our protobuf
dependency to use the latest protobuf
version leveraging all the performance improvement that comes with it.
Merge manifest.yml
and config.yml
for Jina Hub Executors
We have made it easier for the users to manage their Hub Executors
by merging the information from manifest.yml
to config.yml
which makes the experience much better.
Expose grpc server parameters to Executor
We expose all the parameters that grpc
server can accept for users to be able to configure their services in the most robust and reliable way.
Other changes
- Add more Dockerfile templates options in
jina hub new
#5104 - Add failed and successfull requests metrics #5079
Bug fixes
- Fix reading empty list from environment variables #5143