You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
# Function Mesh v0.1.7 Release Notes
2
+
3
+
## v0.1.7 What's New
4
+
5
+
-[mesh-worker-service] add sink/source typeClassName in connector definition ([#247](https://github.com/streamnative/function-mesh/pull/247))
6
+
-[tests] add integration tests for mesh-worker-service ([#246](https://github.com/streamnative/function-mesh/pull/246))
7
+
-[controller] use untyped yaml configuration as function or connector config ([#233](https://github.com/streamnative/function-mesh/pull/233))
8
+
-[controller] enable source connector to set ForwardMessageProperty ([#250](https://github.com/streamnative/function-mesh/pull/250))
9
+
-[runner-image] fix build python runner image based on the latest pulsar image ([#253](https://github.com/streamnative/function-mesh/pull/253)) ([#254](https://github.com/streamnative/function-mesh/pull/254))
10
+
-[controller] fix package download path not same as the executing command path ([#256](https://github.com/streamnative/function-mesh/pull/256))
11
+
-[controller] support metrics based HPA by upgrade apis to k8s.io/api/autoscaling/v2beta2 ([#245](https://github.com/streamnative/function-mesh/pull/245))
12
+
-[controller] fix misuse of kubernetes namespace in controller ([#259](https://github.com/streamnative/function-mesh/pull/259))
13
+
-[controller] support download package with auth/tls ([#257](https://github.com/streamnative/function-mesh/pull/257))
14
+
-[mesh-worker-service] support create function with package URL ([#261](https://github.com/streamnative/function-mesh/pull/261))
15
+
-[tests] add integration tests for pulsar's package management service ([#268](https://github.com/streamnative/function-mesh/pull/268))
16
+
-[code-base] remove vendor folder in codebase ([#267](https://github.com/streamnative/function-mesh/pull/267))
0 commit comments