Skip to content

Releases: netbox-community/pynetbox

4.2.1

26 Nov 23:25
1c55ff1
Compare
Choose a tag to compare
  • Fixes infinite loop when filtering with paginated results. (PR #207)

4.2.0

20 Nov 18:29
4fa86a8
Compare
Choose a tag to compare
  • Fix discrepancy in DetailEndpoint.create() and the docs where calling w/o arguments resulted in an exception. ( PR #192).
  • Add method to return custom choices. (PR #201)

4.1.2

19 Nov 04:42
6a9c5bd
Compare
Choose a tag to compare
  • Fixes URL in get_session_key (PR #202)

4.1.1

18 Nov 17:04
4cf4e9a
Compare
Choose a tag to compare
  • Fix Endpoint.choices() by assigning http_session. (PR #199)

4.1.0

16 Nov 02:38
30b88f8
Compare
Choose a tag to compare
  • Makes use of session in requests (PR #148)
  • Adds Api.version property to query the NetBox version (PR #187)
  • Adds .choices() method to endpoint objects that utilizes DRF's OPTIONS method for discovering available choices for fields that use it. This method will eventually replace App.choices() when NetBox retires the /_choices endpoint. (PR #183)
  • Adds count() method to Endpoint object. (PR #193)
  • Use requests params to form URL parameters. (PR #194)
  • Creates a custom model for ChangeObjects and sets its __str__ to request_id. (PR #195)
  • Implements __hash__ method on Record. (PR #196)
  • Implements JsonField object. (PR #197)
  • Adds local_context_data field to device model as dict. (PR #197)

4.0.8

27 Sep 13:55
ec79364
Compare
Choose a tag to compare

#165 - Returns ContentError when 2XX response but not JSON.

4.0.7

13 Sep 15:08
20a95c5
Compare
Choose a tag to compare

Bug Fixes

v4.0.6 (2018-12-29)

30 Dec 02:14
Compare
Choose a tag to compare

Bug Fixes

  • #137 - Fixes behavior where appending an existing VLAN object id to tagged_vlans would cause .save() to still trigger a PATCH operation.

v4.0.5 (2018-12-14)

15 Dec 01:28
Compare
Choose a tag to compare

Bug Fixes

  • #132 - Fixes list comparison issue in Record._diff.
  • #134 - Returns None from Endpoint.get() when no items are found instead of empty list from .filter().

v4.0.4

08 Dec 03:44
6e6a802
Compare
Choose a tag to compare

v4.0.4 (2018-12-07)

Bug Fixes

  • Fixes IndexError introduced by fix for #127 when field is empty list.