mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Added v2.5 notes (so far) to changelog
This commit is contained in:
parent
29380b1120
commit
19b737a534
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,3 +1,24 @@
|
|||||||
|
v2.5.0 (FUTURE)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
* As promised, Python 2 support has been completed removed. Python 3.5 or higher is now required to run NetBox.
|
||||||
|
* The UserAction model, which was deprecated by the new change logging feature in NetBox v2.4, has been removed. If you need to archive user activity, do so prior to upgrading to NetBox v2.5, as the database migration will remove all data associated with this model.
|
||||||
|
|
||||||
|
## Enhancements
|
||||||
|
|
||||||
|
* [#2000](https://github.com/digitalocean/netbox/issues/2000) - Dropped support for Python 2
|
||||||
|
* [#2292](https://github.com/digitalocean/netbox/issues/2292) - Removed the deprecated UserAction model
|
||||||
|
* [#2367](https://github.com/digitalocean/netbox/issues/2367) - Removed deprecated RPCClient functionality
|
||||||
|
|
||||||
|
## API Changes
|
||||||
|
|
||||||
|
* The `rpc_client` field has been removed from dcim.Platform (see #2367)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
v2.4.4 (FUTURE)
|
v2.4.4 (FUTURE)
|
||||||
|
|
||||||
## Enhancements
|
## Enhancements
|
||||||
|
Loading…
Reference in New Issue
Block a user