From 2b1516ea79921f8c968f7c767f1150e974076f12 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 20 Nov 2018 13:21:38 -0500 Subject: [PATCH] Changelog for #2602 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6504b30f..6af71c070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ NetBox now supports modeling physical cables for console, power, and interface c * [#2585](https://github.com/digitalocean/netbox/issues/2585) - Prevent cable connections that include a virtual interface * [#2586](https://github.com/digitalocean/netbox/issues/2586) - Added tests for the Cable model's clean() method * [#2593](https://github.com/digitalocean/netbox/issues/2593) - Fix toggling of connected cable's status +* [#2602](https://github.com/digitalocean/netbox/issues/2602) - Return HTTP 204 when no new IPs/prefixes are available for provisioning ## API Changes @@ -77,6 +78,7 @@ NetBox now supports modeling physical cables for console, power, and interface c * The field `interface_ordering` has been removed from the DeviceType serializer * Added a `description` field to the CircuitTermination serializer * Added `ipaddress_count` to InterfaceSerializer to show the count of assigned IP addresses for each interface +* The `available-prefixes` and `available-ips` IPAM endpoints now return an HTTP 204 response instead of HTTP 400 when no new objects can be created ---