Skip to content

Commit b2db889

Browse files
committed
Release v3.0.0rc2
1 parent a22f7ac commit b2db889

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 3.0.0rc2 20/11/2024
4+
5+
* Bundle web-ui v3.0.0rc2
6+
* Fix error 500 on PUT for cloud, nat, vmware and vpcs nodes. Fixes #2426
7+
* Add a duplicated project in the same resource pools as the original project if it is in any
8+
* Upgrade FastAPI to v0.115.5
9+
* Overwrite user resources when the originals have changed.
10+
* Relax setuptools requirement to allow for easier Debian packaging on Ubuntu Focal & Jammy
11+
* Increase SQLite timeout. Ref #2422
12+
* Fix test user with wrong creds
13+
* Upgrade dependencies and fix Pydantic warnings
14+
* Upgrade aiohttp to v3.10.10. Fixes #2411
15+
* Replace aiohttp.web.HTTPConflict()
16+
* Python 3.13 support
17+
318
## 2.2.51 07/11/2024
419

520
* Catch error when cannot resize Docker container TTY.

gns3server/crash_report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class CrashReport:
5858
Report crash to a third party service
5959
"""
6060

61-
DSN = "https://1ae6f3c9d64e75bf8ad39295723da722@o19455.ingest.us.sentry.io/38482"
61+
DSN = "https://29d15f2b7fde7fbd860843b7ee24dc7f@o19455.ingest.us.sentry.io/38482"
6262
_instance = None
6363

6464
def __init__(self):

gns3server/static/web-ui/main.4185a8e61824af0d.js

-1
This file was deleted.

gns3server/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# or negative for a release candidate or beta (after the base version
2323
# number has been incremented)
2424

25-
__version__ = "3.0.0rc1"
25+
__version__ = "3.0.0rc2"
2626
__version_info__ = (3, 0, 0, -99)
2727

2828
if "dev" in __version__:

0 commit comments

Comments
 (0)