Skip to content

Releases: amyasnikov/validity

3.0.5

19 Oct 12:36
Compare
Choose a tag to compare

Bug Fixes:

  • #129 - Inability to use imports inside Name Set
  • #134 - Error on using custom queue name for running tests

3.0.4

03 Oct 22:13
Compare
Choose a tag to compare

Bug Fixes:

  • #126 - Fix REST API errors caused by NetBox 4.1.2 and connected with URLs for proxy models
  • #122 - Fix lack of verbosity in case of serializer errors. Now "config is not the member of mydevice state" is changed to more verbose error.
  • #120 - fix 500 error in case of serializer type change via GUI.

3.0.3

24 Sep 23:08
Compare
Choose a tag to compare

Bug Fixes:

  • #117 - Error on Validity Polling sync
  • Fix partial_sync mark for Validity Polling

3.0.2

23 Sep 20:34
Compare
Choose a tag to compare

New Features:

  • Columns of Device Report Table now can be customized via "configure" button. Feel free to hide unnecessary columns and leave more space for the ones you need.

Bug Fixes:

  • #114 - API Schema generation Error
  • Fix Test Result table filtering
  • Fix Report Device table ordering by passed statistics

3.0.1

21 Sep 17:55
Compare
Choose a tag to compare

Security Fixes:

  • Enforce authentication and permissions for all the views (some views like /devices/<id>/serialized_state/ were available without auth). Running the tests now requires "run" permission. See docs

Bug Fixes:

  • #107 - Fix latest and passed filters applied together for Test Results
  • #110 - Fix 500 error when creating Data Source
  • Fix color differentiation for passed percentage badges

3.0.0

16 Sep 21:51
Compare
Choose a tag to compare

Breaking Changes:

  • Validity does not use Custom Scripts anymore. Tests execution now works via direct integration with RQ. Hence, all URLs (GUI and API) related to Tests execution have been changed. See docs for examples.

New Features:

  • Tests execution now can be accelerated by splitting the work between multiple RQ workers. See docs
  • Bulk Import is added for all configurable models
  • NetBox 4.1 support has been added

Other:

  • Support of NetBox 3.6 has been removed
  • Now creation of Report after Tests execution is mandatory
  • store_last_results and sleep_between_tests plugin settings have been removed
  • Minor UI improvements

2.3.3

12 Jul 19:45
Compare
Choose a tag to compare

Bug Fixes:

#98 - NetBox API schema generation fix

2.3.2

06 Jul 18:27
4803103
Compare
Choose a tag to compare

Bug Fixes:

  • #97 - Fix TypeError in migration 0006 by @dbmkin

2.3.1

29 May 22:15
Compare
Choose a tag to compare

Bug Fixes:

  • #95 - ImportError during application start up on python3.12

2.3.0

26 May 22:45
Compare
Choose a tag to compare

Breaking Changes:

  • Dropped support of NetBox 3.5

New Features:

  • Added support for NetBox 4.0

Notes:

  • GraphQL support for NetBox 4.0 is not implemented. It will be implemented later in case of resolving of netbox-community/netbox#16091
  • Migrations have been squashed