mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Release v3.0.0rc2
This commit is contained in:
parent
a22f7ac3d2
commit
b2db8896ea
15
CHANGELOG
15
CHANGELOG
@ -1,5 +1,20 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 3.0.0rc2 20/11/2024
|
||||||
|
|
||||||
|
* Bundle web-ui v3.0.0rc2
|
||||||
|
* Fix error 500 on PUT for cloud, nat, vmware and vpcs nodes. Fixes #2426
|
||||||
|
* Add a duplicated project in the same resource pools as the original project if it is in any
|
||||||
|
* Upgrade FastAPI to v0.115.5
|
||||||
|
* Overwrite user resources when the originals have changed.
|
||||||
|
* Relax setuptools requirement to allow for easier Debian packaging on Ubuntu Focal & Jammy
|
||||||
|
* Increase SQLite timeout. Ref #2422
|
||||||
|
* Fix test user with wrong creds
|
||||||
|
* Upgrade dependencies and fix Pydantic warnings
|
||||||
|
* Upgrade aiohttp to v3.10.10. Fixes #2411
|
||||||
|
* Replace aiohttp.web.HTTPConflict()
|
||||||
|
* Python 3.13 support
|
||||||
|
|
||||||
## 2.2.51 07/11/2024
|
## 2.2.51 07/11/2024
|
||||||
|
|
||||||
* Catch error when cannot resize Docker container TTY.
|
* Catch error when cannot resize Docker container TTY.
|
||||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://1ae6f3c9d64e75bf8ad39295723da722@o19455.ingest.us.sentry.io/38482"
|
DSN = "https://29d15f2b7fde7fbd860843b7ee24dc7f@o19455.ingest.us.sentry.io/38482"
|
||||||
_instance = None
|
_instance = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
File diff suppressed because one or more lines are too long
@ -22,7 +22,7 @@
|
|||||||
# 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__ = "3.0.0rc1"
|
__version__ = "3.0.0rc2"
|
||||||
__version_info__ = (3, 0, 0, -99)
|
__version_info__ = (3, 0, 0, -99)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
|
Loading…
Reference in New Issue
Block a user