Releases: GNS3/gns3-server
Releases · GNS3/gns3-server
Version 2.2.13
- Release Web-Ui 2020.3.0-beta.3
- Fix issue when resuming Qemu VM. Fixes GNS3/gns3-gui#3027
Version 2.2.12
- Release Web-Ui version 2020.3.0-beta.2
- Catch exception when psutil returns OSError
- Downgrade psutil to version 5.6.7
- Use parent directory as working directory for project duplication and snapshots. Fixes GNS3/gns3-gui#2909
- Fix Key Error "vendor_id" is missing when configuring GNS3 VM with VirtualBox. Fixes GNS3/gns3-gui#3018
Version 2.2.11
- Fix crash when project sets 'auto_open' option and a remote GNS3 VM is used. Fixes GNS3/gns3-gui#3014
- Fix Dynamips ghost image support when project contains a space. Fixes #3015
- Release Web-Ui version 2020.3.0-beta.1
- Fix issue when cannot skip slots for Dynamips routers. Fixes GNS3/gns3-gui#3000
- Allow tests to be run by root. Fixes #1784
- Update classifiers in setup.py
Version 2.2.10
- Add pytest-aiohttp to tests_require in setup.py
- Don't require hardware acceleration. Fixes #1780
- Release Web-Ui version 2020.2.0-beta.5
- Tests can be run with Python 3.8
- Wait longer for x11 socket file to be created. Ref #1761
- Allow Hyper-V to run on AMD when Windows 10 build 19640 or later is detected. Fixes #1777
- Show error message if IPv6 is not enabled when using SPICE console. Fixes #1772
- Move jsonschema 2.6.0 requirement in build repository.
- Only use jsonschema 2.6.0 on Windows and macOS.
- Disable default integrations for sentry sdk.
- Remove unused bytes2human function.
Version 2.2.9
- Release Web-Ui version 2020.2.0-beta.4
- Support to activate/deactive network connection state replication in Qemu.
- Possible fix for problem connecting to the GNS3 VM. Ref GNS3/gns3-gui#2969 #1760
- Option to reset or not all MAC addresses when exporting or duplicating a project.
- Fix bug when changing properties for closed project. Fixes #1754
- Fix issues with crash reporting & bump version to 2.2.9dev2. Ref #1758
- Lock listing VMs. Ref #1755
- Try to fix error when listing Hyper-V VMs. Ref #1755
- Catch VirtualBox errors when listing VMs. Fixes #1759
- Deprecate running with Python 3.5
- aiocontextvars is only necessary for Python < 3.7
- Replace Raven by Sentry SDK. Fixes #1758
- Require setuptools>=17.1 in setup.py. Ref #1751 This is to support environmental markers. https://github.com/pypa/setuptools/blob/master/CHANGES.rst#171
Version 2.2.8
- Release Web-Ui 2020.2.0-beta.3
- Default port set to 80 for server running in the GNS3 VM. Fixes #1737
- Make the Web UI the default page. Ref #1737
- Support controller reloading for templates, appliances and projects. Ref #1743
- Return exit status 1 if server fails to start. Fixes #1744
- Use Environmental Markers to force jsonschema version. Fixes GNS3/gns3-gui#2849 Version 3.2.0 with Python >= 3.8 Version 2.6.0 with Python < 3.8
- Use Environmental Markers to force jsonschema version 2.6.0 on Windows/macOS. Ref GNS3/gns3-gui#2849
- Implement a minimum interval between cpu_percent() calls. Fixes #1738
- Add clipboard support for TigerVnc
- Sort snapshots by (created_at, name)
- Unprotected access for websocket consoles. Ref https://github.com/GNS3/gns3-gui/issues/2883#issuecomment-580677552
- Support for WebSocket consoles
- Return array for controller statistics endpoint
- Server statistics implementation
Version 2.2.7
- Release Web-Ui 2020.2.0-beta.1
- Fix uBrigde error popups when Docker image has stopped. Fixes GNS3/gns3-gui#2957
- Fix warning that you are explicitly comparing literals
Version 2.2.6
- Remove --local when starting Docker dev server.
- Release 2020.1.0-alpha.1
- Monitor ubrige processes.
- Add Xvnc command to the VNC servers list. Fixes #172
- Allow controller to reconnect to compute if communication is lost. Ref #1634
- Improvement of support for docker USER directive. Fixes #1727.
- Fix cannot delete Dynamips router the content of the "usage" field. Fixes GNS3/gns3-gui#2947
- Prevent locked drawings to be deleted. Fixes GNS3/gns3-gui#2948
- Fix issues with empty project variables. Fixes GNS3/gns3-gui#2941
- Upgrade psutil to version 5.6.6 due to CVE-2019-18874 GHSA-qfc5-mcwq-26q8
- Remove 'format=raw' from the Qemu options of the disk interfaces. Ref #1699
- Allocate application IDs for IOU nodes on the controller. An application ID is used by IOU to generate its interface Mac addresses. They must be unique across all opened projects sharing the same computes to avoid Mac address collisions.
- Require VirtualBox >= 6.0 on AMD and >= 6.1 on Intel processors (for GNS3 VM only). Fixes #1610
- Add nvme disk interface and fix scsi disk interface for Qemu VMs.
- Disallow using "legacy networking mode" with Qemu >= 2.9.0
- Add latest Qemu nic models.
- Attempt to fix error when loading wmi module. Fixes #1712
- Handle "aborted" state for VirtualBox VMs. Fixes #1702
- Change how Hyper-V VMs are found. Ref #1612
Version 2.2.5
No changes
Version 2.2.4
- Accept a node name when creating a node from a template using the API. Fixes #1708
- Disallow to modify a template if changes cannot be written on disk. Fixes #1695
- Fix renaming IOL hostname replaces %h only in a single place. Fixes #1707
- Add symbols_path
- Bundle Web Ui version 2019.2.0-alpha.11
- Change the default UDP port range to be 20000 to 30000 in gns3_server.conf Ref #1271
- Fix cannot power on VirtualBox VM in saved state. Ref #1702