1
0
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:
grossmj 2024-11-20 14:00:49 +10:00
parent a22f7ac3d2
commit b2db8896ea
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD
4 changed files with 17 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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__: