File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Breaking changes marked with a :boom:
109
109
}
110
110
```
111
111
112
- For Activities, the logger can be accessed as `Context.logger `. It defaults to `Runtime.instance().logger`, but may be
112
+ For Activities, the logger can be accessed as `Context.log `. It defaults to `Runtime.instance().logger`, but may be
113
113
overriden by interceptors (ie. to set a custom logger). `ActivityInboundLogInterceptor` is still installed by default,
114
114
adding enriched metadata from activity context on each log entry.
115
115
@@ -152,7 +152,7 @@ Breaking changes marked with a :boom:
152
152
- [`core`] Metrics that should be produced by the SDK Core's internal Client would previously not
153
153
get emited. This has been fixed. ([#1119](https://github.com/temporalio/sdk-typescript/pull/1119))
154
154
- [`client`] Fix incorrect schedule spec boundaries checks on hour and day of month ([#1120](https://github.com/temporalio/sdk-typescript/pull/1120))
155
- - [`workflow`] We know throw more meaningful errors when Workflow-only APIs are used from
155
+ - [`workflow`] We now throw more meaningful errors when Workflow-only APIs are used from
156
156
non-Workflow context, and some other situations. ([#1126](https://github.com/temporalio/sdk-typescript/pull/1126))
157
157
- Removed most `instanceof` checks from SDK, and remplaced them by `XxxError.is(...)` checks, based on the presence of
158
158
a symbol property. We believe this should help resolve most of the problems that previously been observed when
You can’t perform that action at this time.
0 commit comments