summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 83a88f6..0c990ca 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,6 +21,12 @@ Revision 4.3.0, work in progress
* Promote the use of dedicated classes for dealing with OID-value pairs.
Instances of those classes resemble OBJECT-IDENTITY, OBJECT-TYPE and
NOTIFICATION-TYPE MIB structures.
+ * Oneliner API reworked to become more generic: its LCD configuration
+ shortcuts and and var-bindings processing code split off SNMP apps
+ classes to stand-alone objects. The whole API also moved up in package
+ naming hierarchy and becomes 'pysnmp.hlapi.asyncore' (hlapi is
+ apparently an African fish). Old oneliner API remains fully operational
+ at its original location.
* Synchronous oneliner apps redesigned to offer Python generator-based
API along with a more comprehensive set of accepted parameters.
* keep backward compatibility for all existing major/documented interfaces