diff --git a/README.adoc b/README.adoc index 234a3ebbe..3bf6d4ee0 100644 --- a/README.adoc +++ b/README.adoc @@ -30,7 +30,6 @@ // leave it commented out when committing work) //:project_root: ../../ -note: {docdir} ifdef::env-github[] :tip-caption: :bulb: @@ -1151,6 +1150,20 @@ ifndef::github_name[] toc::[] endif::[] +== Next Version + +=== Features + +* PollContext API - provides central access to result set with various convenience methods as well as metadata about records, such as failure count +* Batching - all API methods now support batching. +See the Options class set batch size for more information. + +=== Fixes and Improvements + +* Event system - better CPU usage in control thread +* Concurrency stability improvements +* Update dependencies + == v0.4.0.0 // https://github.com/confluentinc/parallel-consumer/releases/tag/0.4.0.0