Releases: GNS3/gns3-server
Releases · GNS3/gns3-server
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
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