Skip to content

Commit 4d3c952

Browse files
committed
chore: Prepare release v0.29.0
1 parent 37f3ec0 commit 4d3c952

3 files changed

Lines changed: 68 additions & 49 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.29.0](https://github.com/obeli-sk/obelisk/compare/v0.28.1...v0.29.0)
10+
11+
### Added
12+
- Implemented cancellation of activities and durable sleep in join set close.
13+
- Added RPC for cancellation of activities and durable sleep.
14+
15+
### Changed
16+
- WIT, Database schema and `obelisk.proto` were reworked for cancellation, those are breaking changes.
17+
- Improved delayed submission of all non-blocking events. Previously only async submission was supported.
18+
- Implicit Join set close now supports backtrace capture.
19+
- Web UI was extracted to a [separate repository](github.com/obeli-sk/webui)
20+
21+
### Removed
22+
- Removed `ClosingStrategy` concepts from WIT definitions. When a join set is closed, activities and delays are cancelled, workflows are awaited.
23+
24+
### Fixed
25+
- Removed ANSI symbols from the log file output.
26+
- Added version numbers to nondeterminism detected errors.
27+
928
## [0.28.1](https://github.com/obeli-sk/obelisk/compare/v0.28.0...v0.28.1)
1029

1130
### Fixed

Cargo.lock

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)