Skip to content

Releases: scrapli/scrapli_cfg

2024.07.30

30 Jul 14:33
Compare
Choose a tag to compare

👀 housekeeping/keeping up with scrapli core!
Full Changelog: 2024.01.30...2024.07.30

2024.01.30

29 Jan 02:25
Compare
Choose a tag to compare

👀 (its for being consistent w/ "core" scrapli ok, w/e....)

Full Changelog: 2023.07.30...2024.01.30

2023.07.30

30 Jul 17:17
Compare
Choose a tag to compare

housekeeping 🦗

2023.01.30

28 Jan 19:37
Compare
Choose a tag to compare

Full Changelog: 2022.07.30...2023.01.30

👀 just housekeeping!

2022.07.30

30 Jul 14:47
1d38385
Compare
Choose a tag to compare

What's Changed

  • Add count to regex match, so only first occurance is matched by @WillIrvine in #41

New Contributors

Full Changelog: 2022.01.30...2022.07.30

2022.01.30 Release

29 Jan 20:23
1135d17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2021.07.30...2022.01.30

2021.07.30

30 Jul 20:44
b75b68c
Compare
Choose a tag to compare

First "official" release!

Mostly session/lab updates and re-testing w/ a3 of scrapli core!

29 May 18:30
ff4c670
Compare
Choose a tag to compare
  • doc/readme housekeeping
  • add 3.10 to ci
  • make tests not a package, make it more in line w/ scrapli core
  • adding release branch creation to publish process
  • bump pins
  • regen integration sessions after minor lab updates, bump pins
  • 3.10 classifier

Refactor open/close -> prepare/cleanup -- decouple more from scrapli

28 Apr 17:12
021226a
Compare
Choose a tag to compare

Title basically...

cfg connections now need to have prepare called on them (context manager will do this for you), but unless dedicated_connection is set to True they now basically assume you are going to leave the scrapli connection alone (i.e. scrapli-cfg will not open/close the underlying scrapli conn w/out that dedicated_connection arg).

on_open --> on_prepare and the default callable have been removed -- too much magic, users can/should provide an on_prepare to handle whatever they need for their environment.

Closer to a stable public release (2021.07.30 of course)

Re-check file prompt mode in XE prior to save

24 Apr 14:49
Compare
Choose a tag to compare
2021.07.30a7

regen xe integration sessions w/ updated/fixed save config bits