Skip to content

Latest commit

 

History

History
104 lines (71 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

104 lines (71 loc) · 5.18 KB

YANG Validator Release Notes

  • vm.m.p - 2022-MM-DD
  • v5.1.0 - 2022-03-28
  • v5.0.0 - 2022-02-02
    • Remove absolute paths from validators outputs #89
    • Bugfix: Problem with emitting dependencies #84
    • Swagger documentation created #81
    • Run application under 'yang' user/group #80
    • Pyang update to version 2.5.2 deployment #113
    • Repository renamed to yang-validator-extractor #75
    • lxml package version bumped
    • Send empty string instead of newline if empty validation output
  • v4.3.0 - 2021-12-03
    • /ping endpoint moved from v1 to v2 API
  • v4.2.1 - 2021-10-06
    • ConfD update to version 7.6 deployment #99
    • Dockerfile reorganized - image build speed up #77
    • "bottle" string removed from paths and user names #75
    • v2/versions endpoint added #72
    • Unit tests for v2 API endpoints added #69
    • Unit tests for modelChecker.py added #69
  • v4.2.0 - 2021-09-09
    • Removed unneeded sync.sh from Docker image build #66
    • Using cached rfc/draft documents if available #29
    • Config loading simplified deployment #96
  • v4.1.0 - 2021-08-10
  • v4.0.0 - 2021-07-09
    • Pyang update to version 2.5.0 deployment #85
    • YumaPro validator updated to version 20.10-9 deployment #84
    • Make it possible to create request to validate modules outside of webpage #39
    • Give options to choose which file to use as a dependency #9
    • Create new endpoints to validate modules fo new UI #48
    • Upgrade django file structure
    • Updated libyang build requirements
  • v3.2.1 - 2021-05-04
  • v3.2.0 - 2021-04-15
    • YumaPro validator updated to version 20.10-6 deployment #53
    • lxml, urllib3 packages versions bumped
  • v3.1.0 - 2021-03-18
  • v3.0.1 - 2021-02-26
  • v3.0.0 - 2021-02-10
    • Fixed /api/versions endpoint #45
    • ConfD update deployment #34
    • Pyang validator update deployment #36
    • YumaPro validator update
    • Fixed validation of a module/s in a .zip file #40
    • Update of xym tool
    • Moved to Gunicorn from Uwsgi deployment #39
    • Recursion problem fix #32
    • Update Dockerfile
    • Various major/minor bug fixes and improvements
  • v2.0.0 - 2020-08-14
    • Add health-check endpoint
    • Update of xym tool
    • Parameters loaded from config file
    • Various major/minor bug fixes and improvements
  • v1.1.0 - 2020-07-16
    • Fix yang failure #30
    • Update Pyang version
    • Update Dockerfile
    • Fix yang validator times out bug #28
    • Various major/minor bug fixes and improvements
  • v1.0.1 - 2020-07-03
    • Various major/minor bug fixes and improvements
  • v1.0.0 - 2020-06-23
    • Initial submitted version