Nsot

Latest version: v1.4.6

Safety actively analyzes 626436 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 20

1.0.4

------------------

* Replaced ``settings.NETWORK_INTERCONNECT_PREFIXLEN`` (an integer) with
``settings.NETWORK_INTERCONNECT_PREFIXES`` (a tuple) to support IPv6
prefixes, which defaults to prefixes (/31, /127).
* ``Network.next_address()`` was changed to calculate available addresses
differently if the network from which you are allocating is determined to be
an interconnect network. For interconnects, gateway and broadcast addresses
can be returned. For any other networks, they cannot.

1.0.3

------------------

* Fix 216 - Fixed a bug in ``Network.next_network()`` where networks
containing children were being offered as free. Networks are now only offered
if they do not have any child networks.
* Fix 212 - Updated requirements to require ``djangorestframework>=3.4.4`` and
removed ``nsot.api.serializers.LimitedForeignKeyField`` since this
functionality is now built into DRF.

1.0.2

------------------

* Ubuntu 16.04 is now officially supported.
* Fix 213 - Updated requirements to utilize ``cryptography==1.5`` so that
install will work on Ubuntu versions 12.04 through 16.04. (Credit:
slinderud)
* Finally fixed ``bump.sh`` to work on both Linux and Darwin. For real this
time.

1.0.1

------------------

* Fix 209 - Fixed a bug in ``Network.closest_parent()`` that would sometimes
cause an incorrect parent network to be returned when performing a "closest
parent" lookup for a CIDR.

1.0

----------------

* OFFICIAL VERSION 1.0!!
* Completely documented all object fields including help_text, verbose_names,
labels, default values, etc. for every field so that is cascades to
serializers and form fields.

0.17.4

-------------------

* Fixed a bug in ``Network.next_address()`` and ``Network.next_network()``
where children w/ busy states were mistakenly being excluded from the
filter and therefore causing them to be offered as free. This also
addressed a related bug where networks were not offered unless they
came after the last prefix of the last matching child.

Page 6 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.