summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-08-18 07:21:15 +0000
committerelie <elie>2014-08-18 07:21:15 +0000
commit5215d0d2b72743407eb748efad61c985e3ec3bea (patch)
tree21484f9104abc221a1c5f7758a4f4b2c0b79a192 /CHANGES
parent3e848c2f1d170b3f12fe122432417002e045d3b5 (diff)
downloadpysnmp-5215d0d2b72743407eb748efad61c985e3ec3bea.tar.gz
CommandGenerator.getNext() & .getBulk() methods now support the
maxCalls kwarg to limit the maximum number of request-response iterations to perform
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
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