From 5215d0d2b72743407eb748efad61c985e3ec3bea Mon Sep 17 00:00:00 2001 From: elie Date: Mon, 18 Aug 2014 07:21:15 +0000 Subject: CommandGenerator.getNext() & .getBulk() methods now support the maxCalls kwarg to limit the maximum number of request-response iterations to perform --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index f55229d..bb09e2c 100644 --- a/CHANGES +++ b/CHANGES @@ -152,6 +152,8 @@ Revision 4.2.5 to facilitate authentication data management in user applications. - Oneliner transport target classes now support the getTransportInfo() method that returns network addresses used on protocol level. +- Oneliner CommandGenerator.getNext() & .getBulk() methods now support the + maxCalls kwarg to limit the maximum number of iterations to perform. - The config.addSocketTransport() helper renamed into config.addTransport() and improved by automatically instantiating compatible TransportDispatcher making it dispatcher-agnostic. As an additional bonus, application may not -- cgit v1.2.1