Skip to content

Commit fe6be46

Browse files
committed
add breaking changes and deprecation sections
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 8a42d14 commit fe6be46

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

daprblog/content/posts/2024/v1.14-release.md

+9
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,12 @@ kubectl rollout restart deploy/<deployment-name>
388388
```
389389

390390
## 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

Comments
 (0)