Skip to content

Releases: ADTRAN/netconf_client

v3.1.3

09 Dec 20:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.1.3

v3.1.2

31 Oct 15:27
892153b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

13 Jun 15:49
Compare
Choose a tag to compare

What's Changed

  • connect: Rewrite TLS connection using context by @wallrite in #44

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

01 Mar 22:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

07 Feb 16:17
1f3ddfa
Compare
Choose a tag to compare

What's Changed

  • feat: Allow lxml 5.x and require python >= 3.8 by @alangefe in #37
  • Close bundle if an exception occurs during session init. by @GeoffAliro in #39
  • Remove deprecated timeout in connect functions by @JennToo in #40

Full Changelog: v2.5.1...v3.0.0

v2.2.0

02 Mar 14:41
Compare
Choose a tag to compare
Prepare for 2.2.0 release

Implement <cancel-commit> operation

27 Feb 14:50
ca87fe1
Compare
Choose a tag to compare

v2.0.1: double read from future while getting NC server response (#17)

14 Feb 16:41
2db69eb
Compare
Choose a tag to compare

Drop support for Python 2.7

15 Dec 16:19
9f2430b
Compare
Choose a tag to compare

This release requires Python 3.6.2 or later.

It also includes a small bug fix (see #15)

v1.7.3

03 Aug 13:07
9c9f5fa
Compare
Choose a tag to compare
Consider monotonic timer for future timeout detection (Python 3 only)…