Skip to content

Releases: streamnative/function-mesh

v0.1.5-rc8

24 May 08:10
Compare
Choose a tag to compare
v0.1.5-rc8 Pre-release
Pre-release
Update `yq` installation in the release action.

v0.1.5-rc7

23 May 13:42
v0.1.5-rc7
231e657
Compare
Choose a tag to compare
v0.1.5-rc7 Pre-release
Pre-release
Release v0.1.5-rc7

v0.1.5-rc6

23 May 06:41
2aefc93
Compare
Choose a tag to compare
v0.1.5-rc6 Pre-release
Pre-release
Use the project-specific service account for the operator (#163)

v0.1.5-rc5

22 May 02:59
v0.1.5-rc5
71acd17
Compare
Choose a tag to compare
v0.1.5-rc5 Pre-release
Pre-release
Release v0.1.5-rc5

v0.1.5-rc4

21 May 03:09
v0.1.5-rc4
546ba77
Compare
Choose a tag to compare
v0.1.5-rc4 Pre-release
Pre-release
Release v0.1.5-rc4

v0.1.5-rc3

21 May 03:06
v0.1.5-rc3
7c483d1
Compare
Choose a tag to compare
v0.1.5-rc3 Pre-release
Pre-release
Release v0.1.5-rc3

v0.1.5-rc2

21 May 01:56
v0.1.5-rc2
66e7b97
Compare
Choose a tag to compare
v0.1.5-rc2 Pre-release
Pre-release
Release v0.1.5-rc2

v0.1.5-rc-1

19 May 02:30
094eae7
Compare
Choose a tag to compare
v0.1.5-rc-1 Pre-release
Pre-release
add extraDependenciesDir for java runtime (#155)

v0.1.4

03 May 08:09
Compare
Choose a tag to compare

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 both Input and Output topics. (#133)
  • Change Java-Proxy to Mesh Worker Service. (#138)
  • Support OLM bundle. (#119)
  • Support manage connectors with pulsar-admin and Mesh 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

28 Apr 09:38
Compare
Choose a tag to compare
v0.1.4-rc-11 Pre-release
Pre-release
Fix the crd