2021-12-09 15:35:40 -05:00
# NetBox v3.2
## v3.2.0 (FUTURE)
!!! warning "Python 3.8 or Later Required"
NetBox v3.2 requires Python 3.8 or later.
2021-12-09 15:43:41 -05:00
### Breaking Changes
* Automatic redirection of legacy slug-based URL paths has been removed.
2021-12-09 16:56:22 -05:00
* The `asn` field has been removed from the site model. Please use the ASN model introduced in NetBox v3.1 to track ASN assignments for sites.
* The `asn` query filter for sites now matches against the AS number of assigned ASNs.
2021-12-09 16:20:24 -05:00
* The `contact_name` , `contact_phone` , and `contact_email` fields have been removed from the site model. Please use the new contact model introduced in NetBox v3.1 to store contact information for sites.
2021-12-09 15:43:41 -05:00
2021-12-09 15:35:40 -05:00
### Other Changes
* [#7731 ](https://github.com/netbox-community/netbox/issues/7731 ) - Require Python 3.8 or later
2021-12-09 16:56:22 -05:00
* [#7743 ](https://github.com/netbox-community/netbox/issues/7743 ) - Remove legacy ASN field from site model
2021-12-09 16:20:24 -05:00
* [#7748 ](https://github.com/netbox-community/netbox/issues/7748 ) - Remove legacy contact fields from site model
2021-12-09 15:43:41 -05:00
* [#8031 ](https://github.com/netbox-community/netbox/issues/8031 ) - Remove automatic redirection of legacy slug-based URLs
2021-12-09 16:20:24 -05:00
### REST API Changes
* dcim.Site
2021-12-09 16:56:22 -05:00
* Removed the `asn` , `contact_name` , `contact_phone` , and `contact_email` fields