Skip to content

Commit ca2281c

Browse files
authored
chore: Update CHANGELOG for v1.0.0 🥳 (#778)
1 parent 32c12fd commit ca2281c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ 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] - 2022-07-25
8+
9+
⚠️ NOTE: Before upgrading to `1.0.0`, note all breaking changes between your current version and this version, including [`1.0.0-rc.1`](#100-rc1---2022-07-11) and [`1.0.0-rc.0`](#100-rc0---2022-06-17).
10+
11+
### Bug Fixes
12+
13+
- [`worker`] Update `terser`, fixes [#759](https://github.com/temporalio/sdk-typescript/issues/759) ([#760](https://github.com/temporalio/sdk-typescript/pull/760))
14+
- Reference local version of `ActivityCancellationType` ([#768](https://github.com/temporalio/sdk-typescript/pull/768))
15+
16+
### Documentation
17+
18+
- Update author and license company name ([#748](https://github.com/temporalio/sdk-typescript/pull/748))
19+
- Deprecate `temporalio` meta package ([#747](https://github.com/temporalio/sdk-typescript/pull/747))
20+
21+
### Refactor
22+
23+
- :boom: [`workflow`] Move `TaskInfo` to `WorkflowInfo` ([#761](https://github.com/temporalio/sdk-typescript/pull/761))
24+
25+
BREAKING CHANGE: There is no longer a `taskInfo()` export from `@temporalio/workflow`. `taskInfo().*` fields have been moved to `workflowInfo()`.
26+
27+
- :boom: Update `activity` and `worker` exports ([#764](https://github.com/temporalio/sdk-typescript/pull/764))
28+
29+
BREAKING CHANGE: If you were importing any of the following errors from `@temporalio/activity` (unlikely), instead import from `@temporalio/common`: `ValueError, PayloadConverterError, IllegalStateError, WorkflowExecutionAlreadyStartedError, WorkflowNotFoundError`
30+
731
## [1.0.0-rc.1] - 2022-07-11
832

933
### Bug Fixes

0 commit comments

Comments
 (0)