We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c604f commit a426ca5Copy full SHA for a426ca5
.github/workflows/publish.yaml
@@ -14,7 +14,7 @@ on:
14
15
jobs:
16
publish:
17
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
18
steps:
19
- name: Check out Git repository
20
uses: actions/checkout@v3
CHANGLOG.md
@@ -1,3 +1,14 @@
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
12
## 1.0.0 / 2023-02-20
13
The first release version.
0 commit comments