File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
publish :
17
- runs-on : ubuntu-18.04
17
+ runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Check out Git repository
20
20
uses : actions/checkout@v3
Original file line number Diff line number Diff line change
1
+ ## 1.1.0 / 2023-06-01
2
+
3
+ ### Features
4
+
5
+ - Use opentelemetry to collect tracing [ #10 ] ( https://github.com/OpenFunction/functions-framework-java/pull/10 ) .
6
+ - Add support for dapr state store [ #11 ] ( https://github.com/OpenFunction/functions-framework-java/pull/11 ) .
7
+
8
+ ### Others
9
+
10
+ - Use jackson instead of gson [ #12 ] ( https://github.com/OpenFunction/functions-framework-java/pull/12 ) .
11
+
1
12
## 1.0.0 / 2023-02-20
2
13
3
14
The first release version.
You can’t perform that action at this time.
0 commit comments