Releases: Juniper/go-netconf
Releases · Juniper/go-netconf
v0.3.1
This will probably be the final tagged version of this library. It has been unmaintained for awhile and it's pretty crap (I know, I wrote most of it).
What's Changed
- fixed #89 delete xml.Header,When send rpc message by @neilliu89 in #97
 - Make TransportBasicIO public by @nights99 in #113
 - README.md: minor changes by @Pranit-Ekatpure in #116
 - Bump golang.org/x/crypto from 0.0.0-20200728195943-123391ffb6de to 0.1.0 by @dependabot in #117
 - Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in #123
 - Handle EOF but no message marker to mark end of message by @inspiregates in #118
 - add NewSSHSessionForExternalClient for managing ssh client externally by @thebinary in #125
 
New Contributors
- @neilliu89 made their first contribution in #97
 - @nights99 made their first contribution in #113
 - @Pranit-Ekatpure made their first contribution in #116
 - @dependabot made their first contribution in #117
 - @inspiregates made their first contribution in #118
 - @thebinary made their first contribution in #125
 
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Add Go mod support by @fredgan in #96
 - Support netconf:base:1.1 by @jonnary in #83
 - transport_ssh: Check t is not nil before closing by @luke-orden in #100
 - Ignoring close if TransportSSH is nil by @aniketgawade in #102
 - Added error to write by @Tobbeman in #104
 
New Contributors
- @fredgan made their first contribution in #96
 - @aniketgawade made their first contribution in #102
 - @Tobbeman made their first contribution in #104
 
Full Changelog: v0.2.0...v0.3.0