github nautobot/nautobot v1.1.1
v1.1.1 - 2021-08-05

latest releases: v1.6.22, v2.2.4, v1.6.21...
2 years ago

v1.1.1 (2021-08-05)

Added

  • #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.
  • #725 - Added missing http-keepalive = 1 to recommended uswgi.ini configuration.
  • #727 - Fixed broken REST API endpoint (/api/extras/graphql-queries/<uuid>/run/) for running saved GraphQL queries.
  • #744 - Fixed missing Celery Django fixup that could cause assorted errors when multiple background tasks were run concurrently.
  • #746 - Fixed data serialization error when running Jobs that used IPAddressVar, IPAddressWithMaskVar, and/or IPNetworkVar variables.
  • #759 - Corrected backwards add/import links for Power Feed and Power Panel in navigation bar

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 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.

Don't miss a new nautobot release

NewReleases is sending notifications on new releases.