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
- Fix nightly and activity failing with non ApplicationFailure ([#751](https://github.com/temporalio/sdk-typescript/pull/751))
29
+
30
+
### Documentation
31
+
32
+
- Document ParentClosePolicy, ChildWorkflowCancellationType, and WorkflowIdReusePolicy ([#716](https://github.com/temporalio/sdk-typescript/pull/716))
33
+
- Fix Connection.connect in CHANGELOG ([#723](https://github.com/temporalio/sdk-typescript/pull/723))
34
+
- Remove beta section from README
35
+
- Don't load Algolia API key from env ([#726](https://github.com/temporalio/sdk-typescript/pull/726))
36
+
- Review API docs ([#744](https://github.com/temporalio/sdk-typescript/pull/744))
37
+
38
+
### Features
39
+
40
+
- Support history from JSON ([#743](https://github.com/temporalio/sdk-typescript/pull/743))
41
+
- Improve activity registration and proxy types ([#742](https://github.com/temporalio/sdk-typescript/pull/742))
42
+
43
+
- Closes #655
44
+
- Deprecates `ActivityInterface` - replaced with `UntypedActivities`
45
+
- `proxyActivities` and (the experimental) `proxyLocalActivities` signature changed to provide better type safety when referencing non-existing activities
46
+
- `WorkerOptions.activities` type is now `object` to allow arbitrary class registration
47
+
48
+
NOTE: This is **not** a backwards incompatible change
49
+
50
+
- Revise SDK log attributes and levels ([#750](https://github.com/temporalio/sdk-typescript/pull/750))
51
+
52
+
Adds 2 new default interceptors: `WorkflowInboundLogInterceptor` and `ActivityInboundLogInterceptor` and a default
53
+
logger sink to provide better logging experience out of the box.
54
+
55
+
Also reduced the severity of internal SDK logs to `trace` level to reduce log noise.
0 commit comments