Skip to content

Releases: GNS3/gns3-server

Version 2.2.21

10 May 13:15
Compare
Choose a tag to compare
  • Release Web-Ui v2.2.21
  • Improvements for get symbol dimensions endpoint. Ref #1885

Version 2.2.20

09 Apr 02:47
Compare
Choose a tag to compare
  • Release Web UI version 2.2.20
  • Fix packet capture with HTTPS remote server. Fixes #1882
  • Sync appliance files and remove old ones after sync with online repo. Fixes #1876
  • Upgrade dependencies
  • Fix export for missing files
  • Fix issue when trying to export temporary Dynamips files.

Version 2.2.19

05 Mar 04:24
Compare
Choose a tag to compare
  • Launch projects marked for auto open after SIGHUP is received
  • Release Web UI 2.2.19
  • Fix console type error when creating Ethernet switch node. Fixes #1873
  • Upgrade Jinja to version 2.11.3. Fixes #1865

Version 2.2.18

16 Feb 08:44
Compare
Choose a tag to compare
  • 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

04 Dec 05:59
Compare
Choose a tag to compare
  • 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

05 Nov 05:11
Compare
Choose a tag to compare
  • 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

07 Oct 05:02
Compare
Choose a tag to compare
  • Fix symbol retrieval issue. Ref #1824
  • Fixes update() missing 2 required positional arguments: 'name' and 'value'. Fixes #1821 #1825
  • Fix Hyper-V based GNS3 VM WMI issue. Fixes #1822
  • Release Web-Ui version 2020.4.0-beta.1

Version 2.2.14

14 Sep 20:25
Compare
Choose a tag to compare
  • 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

04 Sep 13:46
Compare
Choose a tag to compare
  • Release Web-Ui 2020.3.0-beta.3
  • Fix issue when resuming Qemu VM. Fixes GNS3/gns3-gui#3027

Version 2.2.12

07 Aug 10:00
Compare
Choose a tag to compare
  • 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