Skip to content

Commit fb84c1c

Browse files
committed
Add CHANGELOG for 1.0.0-rc.1
1 parent 5c5e8c5 commit fb84c1c

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,69 @@ All notable changes to this project will be documented in this file.
44

55
Breaking changes marked with a :boom:
66

7+
## [1.0.0-rc.1] - 2022-07-11
8+
9+
### Bug Fixes
10+
11+
- Ignore source map parse errors ([#710](https://github.com/temporalio/sdk-typescript/pull/710))
12+
- [`workflow`] ExecuteChild returns `Promise<WorfkflowResultType<T>>` ([#718](https://github.com/temporalio/sdk-typescript/pull/718))
13+
- Simplify DocBreadcrumbs so we don't need the swizzle warning comment ([#715](https://github.com/temporalio/sdk-typescript/pull/715))
14+
- Add missing deps ([#733](https://github.com/temporalio/sdk-typescript/pull/733))
15+
16+
- `@opentelemetry/api` was missing from `@temporalio/internal-non-workflow-common`
17+
18+
- Re-export from internal-workflow-common ([#736](https://github.com/temporalio/sdk-typescript/pull/736))
19+
- [`activity`] Set Info.isLocal correctly ([#714](https://github.com/temporalio/sdk-typescript/pull/714))
20+
- [`worker`] Disallow importing non-Workflow @temporalio packages ([#722](https://github.com/temporalio/sdk-typescript/pull/722))
21+
- [`bundler`] Avoid 'package source-map-loader not found' in PNPM ([#737](https://github.com/temporalio/sdk-typescript/pull/737))
22+
- Default searchAttributes to {} and edit type ([#738](https://github.com/temporalio/sdk-typescript/pull/738))
23+
- Fix bug where cancelled workflow commands were unnecessarily sent to the server ([#745](https://github.com/temporalio/sdk-typescript/pull/745))
24+
25+
- Upgrade core submodule to get the fix: https://github.com/temporalio/sdk-core/pull/351
26+
- Fixes [#731](https://github.com/temporalio/sdk-typescript/pull/731)
27+
28+
- 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.
56+
57+
Closes [#461](https://github.com/temporalio/sdk-typescript/pull/461)
58+
59+
### Miscellaneous Tasks
60+
61+
- Remove unused deps; Upgrade protobufjs; Publish src ([#719](https://github.com/temporalio/sdk-typescript/pull/719))
62+
63+
Bugfixes:
64+
65+
- Clear logs from CoreLogger buffer after flushing
66+
- Closes [#717](https://github.com/temporalio/sdk-typescript/pull/717)
67+
68+
- Add more build artifacts for debugging ([#749](https://github.com/temporalio/sdk-typescript/pull/749))
69+
770
## [1.0.0-rc.0] - 2022-06-17
871

972
### Bug Fixes

0 commit comments

Comments
 (0)