Skip to content

Commit

Permalink
Add changelog entries for v2.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Oct 26, 2019
1 parent 64e7d10 commit 9fa04aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 2.3.2

- Fixed cancellation trace recording in `TracingDriver`

### 2.3.1

- Fixed `TracingDriver` not overriding all methods.

2.3.0
-----

- Added `TracingDriver` to debug (hanging) tests / applications. The environment variable `AMP_DEBUG_TRACE_WATCHERS=true` can be set to automatically create a `TracingDriver` wrapping the actual driver. `TracingDriver::dump()` can be used to dump all enabled, referenced watchers keeping the loop running.

### 2.2.1

- Fixed backpressure release on `Emitter::emit()`, the backpressure is now released as soon as the value is consumed, instead of the next value being requested.
Expand Down

0 comments on commit 9fa04aa

Please sign in to comment.