Releases: GNS3/gns3-server
Releases · GNS3/gns3-server
Version 2.2.23
- Release web UI 2.2.23
- Fix hostname inconsistencies during script execution
- Add option
--without-kvm
- Add a
reload
server endpoint. Fixes #1926 - Handle -no-kvm param deprecated in Qemu >= v5.2
- Fix binary websocket access to the console
- Change how to generate random MAC addresses
- setup.py: prevent installing tests directory
- Support cloning of encrypted qcow2 base image files
- Fix VMware VM support on Linux and Windows. Fixes #1919
Version 2.2.22
- Fix VMware support on macOS BigSur
- Link style support. Fixes GNS3/gns3-gui#2461
- Release web UI version 2.2.22
- Preserve auto_start/auto_open/auto_close when restoring snapshot
- Fix uBridge errors for cloud nodes not visible in logs. Fixes #1895
- Prevent directory traversal. Fixes #1894
Version 2.2.21
- Release Web-Ui v2.2.21
- Improvements for get symbol dimensions endpoint. Ref #1885
Version 2.2.20
Version 2.2.19
Version 2.2.18
- SIGHUP: remove projects with an empty project directory.
- Release Web UI 2.2.18
- Catch OSError exception in psutil. Fixes GNS3/gns3-gui#3127
- Expose 'auto_open' and 'auto_start' properties in API when creating project. Fixes GNS3/gns3-gui#3119
- Add mtools package information. Ref GNS3/gns3-gui#3076
- Fix warning: 'ide-drive' is deprecated when using recent version of Qemu. Fixes GNS3/gns3-gui#3101
- Fix bug when starting of vpcs stopped with "quit". Fixes GNS3/gns3-gui#3110
- Fix WinError 0 handling
- Stop uBridge if VPCS node has been terminated. Ref GNS3/gns3-gui#3110
- Allow cloned QEMU disk images to be resized before the node starts, by cloning the disk image in response to a resize request instead of waiting until the node starts.
- Fix(readme): update python version from 3.5.3 to 3.6
- Use HDD disk image as startup QEMU config disk
- Create config disk property false by default for Qemu templates
- Set default disk interface type to "none".
- Add explicit option to automatically create or not the config disk. Off by default.
- QEMU config disk support
Version 2.2.17
- Close and remove projects deleted from disks after SIGHUP signal is received.
- Release Web Ui 2.2.17
- New config file options to configure the VNC console port range.
- Use asyncio.all_tasks instead of deprecated method for Python 3.9 compatibility.
Version 2.2.16
- Release Web UI version 2.2.16
- Fix wrong defaults for images_path, configs_path, appliances_path. Fixes #1829
- Use EnvironmentFile for Systemd service. Ref GNS3/gns3-gui#3048
- Fix SSL support for controller and local compute. Fixes #1826
- Prevent WIC to be added/removed while Dynamips router is running. Fixes GNS3/gns3-gui#3082
- Fix bug with application id allocation for IOU nodes. Fixes #3079
- Allow commas in image paths and VM name for Qemu VMs. Fixes GNS3/gns3-gui#3065
- Option to allocate or not the vCPUs and RAM settings for the GNS3 VM. Fixes GNS3/gns3-gui#3069
Version 2.2.15
Version 2.2.14
- Release Web-Ui version 2020.3.0-beta.4
- Add '-smp sockets=1' by default for Qemu VMs. Ref GNS3/gns3-gui#3047
- Implement full restart if user reload a Qemu VM which has been updated. Fixes GNS3/gns3-gui#3038