Skip to content

Commit

Permalink
docs: Changelog for 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs committed Sep 3, 2021
1 parent ac66193 commit 07cccca
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@

toc::[]

== v0.4.0.0

=== Features

* https://projectreactor.io/[Project Reactor] non-blocking threading adapter module
* Generic Vert.x Future support - i.e. FileSystem, db etc...

=== Fixes and Improvements

* Vert.x concurrency control via WebClient host limits fixed - see #maxCurrency
* Vert.x API cleanup of invalid usage
* Out of bounds for empty collections
* Use ConcurrentSkipListMap instead of TreeMap to prevent concurrency issues under high pressure
* log: Show record topic in slow-work warning message

== v0.3.2.0

=== Fixes and Improvements
Expand Down
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ without operational burden or harming the clusters performance
** Efficient individual message acknowledgement system (without local or third party external system state storage) to massively reduce (and usually completely eliminate) message replay upon failure - see <<offset_map>> section for more details
* Per `key` concurrent processing, per partition and unordered message processing
* Offsets committed correctly, in order, of only processed messages, regardless of concurrency level or retries
* Vert.x non-blocking library integration (HTTP currently)
* Vert.x non-blocking library integration (HTTP and any Vert.x future support)
* Reactor non-blocking library integration
* Fair partition traversal
* Zero~ dependencies (`Slf4j` and `Lombok`) for the core module
* Java 8 compatibility
Expand Down
3 changes: 2 additions & 1 deletion src/docs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ without operational burden or harming the clusters performance
** Efficient individual message acknowledgement system (without local or third party external system state storage) to massively reduce (and usually completely eliminate) message replay upon failure - see <<offset_map>> section for more details
* Per `key` concurrent processing, per partition and unordered message processing
* Offsets committed correctly, in order, of only processed messages, regardless of concurrency level or retries
* Vert.x non-blocking library integration (HTTP currently)
* Vert.x non-blocking library integration (HTTP and any Vert.x future support)
* Reactor non-blocking library integration
* Fair partition traversal
* Zero~ dependencies (`Slf4j` and `Lombok`) for the core module
* Java 8 compatibility
Expand Down

0 comments on commit 07cccca

Please sign in to comment.