Releases: scrapli/scrapli_cfg
2024.07.30
👀 housekeeping/keeping up with scrapli core!
Full Changelog: 2024.01.30...2024.07.30
2024.01.30
👀 (its for being consistent w/ "core" scrapli ok, w/e....)
Full Changelog: 2023.07.30...2024.01.30
2023.07.30
housekeeping 🦗
2023.01.30
Full Changelog: 2022.07.30...2023.01.30
👀 just housekeeping!
2022.07.30
What's Changed
- Add count to regex match, so only first occurance is matched by @WillIrvine in #41
New Contributors
- @WillIrvine made their first contribution in #41
Full Changelog: 2022.01.30...2022.07.30
2022.01.30 Release
What's Changed
- Fix Weekly Build by @carlmontanari in #18
- Added support for more interface types in IOSXR by @m1009d in #19
- tidying up + fixing line ending diff issue #21 by @carlmontanari in #22
- Prepare 2022.01.30 Release by @carlmontanari in #27
New Contributors
Full Changelog: 2021.07.30...2022.01.30
2021.07.30
First "official" release!
Mostly session/lab updates and re-testing w/ a3 of scrapli core!
- 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
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
2021.07.30a7 regen xe integration sessions w/ updated/fixed save config bits