Skip to content

Commit

Permalink
v.0.199.2: hotfixing persistent flow issues
Browse files Browse the repository at this point in the history
* Proper ordering of flow event store loads
* transaction tracing improvements
* equeuing and cancelling future flows should be done with transactions taken into account (via Outbox)
* v.0.199.2 + minor deps
  • Loading branch information
zaychenko-sergei authored Sep 9, 2024
1 parent 794ed8d commit b632ce1
Show file tree
Hide file tree
Showing 31 changed files with 524 additions and 323 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!--- - Changed -->
<!--- - Fixed -->

## [Unreleased]
## [0.199.2] - 2024-09-09
### Added
- REST API: The `/query` endpoint now supports response proofs via reproducibility and signing (#816)
- REST API: New `/{dataset}/metadata` endpoint for retrieving schema, description, attachments etc. (#816)
### Fixed
- Fixed unguaranteed ordering of events when restoring event sourcing aggregates
- Enqueuing and cancelling future flows should be done with transactions taken into account (via Outbox)

## [0.199.1] - 2024-09-06
### Fixed
Expand Down
Loading

0 comments on commit b632ce1

Please sign in to comment.