Skip to content

Release v2.0 Beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeremystretch jeremystretch released this 27 Apr 19:38

This release is not suitable for production use.

This is the third (and hopefully final) beta release of NetBox v2.0. Please be sure to raise a bug report noting any issues you experience.

Improvements

  • #1091 - Custom fields are now writable via the API

Bug Fixes

  • #1043 - Corrected queryset in WritableDeviceSerializer validation
  • #1045 - DeviceComponentFilterSet by name expects int instead of str
  • #1049 - Prompt user if missing session key when adding/editing a secret
  • #1051 - Upgraded django-rest-swagger (API docs)
  • #1078 - Increase default limit for number of objects returned by web form API call
  • #1107 - Corrected exception when creating/deleting image attachments
  • #1111 - Corrected database ordering of SessionKey model