|
14 | 14 | * [0.8.1-rc.0 / 2022-11-23](#081-rc0--2022-11-23)
|
15 | 15 | * [0.8.1 / 2022-12-01](#081--2022-12-01)
|
16 | 16 | * [1.0.0-rc.0 / 2023-02-23](#100-rc0--2023-02-23)
|
| 17 | + * [1.0.0 / 2023-03-07](#100--2023-03-07) |
17 | 18 | - [OpenFunction/samples](#openfunctionsamples)
|
18 | 19 | - [OpenFunction/website](#openfunctionwebsite)
|
19 | 20 | - [OpenFunction/builder](#openfunctionbuilder)
|
|
25 | 26 |
|
26 | 27 | # OpenFunction
|
27 | 28 |
|
| 29 | +## 1.0.0 / 2023-03-07 |
| 30 | + |
| 31 | +### OpenFunction |
| 32 | + |
| 33 | +The core v1alpha2 API was deprecated and removed. |
| 34 | + |
| 35 | +#### Features |
| 36 | + |
| 37 | +- Support build from local source code [OpenFunction#411](https://github.com/OpenFunction/OpenFunction/pull/411) |
| 38 | +- Integrate wasmedge [OpenFunction#415](https://github.com/OpenFunction/OpenFunction/pull/415) |
| 39 | + |
| 40 | +#### Enhancement |
| 41 | + |
| 42 | +- Add sha256 to serving image [OpenFunction#407](https://github.com/OpenFunction/OpenFunction/pull/407) |
| 43 | +- Add information of build source to function status [OpenFunction#408](https://github.com/OpenFunction/OpenFunction/pull/408) |
| 44 | +- Bump shipwright to v0.11.0, knative to v0.32.0, dapr to v1.8.3, and go to 1.18 [OpenFunction#410](https://github.com/OpenFunction/OpenFunction/pull/410) |
| 45 | + |
| 46 | +#### BUGFIX |
| 47 | + |
| 48 | +- Add non nil judgment for sink [OpenFunction#404](https://github.com/OpenFunction/OpenFunction/pull/404) |
| 49 | +- Fix parameter undefined bug [OpenFunction#416](https://github.com/OpenFunction/OpenFunction/pull/416) |
| 50 | + |
| 51 | +### functions-framework-java |
| 52 | + |
| 53 | +functions-framework-java released [version 1.0.0](https://github.com/OpenFunction/functions-framework-java/releases/tag/1.0.0). |
| 54 | + |
| 55 | +#### Features |
| 56 | + |
| 57 | +- Support multiple functions in one pod [functions-framework-java#3](https://github.com/OpenFunction/functions-framework-java/pull/3) |
| 58 | +- Support for automatic publishing [functions-framework-java#4](https://github.com/OpenFunction/functions-framework-java/pull/4) |
| 59 | + |
| 60 | +### Builder |
| 61 | + |
| 62 | +#### Features |
| 63 | + |
| 64 | +- Support multiple functions in one pod [builder#65](https://github.com/OpenFunction/builder/pull/65) |
| 65 | +- Update the default java framework version to 1.0.0 [builder#70](https://github.com/OpenFunction/builder/pull/70) |
| 66 | + |
| 67 | +### revision-controller |
| 68 | + |
| 69 | +revision-controller released [version 1.0.0](https://github.com/OpenFunction/revision-controller/releases/tag/v1.0.0). |
| 70 | + |
| 71 | +#### Features |
| 72 | + |
| 73 | +- Support to detect source code or image changes and then rebuilt and/or redeploy the new built image [revision-controller#1](https://github.com/OpenFunction/revision-controller/pull/1) |
| 74 | +- Support to detect the source image changes and then rebuilt [revision-controller#4](https://github.com/OpenFunction/revision-controller/pull/4) |
| 75 | + |
28 | 76 | ## 1.0.0-rc.0 / 2023-02-23
|
29 | 77 |
|
30 | 78 | ### OpenFunction
|
@@ -69,7 +117,8 @@ revision-controller released [version 1.0.0](https://github.com/OpenFunction/rev
|
69 | 117 |
|
70 | 118 | #### Features
|
71 | 119 |
|
72 |
| -- Support to watch the source image [revision-controller#4](https://github.com/OpenFunction/revision-controller/pull/4) |
| 120 | +- Support to detect source code or image changes and then rebuilt and/or redeploy the new built image [revision-controller#1](https://github.com/OpenFunction/revision-controller/pull/1) |
| 121 | +- Support to detect the source image changes and then rebuilt [revision-controller#4](https://github.com/OpenFunction/revision-controller/pull/4) |
73 | 122 |
|
74 | 123 | ## 0.8.1 / 2022-12-01
|
75 | 124 |
|
|
0 commit comments