Skip to content

Releases: GNS3/gns3-server

Version 2.2.40.1

10 Jun 10:41
Compare
Choose a tag to compare
  • Re-bundle Web-Ui v2.2.40. Fixes #2239

Version 2.2.40

06 Jun 00:56
Compare
Choose a tag to compare

Version 2.2.39

08 May 11:19
Compare
Choose a tag to compare
  • Install web-ui v2.2.39
  • Add generic function to install resource files
  • Install empty Qemu disks on first start
  • Check for colon in project name. Fixes #2203
  • Upgrade distro and aiohttp dependencies

Version 2.2.38

28 Feb 05:38
Compare
Choose a tag to compare
  • Bundle web-ui v2.2.38
  • Fix c7200_i0_log.txt is created in the current directory. Fixes #2191
  • Check swtpm version and start swtpm before qemu
  • Fix broken websocket console with Python 3.11
  • Fix "cannot reopen console". Ref #2182
  • Fix Qemu binary not set when adding appliance from template

Version 2.2.37

25 Jan 07:10
Compare
Choose a tag to compare
  • Fix link communication issues on Windows with uBridge
  • Fix StreamWriter doesn't have the wait_closed() method in Python3.6. Fixes #2170
  • Install built-in appliances when no previous version has been detected. Fixes #2168
  • Update documentation to install gns3-server. Fixes #2124
  • Give udhcpc executable right. Fixes #2159

Version 2.2.36

04 Jan 11:50
Compare
Choose a tag to compare
  • Install web-ui v2.2.36
  • Add Trusted Platform Module (TPM) support for Qemu VMs
  • Require Dynamips 0.2.23 and bind Dynamips hypervisor on 127.0.0.1
  • Delete the built-in appliance directory before installing updated files
  • Use a stock BusyBox for the Docker integration
  • Overwrite built-in appliance files when starting a more recent version of the server
  • Fix reset console. Fixes #1619
  • Only use importlib_resources for Python <= 3.9. Fixes #2147
  • Support when the user field defined in Docker container is an ID. Fixes #2134

Version 3.0.0 alpha 3

27 Dec 07:26
Compare
Choose a tag to compare
Version 3.0.0 alpha 3 Pre-release
Pre-release
  • Add web-ui v3.0.0a3
  • Add config option to change the server name. Ref #2149
  • Option to disable image discovery and do not scan parent directory
  • Allow raw images by default. Fixes #2097
  • Fix bug when creating Dynamips router with chassis setting
  • Stricter checks to create/update an Ethernet switch and add tests
  • Fix schema for removing WICs from Cisco routers. Fixes #3392
  • Fix issues with VMnet interface on macOS >= 11.0. Ref #3381
  • Use importlib_resources instead of pkg_resources and install built-in appliances in config dir.
  • Fix console vnc don't use configured ports in some case. Fixes #2111
  • Add missing VMware settings in gns3_server.conf
  • Make version PEP 440 compliant
  • Support for Python 3.11
  • Allow for more dependency versions at patch level
  • Replace deprecated distro.linux_distribution() call
  • Update gns3.service.systemd
  • Fix some issues with HTTP notification streams
  • gns3.service.openrc: make openrc script posix compliant
  • fix: use exact match to find interface in windows to avoid get wrong interface

Version 2.2.35.1

10 Nov 14:24
Compare
Choose a tag to compare

Re-release of Web-Ui v2.2.35

Version 2.2.35

08 Nov 15:43
Compare
Choose a tag to compare
  • Release web-ui v2.2.35
  • Fix issues with VMnet interface on macOS >= 11.0. Ref #3381
  • Use importlib_resources instead of pkg_resources and install built-in appliances in config dir.
  • Fix console vnc don't use configured ports in some case. Fixes #2111
  • Add missing VMware settings in gns3_server.conf
  • Make version PEP 440 compliant
  • Support for Python 3.11
  • Allow for more dependency versions at patch level
  • Replace deprecated distro.linux_distribution() call
  • Update gns3.service.systemd
  • gns3.service.openrc: make openrc script posix compliant
  • fix: use exact match to find interface in windows to avoid get wrong interface

Version 3.0.0 alpha 2

06 Sep 23:08
Compare
Choose a tag to compare
Version 3.0.0 alpha 2 Pre-release
Pre-release
  • Add web-ui v3.0.0a2
  • Upgrade FastAPI to v0.82.0
  • API endpoint to get the locked status of a project
  • Global project lock and unlock
  • Update appliance files
  • Require name for custom adapters. Fixes #2098
  • Allow empty adapter slots for Dynamips templates. Ref GNS3/gns3-gui#3373
  • Use original $PATH in init.sh for Docker containers. Ref #2069