Releases: streamnative/function-mesh
Releases · streamnative/function-mesh
v0.1.5-rc8
Update `yq` installation in the release action.
v0.1.5-rc7
Release v0.1.5-rc7
v0.1.5-rc6
Use the project-specific service account for the operator (#163)
v0.1.5-rc5
Release v0.1.5-rc5
v0.1.5-rc4
Release v0.1.5-rc4
v0.1.5-rc3
Release v0.1.5-rc3
v0.1.5-rc2
Release v0.1.5-rc2
v0.1.5-rc-1
add extraDependenciesDir for java runtime (#155)
v0.1.4
Function Mesh v0.1.4 Release Notes
v0.1.4 What's New
Action required: Users to manage functions with mesh worker service
, should notice that we changed custom parameters from --user-config
to --custom-runtime-options
, in order to support passing custom parameters from pulsar-admin
APIs for both functions and connectors.
- Change K8S Api group/domain to
compute.functionmesh.io
. (#118) - Add custom Pod image and image pull policy. (#104)
- Add runner base image, and Java, Python, Golang runner image based on runner base. (#95)
- Add KeyBased Batcher support for Java Functions in Function Mesh. (#112)
- Allow user to specify
typeClassName
for bothInput
andOutput
topics. (#133) - Change
Java-Proxy
toMesh Worker Service
. (#138) - Support OLM bundle. (#119)
- Support manage connectors with
pulsar-admin
andMesh Worker Service
. (#126) - Add migration tools to let user migrate existing Pulsar Functions to Function Mesh. (#80)
- Add example function image. (#144)
- NPE fix when create Function CRD. (#109)
- Bump k8s client dependency to 10.0.1. (#121)
- Runner images on Apache Pulsar 2.7.1
v0.1.4-rc-11
Fix the crd