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
#506 - nautobot-server now detects and rejects the misconfiguration of setting MAINTENANCE_MODE while using database-backed session storage (django.contrib.sessions.backends.db)
#681 - Added an example guide on how to use AWS S3 for hosting static files in production.
Changed
#738 - Added *.env (except dev.env) to .gitignore to prevent local environment variable files from accidentally being committed to Git
Fixed
#683 - Fixed slug auto-construction when defining a new ComputedField.
The example uwsgi.ini provided in earlier versions of the Nautobot documentation was missing a recommendation to include the configuration http-keepalive = 1 which enables support for HTTP/1.1 keep-alive headers.
!!! warning
If you are upgrading from an earlier version of Nautobot (including 1.1.0) you should check your uwsgi.ini and ensure that it contains this important configuration line.
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.1.1 (2021-08-05)
Added
nautobot-server
now detects and rejects the misconfiguration of settingMAINTENANCE_MODE
while using database-backed session storage (django.contrib.sessions.backends.db
)Changed
*.env
(exceptdev.env
) to.gitignore
to prevent local environment variable files from accidentally being committed to GitFixed
http-keepalive = 1
to recommendeduswgi.ini
configuration./api/extras/graphql-queries/<uuid>/run/
) for running saved GraphQL queries.IPAddressVar
,IPAddressWithMaskVar
, and/orIPNetworkVar
variables.HTTP "Remote end closed connection" errors (#725)
The example
uwsgi.ini
provided in earlier versions of the Nautobot documentation was missing a recommendation to include the configurationhttp-keepalive = 1
which enables support for HTTP/1.1 keep-alive headers.!!! warning
If you are upgrading from an earlier version of Nautobot (including 1.1.0) you should check your
uwsgi.ini
and ensure that it contains this important configuration line.This discussion was created from the release v1.1.1 - 2021-08-05.
Beta Was this translation helpful? Give feedback.
All reactions