You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#14 - Plugins are now officially permitted to use the generic view classes defined in nautobot.core.views.generic and corresponding base templates defined in nautobot/core/templates/generic/.
#162 - Added Invoke tasks dumpdata and loaddata for database backup/restoration in the development environment.
#430 - GraphQL ip_addresses now includes an assigned_object field
#438 - Config contexts can now be assigned to individual DeviceTypes.
#442 - Added warning when mixing @extras_features("graphql") with explicitly declared GraphQL types
#450 - GraphQL ip_addresses now includes interface and vminterface fields; GraphQL interfaces and similar models now include connected_endpoint and path fields
#451 - Added static GraphQL type for VirtualMachine model
#423 - Clarified reference to /config_contexts/ folder in Git user guide
#448 - nautobot-server init no longer provides an option to overwrite the existing configuration files.
#474 - The dummy_plugin has been moved to a new examples directory in the Git repository and now serves as an example of implementing various plugin features.
Fixed
#309 - Fixed erroneous termination display when cables are connected to power feeds.
#396 - Fixed ValidationError not being raised when Relationship filters are invalid
#397 - Fixed Git repository sync failure when token contains special characters
#415 - Fixed incorrect handling of Unicode in view test cases
#417 - Fixed incorrect link to Docker docs from installation docs
#428 - Fixed GraphQL error when handling ASNs greater than 2147483647
#430 - Fixed missing ContentType foreign keys in GraphQL
#436 - Fixed Redis Cacheops error when using newly generated nautobot_config.py file
#454 - Fixed inability to create IPv6 addresses via REST API.
#459 - Fixed issue with Job forms not respecting field_order
#461 - Fixed NAUTOBOT_DB_TIMEOUT read as string in default config
#482 - Fixed FieldError from being raised when a JobResult references a model with no name field
#486 - Fixed failing Docker builds due to do missing examples development dependency
#488 - Fix migrations in MySQL by hard-coding the VarbinaryIPField to use varbinary(16)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
v1.0.2 (2021-05-27)
Added
nautobot.core.views.generic
and corresponding base templates defined innautobot/core/templates/generic/
.dumpdata
andloaddata
for database backup/restoration in the development environment.ip_addresses
now includes anassigned_object
field@extras_features("graphql")
with explicitly declared GraphQL typesip_addresses
now includesinterface
andvminterface
fields; GraphQLinterfaces
and similar models now includeconnected_endpoint
andpath
fieldsChanged
/config_contexts/
folder in Git user guidenautobot-server init
no longer provides an option to overwrite the existing configuration files.dummy_plugin
has been moved to a newexamples
directory in the Git repository and now serves as an example of implementing various plugin features.Fixed
ValidationError
not being raised when Relationship filters are invalidContentType
foreign keys in GraphQLnautobot_config.py
filefield_order
NAUTOBOT_DB_TIMEOUT
read as string in default configFieldError
from being raised when aJobResult
references a model with noname
fieldexamples
development dependencyVarbinaryIPField
to usevarbinary(16)
Removed
This discussion was created from the release v1.0.2 - 2021-05-27.
Beta Was this translation helpful? Give feedback.
All reactions