Skip to content

Releases: scrapli/scrapligo

v1.3.2

13 Aug 16:03
a6c4329
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #183
  • Return an error on channel read when the transport has finished by @netixx in #186
  • Add check for junos specific tags and test by @netixx in #187
  • rpc-severity by @steiler in #190

Full Changelog: v1.3.1...v1.3.2

v1.3.1

22 Apr 18:12
2f77739
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

18 Apr 13:31
9372cb4
Compare
Choose a tag to compare

Huge thank you to @netixx for a ton of work helping squash run away go routines in this release 😁! scrapligo should now be much happier and well behaved -- especially for long running processes!

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

02 Oct 15:39
071f5bf
Compare
Choose a tag to compare

What's Changed

The big one here is the fuzzy read pr -- it actually contains a ton of internal channel improvements. things that were maybe just kinda copied form py -> go and not really every optimized. Surely still room for improvement, but some good stuff there. This also moved a few channel methods around hence the minor instead of patch version bump.

New Contributors

Full Changelog: v1.1.12...v1.2.0

v1.1.12

27 Aug 19:50
7cb3012
Compare
Choose a tag to compare

What's Changed

  • fix: hopefully better force self close tags setup by @carlmontanari in #149
  • refactor/channel-and-misc-improvements by @carlmontanari in #150
    • actually lots in this one but nothing outwardly interesting :p -- tl;dr started messing with rust, made me look at some stuff differently and found some fairly easy/obvious fixes/improvements to channel reading logic.
    • also added in channel ssh error message handling like scrapli python has

Full Changelog: v1.1.11...v1.1.12

v1.1.11

10 Aug 20:03
f71219f
Compare
Choose a tag to compare

What's Changed

  • Expose NETCONF server capabilities by @karimra in #141
  • Store the Netconf session ID and expose it using driver.SessionID() by @karimra in #142
  • Fix session-id match by @karimra in #143
  • add commit confirmed options to the NETCONF driver by @karimra in #144
  • feat: first pass at storing both framed and unframed netconf input by @carlmontanari in #147
  • fix: hide ansi pattern in utils behind a sync.Once like other regexps by @carlmontanari in #146

New Contributors

Full Changelog: v1.1.10...v1.1.11

v1.1.10

15 Jun 22:46
7eaaafb
Compare
Choose a tag to compare

What's Changed

  • Close opened transports if authentication fails in Channel.Open. by @bormanp in #135

New Contributors

Full Changelog: v1.1.9...v1.1.10

v1.1.9

11 Jun 00:28
Compare
Choose a tag to compare

What's Changed

  • channel: don't leak go routine on close by @nemith in #130
  • SendCommands return early if commands len == 0 by @steiler in #134
  • added first pass vyatta_vyos platform

New Contributors

Full Changelog: v1.1.8...v1.1.9

v1.1.8

10 Apr 14:29
3b86569
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.7...v1.1.8

v1.1.7

11 Mar 17:20
37eba54
Compare
Choose a tag to compare

What's Changed

  • Fix netconf version matching logic when WithNetconfPreferredVersion is used by @netixx in #122
  • Call forceselfclosingtags before netconf message framing by @netixx in #123
  • Fix blocking way too long on force transport close (especially problematic for netconf connections)

Full Changelog: v1.1.6...v1.1.7