You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
Breaking changes marked with a :boom:
6
6
7
+
## [1.7.1] - 2023-04-13
8
+
9
+
### Features
10
+
11
+
- [`core`] Allow overriding origin for core connections [#528](https://github.com/temporalio/sdk-core/pull/528)
12
+
13
+
Setting `serverNameOverride` in `NativeConnection.tls` will now also set the `:authority` header.
14
+
15
+
### Bug Fixes
16
+
17
+
- [`core`] Avoid possible panic on autocompleting WFTs due to failure, and stop checking SA values for determinism [#527](https://github.com/temporalio/sdk-core/pull/527)
0 commit comments