We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a42d14 commit fe6be46Copy full SHA for fe6be46
daprblog/content/posts/2024/v1.14-release.md
@@ -388,3 +388,12 @@ kubectl rollout restart deploy/<deployment-name>
388
```
389
390
## Breaking Changes
391
+
392
+### Dapr Runtime
393
+- **RESOLVED** Moves public daprd metadata server to new authorized port [7423](https://github.com/dapr/dapr/pull/7423)
394
+### Java SDK
395
+- **RESOLVED** Use state serializer content type when saving actor states. [1033](https://github.com/dapr/java-sdk/pull/1033)
396
397
+## Deprecation Notices
398
399
+None.
0 commit comments