Skip to content

v2.0.0-beta.1

Compare
Choose a tag to compare
@dgarros dgarros released this 10 Nov 15:06
· 409 commits to develop since this release
be5c086

Enhancements

  • Major Refactoring to leverage diffsync as the main engine to compare the state of the network with the state of the SOT.
  • The new architecture supports third party extensions natively, to add more features to the existing adapters or completely replace them.
  • Replace JsonSchema with Pydantic to manage the configuration file.
  • Replace Makefile with Invoke

Breaking Changes

  • Change logs haven't been migrated yet (tracked in #123)
  • Optic/Transceivers haven't been migrated, need to see if this should be part of the base adapter.