Skip to content

Releases: carlmontanari/scrapli

2024.07.30.post1

21 Nov 18:45
Compare
Choose a tag to compare

post release for hellt/vrnetlab to pin to a nice tag and because we are sorta stuck on calver :)

What's Changed

  • Update ntc-templates requirement from <5.0.0 to <7.0.0 by @salvapinyol in #347
  • Allow exceptions in the textfsm parsing process to be handled by caller by @forrejam in #348
  • fix read_callback user provided input case (in)sensitivity by @realvitya in #352
  • fix: dont use literal eval (why was this even there!?) for logging emit by @carlmontanari in #350
  • fix read_callback only_once logic by @realvitya in #354
  • Deleted EOF control in telnet sync/async control chars by @lorenzo-d-m in #355
  • add arista failed pattern by @alsigna in #356
  • add plus sign to prompt by @alsigna in #358

New Contributors

Full Changelog: 2024.07.30...2024.07.30.post1

2024.07.30

30 Jul 14:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2024.01.30...2024.07.30

2024.01.30

29 Jan 02:38
Compare
Choose a tag to compare

What's Changed

  • Remove all ANSI codes from buf by @denisbondar in #302
  • : pass parameters if given initial_input by @MattCatz in #305
  • refactor: dont use deprecated pkg_resources on >=3.9, some pyupgrade … by @carlmontanari in #308
  • Completely replace pkg_resources with importlib.resources by @killjoy1221 in #311
  • feat: eager input to not read input after writing it by @carlmontanari in #314
  • Update ANSI_ESCAPE_PATTERN for discussion #313 by @denisbondar in #316

New Contributors

Full Changelog: 2023.07.30...2024.01.30

2023.07.30

30 Jul 16:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2023.01.30...2023.07.30

2023.01.30

28 Jan 18:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2022.07.30...2023.01.30

2022.07.30.post1

03 Sep 21:40
Compare
Choose a tag to compare

Post release to fix control character handling in sync and async telnet custom transports -- see #253 for details!

2022.07.30

30 Jul 14:50
3ca5894
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2022.01.30...2022.07.30

2022.01.30.post1

06 Mar 16:50
fa2277e
Compare
Choose a tag to compare

A quick post-release to include a minor tweak to the "in-channel" password prompt pattern. The pattern in 2022.01.30 broke due to a really really lame default login banner on devices in CML/VIRL/whatever its called today. Users could always change this (or change the lame banner!) but probably many folks wouldn't know where to look so just updating the pattern seems like a simpler solution!

What's Changed

New Contributors

Full Changelog: 2022.01.30...2022.01.30.post1

2022.01.30

29 Jan 21:10
89589ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2020.01.30...2022.01.30

2022.01.30a2

03 Oct 17:19
Compare
Choose a tag to compare
2022.01.30a2 Pre-release
Pre-release

Fixes broken channel log in a1 release.