Skip to content

Version 2.2.3

Compare
Choose a tag to compare
@grossmj grossmj released this 12 Nov 07:33
· 597 commits to master since this release

GUI

  • Fix issue when binding on 0.0.0.0. Fixes #2892
  • Allow double click on cloud with configured console to open session. Fixes #2894
  • Officially support Python 3.8. Ref #2895
  • Set psutil to version 5.6.3 in requirements.txt

Server

  • Improved how the path to the config file is actually determined
  • Return HTTP status code 204 in API when project successfully closed. Fixes #1689
  • Python3.8 support. Ref #2895
  • Make sure still support Python >= 3.5.3
  • Added workaround for #1690. Added venv/ to .gitignore
  • Fix exception when adding VirtualBox VM. Fixes #1685.
  • Set psutil to version 5.6.3 in requirements.txt
  • Add LimitNOFILE=16384 to GNS3 service. Ref #1678
  • Change the default UDP port range to be 20000 to 30000. Ref #1271