Skip to content

Releases: Juniper/jsnapy

JSNAPy 1.3.8 Release

06 Aug 07:05
6bd53ab
Compare
Choose a tag to compare

Bug Fixes

  • Fixed jsnap2py #327
  • Fixed user-specified info/error message. Messages are updated in the results for test operator "exists" #393
  • Fixed handling empty or missing pre or post-snapshots for test operator "no_diff" #413
  • Fixed to handle device instance when the mode is telnet and port is 23 #535
  • Fixed typos for PRE and POST keys in the node_value_passed of not_exists operator #410
  • Fixed calling jsnapy without username and password which causes exception instead of prompt #400

JSNAPy 1.3.7 Release

26 Apr 14:06
8a5d111
Compare
Choose a tag to compare

Bug Fixes

  • Fixed condition for delta range in percentage check for positive, negative, and no-change pre and post-snapshot values. #391
  • Fixed format errors reported from black tool #391
  • Fixed workflow script pylint.yml validation checks for the build, pylint, black, and Unit tests. #391
  • Fixed import error related to get_options from icdiff , updated requirements.txt to install icdiff==1.9.1 #388

JSNAPy 1.3.6 Release

27 Feb 05:32
6a882ee
Compare
Choose a tag to compare

Bug Fixes

JSNAPy 1.3.5 Release

23 Dec 10:47
04d6ed8
Compare
Choose a tag to compare

Bug Fixes

  • Fixed empty element id issue seen in some snapshots for check operator #379
  • Fixed logging message for some failure scenarios #378

JSNAPy 1.3.4 release

12 Mar 09:58
ae45498
Compare
Choose a tag to compare

Bug Fixes

no-diff command fixed in the code. #366

JSNAPy 1.3.3 release

04 Feb 05:23
2181ad7
Compare
Choose a tag to compare

Bug Fixes

  • Fixed multiple port-id based login issue for same hostname. #355
  • Fixed empty tag issue for "diff" operator. #347
  • Optimised implementation of comparator "list not less" and "list not more". #347

JSNAPy 1.3.2 release

31 May 12:35
Compare
Choose a tag to compare

Bug Fixes

JSNAPy 1.3.1 release

03 Feb 05:32
d6c1eee
Compare
Choose a tag to compare

Minor bug fixes

  • Bdist_wheel build fail for PyYaml and six modules #295
  • setup logging called before SnapAdmin initialization #299

JSNAPy 1.3.0 Release

22 Jan 12:21
32dbeca
Compare
Choose a tag to compare

Bug Fixes

  • XPath Function Support -- #174 via #279

Feature Enhancement

  • Changing File structure for JSNAPy -- via #289

The /etc folder will from version >= 1.3 contain-

a) jsnapy.cfg: JSNAPy configparser file containing file paths, modify this file to change file paths
b) logging.yml: File describing loggging settings. Modify this file if you want to change logging levels or 
    output format

And the Testfiles and Snapshots stored in ~/jsnapy folder.

 Testfiles and Snapshots stored in ~/jsnapy folder. 
 The testfiles and snapshots will now get stored in the home folder of the user.
 User will have to create the path to ~/jsnapy/snapshots and ~/jsnapy/testfiles 
 if they do not exist.

These changes are necessary with respect to security and user permission in /etc folder

JSNAPy 1.2.2 release

23 Nov 09:00
116171d
Compare
Choose a tag to compare

Bug Fixes

  • Snapcheck not working from command line-- #286 fixed via #287
  • Double printing of output when password not given-- #284 fixed via #285