Releases: GNS3/gns3-server
Releases · GNS3/gns3-server
Version 2.2.40.1
- Re-bundle Web-Ui v2.2.40. Fixes #2239
Version 2.2.40
- qemu : with network adapter_type equal to "virtio-net-pci", fix the speed to 10000 and duplex to full. The values are actually fake. (https://github.com/GNS3/gns3-gui/issues/3476)
- Parse name for request to node creation from template
- Remove Xvfb + x11vnc support
- Require a Host-Only Network to start the VirtualBox GNS3 VM on macOS with VirtualBox 7
- Properly catch aiohttp client exception. Ref #2228
- Catch ConnectionResetError when waiting for the wrap console
- Fix open IPv6 address for HTTP consoles on controller. Fixes GNS3/gns3-gui#3448
- Use proc.communicate() when checking for subprocess output As recommended in https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.subprocess.Process.stderr
Version 2.2.39
- 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
Version 2.2.37
- 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
- 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
- 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
Re-release of Web-Ui v2.2.35
Version 2.2.35
- 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
- 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