Loading CHANGES.md +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ This section will document changes to the library since the last release - Added handshake to negotiate connection id during connect - Added TCP_NODELAY socket option to improve performance ## Behavior changes - Removed DEVICE log from LogTypes.add() (Issue #15) ## Bug Fixes - Fixed problem with status validation on the AdminClient - Fixed error message when MAgic number is invalid Loading kinetic-protocol @ 517abce7 Compare c3b5e37b to 517abce7 Original line number Diff line number Diff line Subproject commit c3b5e37bb236785b12ec2cdae03b682185e7279f Subproject commit 517abce789b06b879070a880b86685d977302591 kinetic/common.py +1 −1 Original line number Diff line number Diff line Loading @@ -254,4 +254,4 @@ class LogTypes: the sole argument to the AdminClient.getLog function. """ return [cls.UTILIZATIONS, cls.TEMPERATURES, cls.CAPACITIES, cls.CONFIGURATION, cls.STATISTICS, cls.MESSAGES, cls.LIMITS, cls.DEVICE] cls.LIMITS] Loading
CHANGES.md +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ This section will document changes to the library since the last release - Added handshake to negotiate connection id during connect - Added TCP_NODELAY socket option to improve performance ## Behavior changes - Removed DEVICE log from LogTypes.add() (Issue #15) ## Bug Fixes - Fixed problem with status validation on the AdminClient - Fixed error message when MAgic number is invalid Loading
kinetic-protocol @ 517abce7 Compare c3b5e37b to 517abce7 Original line number Diff line number Diff line Subproject commit c3b5e37bb236785b12ec2cdae03b682185e7279f Subproject commit 517abce789b06b879070a880b86685d977302591
kinetic/common.py +1 −1 Original line number Diff line number Diff line Loading @@ -254,4 +254,4 @@ class LogTypes: the sole argument to the AdminClient.getLog function. """ return [cls.UTILIZATIONS, cls.TEMPERATURES, cls.CAPACITIES, cls.CONFIGURATION, cls.STATISTICS, cls.MESSAGES, cls.LIMITS, cls.DEVICE] cls.LIMITS]