mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Release v2.2.47
This commit is contained in:
parent
86a78f53cb
commit
0561aba927
22
CHANGELOG
22
CHANGELOG
@ -1,5 +1,27 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.2.47 15/05/2024
|
||||||
|
|
||||||
|
* Fix update-bundled-web-ui.sh script
|
||||||
|
* Bundle web-ui v2.2.47
|
||||||
|
* Change sentry-sdk version
|
||||||
|
* Upgrade aiohttp, sentry-sdk and truststore
|
||||||
|
* Upgrade jsonschema and aiohttp
|
||||||
|
* Drop Python 3.7
|
||||||
|
* Remove dev requirements for Python 3.6
|
||||||
|
* Do not run Docker VM tests on Windows
|
||||||
|
* Do not wait for the server to close when shutting down.
|
||||||
|
* Fix test create image with not supported characters by filesystem. Fixes #2375
|
||||||
|
* Allow listing x86_64 IOU images. Fixes #2376
|
||||||
|
* Upgrade Jinja2 to version 3.1.4. Fixes #2378
|
||||||
|
* Fix link capture for ATM switch. Fixes https://github.com/GNS3/gns3-gui/issues/3570
|
||||||
|
* Fix tests after updating error message when busybox is not installed.
|
||||||
|
* Add more details to error message when busybox is not installed. Fixes https://github.com/GNS3/gns3-gui/issues/3569
|
||||||
|
* Fix invalid escape sequences
|
||||||
|
* Add NAT symbols
|
||||||
|
* Fix cannot stop Docker VM while console connection is still active.
|
||||||
|
* Upgrade sentry-sdk to version 1.40.6
|
||||||
|
|
||||||
## 2.2.46 26/02/2024
|
## 2.2.46 26/02/2024
|
||||||
|
|
||||||
* Bundle web-ui v2.2.46
|
* Bundle web-ui v2.2.46
|
||||||
|
@ -57,7 +57,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://535981c5fae1a87b7e8d993590c07c27@o19455.ingest.sentry.io/38482"
|
DSN = "https://ec32b24c329df619c8b9b1c58cfedcdb@o19455.ingest.us.sentry.io/38482"
|
||||||
_instance = None
|
_instance = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
@ -23,8 +23,8 @@
|
|||||||
# or negative for a release candidate or beta (after the base version
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "2.2.47.dev1"
|
__version__ = "2.2.47"
|
||||||
__version_info__ = (2, 2, 47, 99)
|
__version_info__ = (2, 2, 47, 0)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user