Releases: ttafsir/evengsdk
Releases · ttafsir/evengsdk
v0.2.7
0.2.5
v0.2.4
v0.2.3
Changes:
- Update issue templates
- Implement_user_commands
- Adds option for ssl verification and insecure warnings
- removes version command in favor of Click.version_option
Fix:
- Clean up startup configs for deleted labs
- Clean up error message for empty labs
Full Changelog: 0.2.2...0.2.3
v0.2.2
v0.2.1
v0.2.0
Notable Changes
- Improve text based output using
rich
by @ttafsir in #71 - Improve table output t by @ttafsir in #77
- Topology schema for declarative Topology builder by @ttafsir in #80
- Create Labs Declaratively from Topology file by @ttafsir in #81
- View Nodes configs from CLI by @ttafsir in #82
- Improves status output for long running tasks by @ttafsir in #84
Full Changelog: https://github.com/ttafsir/evengsdk/commits/0.2.0
v0.1.1
0.1.1 branch (#63) * update requirements/deps management * Adds pre-commit config * Fix linting issues * update version * make library compatible to windows The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error. Using `.as_posix()` forces `/` as a separator and fixes that issue. Co-authored-by: Martin Plattner <git@mplattner.at>